Hello wondering people,
Quick question for you.
I have installed on my WRT54GL Kamakize 7.09. Everything is working freakin awesome.
I just have a quick issue.
I am trying to separate my vlan0 from my eth1. Basically separate my lan from my wifi. But yet still have both of them connect to my wan. My lan and my wifi both need to still have DHCP on each ... I don't know if this is possible.
I am looking to see if someone connects to the wifi and then tries to access a computer on the lan it won't work. That is all I want.
I have read a ton on the forums but with no concrete answers. I saw the examples in the Documentation but I don't know if that will work for what I am looking for.
This is what I think will work ...
lan_ifname=vlan0
lan_proto=static
lan_ipaddr=192.168.1.25
lan_netmask=255.255.255.0
wifi_ifname=eth1
wifi_proto=static
wifi_ipaddr=192.168.2.25
wifi_netmask=255.255.255.0
wan_ifname=vlan1
wan_proto=dhcp
lan_ifnames=vlan0
Can some one please verify that this is correct.
Thank you.