What's the difference between router mode with DHCP turned off and WAP mode?
This is on an Asus RT-N66U router.
while i haven't tried this with the asus router, there really shouldn't be a problem port forwarding to a client connected to the n66 in router mode; the ap and lan side are more or less bridged together; though you should obviously make sure the lan ip of the router is different than anything else on the network. this only is an issue if you're in a double nat configuration, with the wan port connected to the lan.
also, i'm not sure if asus does things differently, but i'd expect the following configuration to be reasonably possible;
.1 router port forwarding to a vpn server on the asus in router mode at ip .2, also with .1 port forwarding to a client attached to .2, either wired or wireless, hosting a game server, for example. or .1 port forwarding to a file server on .2
what can throw this off, though, is that in router mode the device probably messes up how it should route vpn traffic to the internet. (it will probably insist on going out the wan interface) with a stock configuration, i wouldn't be surprised if the only thing that really works correctly is attaching a storage device to .2 and portforwarding .1 file server ports to .2 and port forwarding a server attached to .2, from .1. bridging is done at layer 2, hence why i can't see why port forwarding should be an issue, if everything is connected/configured correctly.
so, really the only benefit i see using the device in router mode would be for an attached storage device, otherwise default configurations will break things, and of course you lose a lan port
Are you speculating? My post wasn't based on speculation. You should try the port forwarding stuff. And try putting an attached storage device. Then come back and delete your post. Lol.![]()
well, i forgot that asus has that thing in place that forwards all traffic to the 'your internet is down' page when wan is disconnected, but if that 'feature' were disabled, it would work fine
probably would be easy to fix, at least.
Set the WAN type to "Static" to avoid the pop up message in browsers. If needed, enter a fake IP information. This should stop the pop up.
#!/bin/sh
#
# set the LAN gateway IP to $default
default="192.168.0.1"
#
# nuke eth0 settings
ifconfig eth0 0.0.0.0 up
#
route default gw $default
#
# fix the WAN port
brctl addif br0 eth0
When it comes to port forwarding doesn't this have to be done at the router facing the WAN- which in my instance is the Hitron gateway? If I don't forward a port on that device is it ever going to get to my Asus no matter what mode it is running in?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!