Skip to content

Sysadmin papilusion ipfailover 11 10 2011

Yannouk edited this page Jul 5, 2012 · 1 revision

Table of Contents

sysadmin - papilusion - IP FaiOver

Infos

Made by : bedhed

Date: 11/10/2011

Currently applied on : papilusion

Comments

Registering secondary failover IP for dynamic readressing (through OVH manager).

Logs

== Session ==

 user	: root
 host	: ns304832.ovh.net 
 date	: 11/10/11 17:24
 curpath	: /


== Commands ==

 [email protected]# cp /etc/network/interfaces /etc/network/interfaces.save
 >>> Edit /etc/network/interfaces, see [1]
 [email protected]# /etc/init.d/networking restart
 >>> /!\ Return > SIOCSIFFLAGS: Cannot assign requested address
 >>> but IP FailOver is working fine. 


== Files ==

[1] Edit /etc/network/interfaces
--- old	2011-10-11 17:33:59.000000000 +0200
+++ new	2011-10-11 17:36:50.000000000 +0200
@@ -14 +14,3 @@
 	gateway 94.23.214.254
+post-up /sbin/ifconfig eth0:0 87.98.149.153 netmask 255.255.255.255 broadcast 87.98.149.153
+post-down /sbin/ifconfig eth0:0 down

Clone this wiki locally