Questions tagged [access-point]
184 questions
0
votes
1 answer
pfsense: Connection between two lans drops after 30s
Problem Solved
It was an asymetric routing problem. It occured because i had two NICs on the server, one wired and one wireless. When connecting to the server via wlan-ap-wire, the packets took another way back. The solution was pretty easy, just…

joxxe
- 3
- 2
0
votes
2 answers
How can I find IP/web console for a wireless AP
I have a Dlink DWL-2600AP, it is working but I'd like to do some troubleshooting on it (it's acting as if client isolation has magically turned on after 2 years, which is a problem for our wireless printers).
It's connected to a port on our 2960x #2…

screampuff
- 111
- 2
0
votes
0 answers
Redirecting hotspot's traffic through the TOR
I have settled WI-FI hotspot on Kali linux via hostapd+dnsmasq tools. For being able to access internet(which is accessible through different interface) I used masquerading:
iptables -P FORWARD ACCEPT
iptables -t nat -A POSTROUTING -o eth0 -j…

AseN
- 103
- 1
- 5
0
votes
1 answer
Need help choosing a router and/or wireless AP for a 15-40 person office?
I've been tasked with improving the wireless network at my office / co-working space. I'm not particularly experienced with business network infrastructure, but I'm more experienced than probably all of the other people here and have volunteered to…

Bri Bri
- 127
- 4
0
votes
3 answers
Trouble with 802.11ac from a WLE900VX card (QCA9880 ath10k) via hostapd
I think this is where I am going wrong-- But I am not sure if it really is the problem and even if it is, I am not sure what to do about it.
nl80211: Could not configure driver mode
nl80211: deinit ifname=wlp6s0 disabled_11b_rates=0
nl80211: Remove…

BradChesney79
- 67
- 5
- 12
0
votes
1 answer
Linux access point as tunnel splitter
Since at my workplace they use Cisco VPNs (AnyConnect protocol) to reach production and test servers, i need to be always connected to work on those servers.
The problem is that the VPN doesn't implement split-tunneling, so i'm left with either…

CappyT
- 183
- 2
- 3
- 12
0
votes
1 answer
vlans for corp and guest networks SSID broadcast
Cenario:
Two separated physical connections:
01 Corp (Internet, shared network resources, etc)
192.168.10.x
02 Guest
192.168.1.x (Internet only)
AP: ZyXEL NWA3560-N
Lab switch: HP 1810-24G
What I’m trying to accomplish is connecting two different…

Manuel Monteiro
- 13
- 4
0
votes
0 answers
Connecting two APs of different models to SXT router
In my small business office I have a SXT lite router that is connected to Internet and then a TP-LINK TD-W8960N router is connected to the SXT wired as AP.
Now I need to extend the internal wireless network using a TP-LINK TD-W8151N router, but it…
0
votes
1 answer
Restricting WIFI AP access to AP's IP address only
I have an ubuntu system with a USB wifi dongle set up as both an AP and Client and it's routing my internet connection. I followed the instructions at http://imti.co/post/145442415333/raspberry-pi-3-wifi-station-ap and it seems to be working…

Matt Crossley
- 1
- 2
0
votes
1 answer
Unable to access server using remote desktop and detect access point in controller software at the same time
I have following topology:
I am not a networking expert but somehow using the help of the Internet I was able to successful configure my topology so that I can access the Server remotely from any client connected to Wireless Access Point and also…

Aishwarya Shiva
- 45
- 3
0
votes
2 answers
Printer not reachable in network
i've a low-cost printer Samsung i provided to configure in my network.
i gave it a static IP and connected to my AP. i can ping (and use) the printer only if i'm connected to the same AP. why can't i ping this printer from any other pc in the…

Andrea
- 3
- 7
0
votes
0 answers
How to connect wireless APs to the same Radius server if the sevrer is on a different subnet?
I am trying to create the following setup.
I have a pfSense firewall with two NIC (Internet - WAN/LAN - Switch). I am setting up VLANs on the switch so I end up with 3 subnets. A subnet for servers and administrador PCs 192.168.100.0/24, a subnet…

hrivera
- 1
0
votes
4 answers
How to modify packets on the fly
I want to setup a wireless infrastructure network wherein the access point has the ability to modify certain packets on the fly. For example, the AP should be able to modify an HTTP request from a client to a webserver on the same network by adding…

TripShock
- 173
- 1
- 8
0
votes
1 answer
LAN access but no internet connection unless different subnet
Dear SF@StackExchange,
I'm using an access point that provides LAN as well as WLAN capabilities using 4G to connect its hosts to the internet. DHCP is deactivated by design. Regardless of the OS connected, I can ping across WLAN -> LAN, LAN -> LAN…

Syncretic
- 31
- 5
0
votes
1 answer
Cannot connect with WPA2 ((AES)) algorithm + EAP-TTLS PAP with freeradius auth
I setup successfully an enterprise wifi connection with LDAP authentication by the mediation of Freeradius. I used EAP-TTLS PAP because I have hashed passwords in my OpenLDAP directory.
In case I used TKIP algorithm in my router for that WPA2 access…

Mohammed Noureldin
- 541
- 1
- 11
- 25