Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-22 Thread Alex Hewitt
Drew Van Zandt wrote: Method (1): Put the wireless router outside the wired router. Method (2): Add something like: iptables -I INPUT -d 192.168.1.0/255.255.255.0 http://192.168.1.0/255.255.255.0 -j DROP and (to allow the wired router as a destination): iptables -I INPUT -d 192.168.1.1

Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Alex Hewitt
This might not have an easy answer but I want to setup a wireless router inside an existing LAN. I want to be able to let users connect to the wireless router but not be able to access systems on the LAN that the wireless router will be installed on. So the scenario is:

Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Drew Van Zandt
Method (1): Put the wireless router outside the wired router. Method (2): Add something like: iptables -I INPUT -d 192.168.1.0/255.255.255.0 -j DROP and (to allow the wired router as a destination): iptables -I INPUT -d 192.168.1.1 -j ACCEPT You might need to do that second method to the nat

Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Alex Hewitt
Drew Van Zandt wrote: Method (1): Put the wireless router outside the wired router. Method (2): Add something like: iptables -I INPUT -d 192.168.1.0/255.255.255.0 http://192.168.1.0/255.255.255.0 -j DROP and (to allow the wired router as a destination): iptables -I INPUT -d 192.168.1.1

Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Bill McGonigle
On 2008-12-11 4:28 PM, Alex Hewitt wrote: LinkSys RV042 The Amazon product page says this thing has built-in DMZ support with LAN isolation. That's my extent of knowledge of the product, but it might be a matter of 'plug it into the DMZ port'. -Bill -- Bill McGonigle, Owner Work:

Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Alex Hewitt
Bill McGonigle wrote: On 2008-12-11 4:28 PM, Alex Hewitt wrote: LinkSys RV042 The Amazon product page says this thing has built-in DMZ support with LAN isolation. That's my extent of knowledge of the product, but it might be a matter of 'plug it into the DMZ port'. -Bill You might be

Re: Need dd-wrt configuration to isolate wireless router from local LAN...

2008-12-11 Thread Alex Hewitt
Alex Hewitt wrote: On Thu, Dec 11, 2008 at 3:53 PM, Alex Hewitt hewitt_t...@comcast.net mailto:hewitt_t...@comcast.net wrote: This might not have an easy answer but I want to setup a wireless router inside an existing LAN. I want to be able to let users connect to the