 |
Documentation
Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.
|
|
| Category |
| Dedicated Servers |
|
Question
|
Last Modified: Oct 19, 2009
|
| How can I force the switch to use a new MAC address for an IP? |
| Answer |
An article here suggests the following:
arping -S <our_IP> -B
That didn't work for me... I think our arping is too old? This worked though:
arping -c 2 -s <our_IP> -U <broadcast_IP>
eg: arping -c 2 -s 204.13.11.78 -U 204.13.11.255
When transitioning an IP from one host to another, it took about 60 seconds to
transition without arping, and just a few seconds with using arping. There may
be additional benefits at the router level, where the arp timeouts are much
longer.
Our current broadcast IPs:
69.59.195.255
65.212.181.255 (note: 181, not 180!)
204.13.10.255
204.13.11.255
etc... you get the idea...
|
[FAQ Main]
[Submit a Question]
[Back to Category "Dedicated Servers"]
|