mtchang / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

NAT Loopback not working for wired LAN connections #913

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. NAT Loopback enabled
2. Hardware NAT acceleration enabled for both LAN and WLAN connections
2. DDNS enabled
3. Port forwarding enabled

What version of the product are you using? On what operating system?

3.4.3.6-064-micro

Please describe the problem as detailed as it's possible:

Port forwarding works on the internal network; however, when accessing 
forwarded ports from a wired connection, only local IP addresses work (ex: 
192.168.1.100:6060). However, when using a wireless connection on the same 
network, local connections AND DDNS port forwarded connections work correctly 
(either 192.168.1.100:6060 or dyndns,com:6060).  

Original issue reported on code.google.com by matthew....@gmail.com on 14 Jul 2013 at 5:53

GoogleCodeExporter commented 9 years ago
wired and wireless interfaces included in common bridge br0 and all iptables 
rules is identical for wired and wireless. 

Original comment by andy.pad...@gmail.com on 24 Jul 2013 at 2:05

GoogleCodeExporter commented 9 years ago
It is caused by jumbo frame. Disable it by setting 1500 fix the loopback 
problem.

See my last comment:

http://code.google.com/p/rt-n56u/issues/detail?id=882

Original comment by eos...@gmail.com on 24 Jul 2013 at 9:43