Problem connecting to Ubuntu Server in same local network.
Posted
by
frbry
on Server Fault
See other posts from Server Fault
or by frbry
Published on 2011-03-13T13:57:55Z
Indexed on
2011/03/13
16:11 UTC
Read the original article
Hit count: 246
ubuntu
|networking
I have my LAN set up as below:
192.168.2.1: ADSL Router (DHCP Range: 192.168.2.2-192.168.2.250)
192.168.2.254: Wireless Access Point
192.168.2.253: Ubuntu Server (Static IP)
192.168.2.2: My Laptop (Connects to Internet via the Wireless AP)
NAT in router is active and set up to transfer requests made over port 80 to 192.168.2.253. Router's firewall is inactive. No IPs in DMZ.
My friends get Apache's It Works page when they try to enter http://my_external_ip. But I get Router's configuration page instead of that.
What should I check or do?
Thanks.
© Server Fault or respective owner