Image

Imageinahandbasket wrote in Imagelinux 😡annoyed

I'm trying to setup multiple IPs on one box.
Simple enough, use virtual IPs to latch them on to the nic.
Running fedora btw.

So I type: /sbin/ifconfig eth0:0 new.ip.add.ress netmask 255.255.255.255 up

now ifconfig returns this:

*edit*
all fixed now, thanks!


[root@loki]# /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:8D:56:C4:50
inet addr:216.46.205.114 Bcast:216.46.205.127 Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:83270 errors:0 dropped:0 overruns:0 frame:0
TX packets:26281 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6848343 (6.5 Mb) TX bytes:2635729 (2.5 Mb)
Interrupt:11 Base address:0xd000

eth0:0 Link encap:Ethernet HWaddr 00:50:8D:56:C4:50
inet addr:216.46.205.200 Bcast:216.46.205.255 Mask:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0xd000

all looks fine, but I can't ping the address.
Thoughts? pointers on what I'm effing up?
Do I need to restart some service?