(networking) Failover IP for SSL

Dear all,

My ISP, told me to setup the network interface of my VirtualMin pro license debian 6.0 server by :

Adding to /etc/network/interfaces :

post-up /sbin/ifconfig eth0:1 188.165.XX.XX netmask 255.255.255.255 broadcast 188.165.XX.XX post-down /sbin/ifconfig eth0:1 down

Then restart by : /etc/init.d/networking restart

This method seems to be deprecated.

So i ve tryed to setup by WebMin / networking / network interface / activate at boot /

it adds :

iface eth0:1 inet static
address 188.165.XX.XX netmask 255.255.255.0 broadcast 188.165.XX.XX network 188.165.XX.0

My objective is to have an IP fail over used for a SSL site. Is it the correct way ?

Status: 
Closed (fixed)

Comments

Howdy -- if you're interested in having a second IP address on your server, what you did via Webmin there looks perfect.

Both ways will work, but Webmin's method is the correct way according to the Debian docs..