Hello,
I am setting up a new Server with Debian 6 +ISPconfig3 and want to allocate seperate IP for my websites with SSL & have 3 Static IPS
I am setting up server as per instructions
http://www.howtoforge.com/perfect-se...ispconfig-3-p3
When I am on step "vi /etc/network/interfaces" my interfaces looks as under;
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address xx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xx.xxx.xxx.x
# add additional IP addresses this way
# up ip address add xxx.xxx.xxx.xxx dev eth0
~
Should I change above and make it as under;
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address add xxx.xxx.xxx.xxx dev eth0
address xx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xx.xxx.xxx.x
# add additional IP addresses this way
# up ip address add xxx.xxx.xxx.xxx dev eth0
~
Please advice with correct settings
Thanks
Recent comments
9 hours 22 min ago
11 hours 49 min ago
23 hours 44 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 12 hours ago
1 day 22 hours ago
2 days 4 min ago
2 days 8 hours ago
2 days 9 hours ago