Hi, Apache2 is running on Debian. The /sbin/ip addr command doesnt work, but the contents of /etc/network/interfaces is:
==========================
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 80.xx.xx.14
netmask 255.255.255.0
network 80.xx.xx.0
broadcast 80.xx.xx.255
gateway 80.xx.xx.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 80.xx.xx.20
dns-search xx.co.uk
iface lo:1 inet static
address 80.xx.xx.15
netmask 255.255.255.255
iface lo:2 inet static
address 80.xx.xx.16
netmask 255.255.255.255
iface lo:3 inet static
address 80.xx.xx.17
netmask 255.255.255.255
==========================
I have been successfully using the IP addresses for VirtualHosts for the last year, so the machine is responding to those IPs. Is there something more I have to do to bind them specifically?
Main Topics
Browse All Topics





by: ravenplPosted on 2007-09-30 at 07:52:22ID: 19987114
Looks like Your system have no 80.xx.xx.15 ip binded
linux: /sbin/ip addr
win: ipconfig /all