Adding another IP

I purchased my linode with 3 IP addresses. I just now bought a fourth. I tried adding this 4th the same way I did the other IPs.

Here is the settings:

eth0      Link encap:Ethernet  HWaddr FE:FD:42:A0:8D:58
          inet addr:66.160.141.88  Bcast:66.160.141.255  Mask:255.255.255.0
          inet6 addr: fe80::fcfd:42ff:fea0:8d58/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:679819 errors:0 dropped:0 overruns:0 frame:0
          TX packets:651559 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          RX bytes:115625141 (110.2 Mb)  TX bytes:82652703 (78.8 Mb)

eth0:1    Link encap:Ethernet  HWaddr FE:FD:42:A0:8D:58
          inet addr:66.160.141.89  Bcast:66.160.141.255  Mask:255.255.255.0
          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
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0:2    Link encap:Ethernet  HWaddr FE:FD:42:A0:8D:58
          inet addr:66.160.141.9  Bcast:66.160.141.255  Mask:255.255.255.0
          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
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0:3    Link encap:Ethernet  HWaddr FE:FD:42:A0:8D:58
          inet addr:66.220.1.177  Bcast:66.220.1.255  Mask:255.255.255.0
          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
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0:3 is the one not working.

Anything look wrong? Or am I missing something? Do I need to change gateway info or something? thanks.

4 Replies

Though I cannot answer your question (sorry!) I do suggest that in future postings you remove your IP addresses from the post. Or use an X.X for the last two numbers in the IP address. A little privacy doesn't hurt, but it goes a long way. Or thats what I used to believe when I was the prez.

Bill Clinton

You need to add the gateway for the different subnet that your fourth IP is in:

route add default gw 66.220.1.1

-Chris

I did that, and still no go

Looks like you didn't reboot after purchasing the IP. Reboot, bring the interfaces up (including the default route), and then it should work…

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct