hi,
I have a weird problem, and driving me crazy. I set up 2 interfaces one to external, one is local. I also have 3 public IPs assign on router.
I change www port on the router to 1024 for remote terminal.
the router has the following IPs(pub)
1.1.1.3
1.1.1.4
1.1.1.5
and
192.168.3.1(local).
I src-nat all local to 1.1.1.3. and dst-nat 1.1.1.4:80 to 192.168.3.4:80.
dst-nat 1.1.1.5:80 to 192.168.3.4:1024.
I have no problem access internet from local network.
access my website from outside on 1.1.1.4 or http://www.mysite.com (no problem).
but I can't access it from my own local network. http://1.1.1.4 (or http://www.mysite.com) will failed. but http://192.168.3.4 is ok.
how could I access my own website(http://1.1.1.4) from my local nework?
I can ping 1.1.1.4.
telnet 1.1.1.4 will go to MK's terminal console as if telnet 1.1.1.3 (or 5).
any idea?