I've setup my router to forward port 80 through to my computer, so I can access it from a dyndns.org domain. The domain and the ip both seem to be totally working, externally (can access it from outside the LAN). Unfortunately, I can't access it locally (on the LAN, or on the machine itself).
This is a "loopback error", I understand. I've set up port forwarding, and sifted through all the advanced settings I can find on the router. I really don't want to resort to using /etc/hosts files on local machines, but I guess I'll do that if I have to.
My router is an "EchoLife HG556a", a re-branded router that comes with a Vodafone Internet contract here in NZ. When log in in "advanced" mode, I see that the firewall log gets these messages whenever I try to access the mydomain.dyndns.org domain, or even hit it with the external ip directly:
Mar 9 16:36:24 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:25 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:26 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:27 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:28 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:29 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:31 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:34 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
Mar 9 16:36:35 kernel warning kernel: [fwlog] Bad source(not br0) packet attack, SRC=192.168.1.2 DST=203.118.175.161.
What's "br0"? Can I disable the requirement for traffic to be from br0? Any ideas what could be causing this? Or tests I can do to better understand what's happening? I'm running OS X 10.6.
EDIT: I tried disabling the DoS protection: no luck. Here's a good question and answer which explains what's going on I think. It seems my router doesn't support "NAT loopback", which isn't too surprising for a consumer grade device.
EDIT 2: I figured out how to log in to the router via telnet. For me, the u/p was admin/VF-NZhg556 which is different to other countries (i live in NZ). Via telnet I can execute iptables, which is promising.
iptables, it'd be a different story. – aaaidan Oct 29 '11 at 23:10