Ruben Faelens
2005-12-30 10:50:18 UTC
Send Isl3893-devel mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/isl3893-devel
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Isl3893-devel digest..."
1. Re: change mac address for wan interface (Roland Mieslinger)
--__--__--
Message: 1
Subject: Re: [Isl3893-devel] change mac address for wan interface
Date: Thu, 29 Dec 2005 15:04:12 +0100
Hi Ulf,
late response to your mail, but maybe useful.
I'm trying to setup a wireless bridge at the moment, so I've downloaded
the sources from linksys for their wet54v2 (this device is sold as
bridge).
One can compile a running image from this sources, with support for
ebtables. ebtables is a layer 2 firewall (aka. stealth firewall), it
offers access control and "mac nat".
BTW: linksys wet54gv2s5 is an isl3983 based 5 port and wlan bridge
(unlisted on project page), with very cool features like port based vlan
tagging, QoS, port mirroring (for e. g. IDS), layer 2 access lists. The
sources are available, but didn't compile out of box (smidump is not in
toolchain). I can post a workaround if someone is interested. I've it
running on an AP600.
Roland
_______________________________________________
Isl3893-devel mailing list
https://lists.sourceforge.net/lists/listinfo/isl3893-devel
End of Isl3893-devel Digest
I am very interested. If you could post a little guide on how to compileTo subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/isl3893-devel
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Isl3893-devel digest..."
1. Re: change mac address for wan interface (Roland Mieslinger)
--__--__--
Message: 1
Subject: Re: [Isl3893-devel] change mac address for wan interface
Date: Thu, 29 Dec 2005 15:04:12 +0100
Hi Ulf,
late response to your mail, but maybe useful.
I'm trying to setup a wireless bridge at the moment, so I've downloaded
the sources from linksys for their wet54v2 (this device is sold as
bridge).
One can compile a running image from this sources, with support for
ebtables. ebtables is a layer 2 firewall (aka. stealth firewall), it
offers access control and "mac nat".
BTW: linksys wet54gv2s5 is an isl3983 based 5 port and wlan bridge
(unlisted on project page), with very cool features like port based vlan
tagging, QoS, port mirroring (for e. g. IDS), layer 2 access lists. The
sources are available, but didn't compile out of box (smidump is not in
toolchain). I can post a workaround if someone is interested. I've it
running on an AP600.
Roland
hi,
i realized that datastore can change the mac address for the wan
interface.
a little sticker on the box gives two macs, one for the switch one for
the wan port, the wan' s mac address is +1 compair to the lan's mac
address.
so now i can change the mac by using the setoid command, but how can i
make it active?
# getoid eth2 0x0 mac
00:60:b3:06:54:20
# setoid eth2 0x0 mac aa:bb:cc:dd:ee:ff
# getoid eth2 0x0 mac
AA:BB:CC:DD:EE:FF
now the mac is changed but not active!
ifconfig eth2 give the original mac output, not the new one.
in compair to the changes i made with the wifi device, eth1, i have to
set the ssid by using setoid eth1 0x10000002 ssid 'the essid for the
net' once to set the device down and a second time to set the device
up again, that the changes i made are active, foe example to change
the channel.
any ideas?
thanks ulf
--__--__--i realized that datastore can change the mac address for the wan
interface.
a little sticker on the box gives two macs, one for the switch one for
the wan port, the wan' s mac address is +1 compair to the lan's mac
address.
so now i can change the mac by using the setoid command, but how can i
make it active?
# getoid eth2 0x0 mac
00:60:b3:06:54:20
# setoid eth2 0x0 mac aa:bb:cc:dd:ee:ff
# getoid eth2 0x0 mac
AA:BB:CC:DD:EE:FF
now the mac is changed but not active!
ifconfig eth2 give the original mac output, not the new one.
in compair to the changes i made with the wifi device, eth1, i have to
set the ssid by using setoid eth1 0x10000002 ssid 'the essid for the
net' once to set the device down and a second time to set the device
up again, that the changes i made are active, foe example to change
the channel.
any ideas?
thanks ulf
_______________________________________________
Isl3893-devel mailing list
https://lists.sourceforge.net/lists/listinfo/isl3893-devel
End of Isl3893-devel Digest
the sources, I would be grateful.