Results 1 to 1 of 1
Hi,
I'm trying to create a virtual IP, but I'm getting some errors:
$ sudo /sbin/ip -f inet addr del dev eth0 xxx.yyy.zzz.xxx
RTNETLINK answers: Cannot assign requested address
$sudo ...
- 07-06-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
/sbin/ip returns error in RTNETLINK
Hi,
I'm trying to create a virtual IP, but I'm getting some errors:
$ sudo /sbin/ip -f inet addr del dev eth0 xxx.yyy.zzz.xxx
RTNETLINK answers: Cannot assign requested address
$sudo /sbin/arping -q -c 2 -U -s fe80:0:0:0:250:56ff:febc:b29%2 -I eth0 xxx.yyy.zzz.xxx
arping: invalid source fe80:0:0:0:250:56ff:febc:b29%2
Thanks in advanced


Reply With Quote