I've configured my Linksys with X-Wrt: static WAN IP address like 1.2.3.106/24, LAN address 192.168.255.0/24. It does NAT well, and I have some firewall rules configured via X-WRT which connect public address ports (80, 25, ...) to my servers' LAN addresses.
But when I try to connect from the inside (LAN) to my external address (1.2.3.106), e.g., with a web browser or telnet session, I get the OpenWRT X-WRT web server.
I suspect there's some default IPtable rule which is intercepting connections from the LAN instead of forwarding them to the WAN interface so they'll "come back in" and get mapped by NAT back to my internal addresses. But I don't know iptables well at all and I haven't found similar discussions in this forum or other searches.
Any clues? Thanks.