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
10 hours 5 min ago
19 hours 33 min ago
20 hours 22 min ago
23 hours 55 min ago
1 day 4 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 23 hours ago