* Changing MAC Addresses
@ 2002-12-07 3:37 Sam Johnston
2002-12-16 14:24 ` Andrew J. Meader
0 siblings, 1 reply; 2+ messages in thread
From: Sam Johnston @ 2002-12-07 3:37 UTC (permalink / raw)
To: netfilter
Afternoon all,
I'm not sure if this is the best forum for this question as it is not
necessarily directly related to Netfilter, but I can't think of anywhere
else I might find anyone capable of answering it, so here goes.
I have a bunch of xboxes running linux which all have the same MAC
address: 00:00:00:00:00:00. This causes obvious problems when more than
1 machine is on any one segment. I'm led to believe I can work around
the problem by putting something like:
/sbin/ifconfig eth0 hw ether 00:50:f2:ab:cd:ef up
fairly early in the boot process (specifically, I've chosen the pre-up
directive in /etc/network/interfaces as they're running Debian).
When I do this I'm able to see the MAC<->IP mapping in the ARP table of
another machine, but it doesn't respond. I figure that something
somewhere is remembering the old MAC address and dropping anything that
doesn't match, although I don't know enough about low level networking
in linux to be sure.
Any suggestions would be appreciated.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Changing MAC Addresses
2002-12-07 3:37 Changing MAC Addresses Sam Johnston
@ 2002-12-16 14:24 ` Andrew J. Meader
0 siblings, 0 replies; 2+ messages in thread
From: Andrew J. Meader @ 2002-12-16 14:24 UTC (permalink / raw)
To: Sam Johnston, netfilter
Sam,
What does /sbin/ifconfig -a tell you?
Andy
Sam Johnston wrote:
> Afternoon all,
>
> I'm not sure if this is the best forum for this question as it is not
> necessarily directly related to Netfilter, but I can't think of
> anywhere else I might find anyone capable of answering it, so here goes.
>
> I have a bunch of xboxes running linux which all have the same MAC
> address: 00:00:00:00:00:00. This causes obvious problems when more
> than 1 machine is on any one segment. I'm led to believe I can work
> around the problem by putting something like:
>
> /sbin/ifconfig eth0 hw ether 00:50:f2:ab:cd:ef up
>
> fairly early in the boot process (specifically, I've chosen the pre-up
> directive in /etc/network/interfaces as they're running Debian).
>
> When I do this I'm able to see the MAC<->IP mapping in the ARP table
> of another machine, but it doesn't respond. I figure that something
> somewhere is remembering the old MAC address and dropping anything
> that doesn't match, although I don't know enough about low level
> networking in linux to be sure.
>
> Any suggestions would be appreciated.
>
> Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-16 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-07 3:37 Changing MAC Addresses Sam Johnston
2002-12-16 14:24 ` Andrew J. Meader
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.