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 21 min ago
14 hours 26 min ago
18 hours 51 min ago
20 hours 39 min ago
1 day 10 hours ago
1 day 10 hours ago
1 day 15 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 38 min ago