Re: Add an IP alias to ethernet interface
Hi correction: + args="${args} label ${1}:1" should be: + args="${args} label ${1}:${ALIAS}" sry greetings rabenkind :)) -- Duisburger Linux User Group Free Software Foundation Europe /"\ASCII Ribbon Campaign \ /No HTML/RTF in email
Re: Add an IP alias to ethernet interface
cond gateway..." + ip route append ${NET_GW}/${PREFIX} via ${ALIAS_GW} + evaluate_retval fi ;; And the example alias-1: ONBOOT=yes SERVICE=ipv4-static IP=192.168.1.61 ALIAS=1 NET_GW=192.168.10.0 ALIAS_GW=192.168.1.12 PREFIX=24 BR