When I add extra server IP's do I have to add them anywhere else? It's working as far as it's writing to the apache files. I checked, and it's adding the correct IP to the virtual server. The problem is I'm not able to get to the site if I type the local IP directly, or from the URL; I'm on the server locally. If I check ifconfig, the new IP isn't there.
I've added it manually to /etc/network/interfaces, but it keeps giving errors when I do a network restart. I've added one IP already, and I didn't do anything outside of ISPConfig with that one, and it's working. It also shows up in ifconfig.
This is what I added to /etc/network/interfaces:
Code:
auto eth0:0
iface eth0:0 inet static
address 192.168.31.203
netmask 255.255.255.0
auto eth0:1
iface eth0:1 inet static
address 192.168.31.203
netmask 255.255.255.0
I'm getting this error when I restart:
Code:
* Reconfiguring network interfaces... SIOCSIFADDR: File exists
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFNETMASK: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
Failed to bring up eth0:1.
Recent comments
15 hours 14 min ago
20 hours 19 min ago
1 day 43 min ago
1 day 2 hours ago
1 day 16 hours ago
1 day 16 hours ago
1 day 21 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 6 hours ago