Author
Message
trull DD-WRT Novice Joined: 05 Aug 2008 Posts: 34
Posted: Tue Dec 01, 2020 18:46 Post subject: Multiple Wlans + DNSMASQ
Hi,
I wanted to create wlan with an own dhcp server and I did it with this Multiple WLANs documentation.
Unfortunately I am not able to browse the internet. Therefore I executed -> iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT --to `nvram get wan_ipaddr` but didn't help.
I then want to use dnsmasq to use specific dns servers for specific requests.
thx trull
Back to top
Sponsor
egc DD-WRT Guru Joined: 18 Mar 2014 Posts: 11250 Location: Netherlands
Posted: Tue Dec 01, 2020 20:24 Post subject:
What build, which router?
Please read and follow the forum guidelines: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087 to get the best possible help. _________________ Routers:Netgear R7800, R7000, R6400v1, R6400v2, Linksys EA8500, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read): https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Back to top
trull DD-WRT Novice Joined: 05 Aug 2008 Posts: 34
Posted: Wed Dec 02, 2020 9:33 Post subject:
Hi,
I use DD-WRT v3.0-r40559 mini (08/06/19)
on Linksys WRT54gl v1.1.
The problem is I have a network
FB (DHCP Server) <-> AP CPE510 <-> Client CPE510 <-> DD-WRT
and I want to dnsmasq some requests so I thought I can create an own WLAN (with own DHCP Server) on the DD-WRT and dnsmasq special requests?
thx
thx
Back to top
egc DD-WRT Guru Joined: 18 Mar 2014 Posts: 11250 Location: Netherlands
Posted: Wed Dec 02, 2020 12:16 Post subject:
You hopefully have read the forum guidelines and discovered that you should not use 40559, that is an old an crappy build.
Not saying your current problem is related to this crappy build but other problems will crop up. So first get a recent and better build as described in the forum guide lines.
Attached my notes how I setup a VAP but there are different ways to do so, this is just my way _________________ Routers:Netgear R7800, R7000, R6400v1, R6400v2, Linksys EA8500, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read): https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Back to top
trull DD-WRT Novice Joined: 05 Aug 2008 Posts: 34
Posted: Wed Dec 02, 2020 17:58 Post subject:
Hi,
I also tried this approach but also got no internet access.
I have already the latest firmware installed -> 40559 there is no newer one.
thx trull
Back to top
blkt DD-WRT Guru Joined: 20 Jan 2019 Posts: 4719
Posted: Wed Dec 02, 2020 18:02 Post subject:
trull wrote: I have already the latest firmware installed -> 40559 there is no newer one.
Read the disclaimer. Read the firmware FAQ. Read the Broadcom build threads.
Back to top
egc DD-WRT Guru Joined: 18 Mar 2014 Posts: 11250 Location: Netherlands
Posted: Wed Dec 02, 2020 18:03 Post subject:
Perhaps you should read the forum guidelines I pointed to. _________________ Routers:Netgear R7800, R7000, R6400v1, R6400v2, Linksys EA8500, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read): https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Back to top
trull DD-WRT Novice Joined: 05 Aug 2008 Posts: 34
Posted: Wed Dec 02, 2020 18:06 Post subject:
Yes - I did - ok I understand (BUT NEVER EVER USE THE ROUTER DATABASE.) - I have found it now!
Back to top