dd wrt - DD-WRT (Virtual)AP with guest and private WIFI access (on 2nd router) -


i experiencing issue setup.

main router (downstairs) asus rt-ac66u (running on merlinwrt) working fine.

but unfortunately our wifi signal kinda bad @ top floor of our house, decided purchase tp-link tl-wr1043nd , use access point / repeater. installed dd-wrt on , followed excellent tutorial: http://www.dd-wrt.com/wiki/index.php/wireless_access_point

now access point works, or better said worked. trying setup guest network on tl-wr1043nd , did following tutorial (the 1 find): http://tips.desipro.de/2013/12/06/guest-wifi-setup-dd-wrt/

the thing found weird had enable dhcpd? did anyways. maybe wrong , should have left disabled, how ip's handled without it...? not think.

but says should disable dhcp in tutorial of wireless_access_point...?

i cannot seem connect tp-link router anymore wired connection, can connect wifi (phone) , access dd-wrt interface, no internet.

can please tell me doing wrong here , how solve this?

in case you're still wondering trying achieve; main (asus) router has 1 wifi signal, our private usage. d tp-link router has 2 wifi signals. 1 our own private use (to increase coverage) , 2nd guests.

i don't know if possible, or doing wrong. hope can me out here.

well since no 1 trying helpful here found own solution (thanks member of dd-wrt forum community). post solution here, answer might else needs this.

configure ap + guest   reset router factory defaults   setup / basic setup   connection type disabled   assign wan port switch >>>check   local ip address 192.168.1.3 (assuming main network on 192.168.1.0 subnet , ip isn't being used)   subnet mask >>> 255.255.255.0   gateway >>> ip of router connected internet   local dns >>> ip of router connected internet   dhcp server >>> disabled   uncheck use dnsmasq dhcp   uncheck use dnsmasq dns   save   wait 15 seconds click apply    can connect network cable lan port within network , access @ 192.168.1.3 ip.   setup / advanced routing   operating mode >>> router    wireless / basic settings   add vap   save   wait 15 seconds click apply (in order or won't show)    setup / networking   create bridge (br1)   save   wait 15 seconds click apply   put in ip address br1 >>> 192.168.2.1   subnet mask br1 >>> 255.255.255.0   save   wait 15 seconds click apply   wait 30 seconds   add assign bridge ( br1 wl0.1)   save   wait 15 seconds click apply    services >>> under dnsmasq   disable dnsmasq   in additional dnsmasq options (copy/paste)    code:  interface=br1   dhcp-option=br1,3,192.168.2.1   dhcp-range=br1,192.168.2.100,192.168.2.150,255.255.255.0,24h    save   wait 15 seconds click apply    administration / commands (copy/paste)    code:  iptables -i forward -i br1 -d `nvram lan_ipaddr`/`nvram lan_netmask` -m state --state new -j drop   iptables -t nat -i postrouting -o br0 -j snat --to `nvram lan_ipaddr`    click save firewall    connected vap (wl0.1) can access internet restricted on 192.168.1.0   can add additional firewall rules if want access specific device on main network guest network.  

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -