This is a discussion on Address already in use error within the Linux Networking forums, part of the Linux Forums category; In furtherence of my last reply to this message... Just noted your other response about having no other Linux boxen ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In furtherence of my last reply to this message...
Just noted your other response about having no other Linux boxen on the same subnet. Perhaps you could get your hands on something like Knoppix, or boot your installation media on different machine and see if it still happens. -- Cameron Kerr cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/ Empowered by Perl! |
|
|||
|
Mark Voss <voss001@yahoo.com.not4spam> wrote:
> It's a Cisco switch. (it's remote so I can't say which model at the > moment but can find out) We tried varying the arp refresh rate on > it, but no help. THere are no other Linux boxes on the switch, but > numerous other Windows boxes with no problems. I'd try commenting out if ! arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then echo $"Error, some other host already uses address ${IPADDR}." exit 1 fi in ifup. If it works then the cause of the problem is moot; you said all IP addresses where static. This is probably considered RH heresy, but sometimes it's whatever works. -- Clifford Kite Email: "echo xvgr_yvahk-ccc@ri1.arg|rot13" PPP-Q&A links, downloads: http://ckite.no-ip.net/ /* The wealth of a nation is created by the productive labor of its * citizens. */ |