BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Looking for WiFi router with certain characteristics
- Subject: [Discuss] Looking for WiFi router with certain characteristics
- From: johnhall2.0 at gmail.com (John Hall)
- Date: Thu, 31 Jul 2014 12:20:24 -0400
- In-reply-to: <53D99648.8010701@gmail.com>
- References: <53D988E7.50006@gmail.com> <53D99648.8010701@gmail.com>
My best guess is that the default route works from the edimax to actiontec because it's on the way to the internet.Devices can connect because packets pass through the actiontec due to it being the internet gateway and it has dynamic routing for PC1. It does not work the other way because no packets pass through the edimax and the actiontec has no dynamic entries for these other nodes. That is why you get routing from the devices from the endimax-connected-devices but not to them. To fix that you need to add some static routing. You could create static routes using the ip addresses you have for each device. Add these on the Actiontec. Try ssh to ddwrt and execute these commands: # route add -host 192.168.0.8 gw 192.168.0.20 # route add -host 192.168.0.15 gw 192.168.0.20 # route add -host 192.168.0.18 gw 192.168.0.20 If this fails then check for anything that may be interfering with bridging ethernet and wireless in either device. You may need to specificity a device for the routes. Finally to persist these you will have to find this in the gui, or find the right config file to create/append. ?Alternatively you could create a subnet and reassign ips on the edimax, and add one network route. That might be more complicated than is necessary but the router may have a gui for network routes but not for host routes since network routing is more common. ?
- Follow-Ups:
- [Discuss] Looking for WiFi router with certain characteristics
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] Looking for WiFi router with certain characteristics
- References:
- [Discuss] Looking for WiFi router with certain characteristics
- From: gbburkhardt at gmail.com (Glenn Burkhardt)
- [Discuss] Looking for WiFi router with certain characteristics
- Prev by Date: [Discuss] Seeking information on binaries called "entities" and "fixup"
- Next by Date: [Discuss] Looking for WiFi router with certain characteristics
- Previous by thread: [Discuss] Looking for WiFi router with certain characteristics
- Next by thread: [Discuss] Looking for WiFi router with certain characteristics
- Index(es):