Hello,
 
I have leaf uClibc firewall. At home. With two net interfaces. So I have:
 
 
iface eth0 inet dhcp
and
iface eth1 inet static.
 
And I have two MAC numbers, of course. Let's say MAC1 and MAC2.
After starting my machine i have:
 
eth0 with MAC1 and
eth1 with MAC2.
 
Sometimes. Because sometimes I have:
 
eth0 with MAC2 and
eth1 with MAC1.
 
I don't know why.
 
I have a problem. My internet provider detect he's clients machines via MAC 
addres.
And isn't possible to give him my two MAC's. Only one and I must decide which 
one.
 
I found on forums two solutions
 
First:
iface eth0 inet static
        address 12.34.56.78
        netmask 255.255.255.0
        broadcast 12.34.56.255
        gateway 12.34.56.78.1
        hwaddress ether address 00:00:00:00:00:00
 
and second:
iface eth0 inet dhcp
    pre-up ip link set address <hw-address> eth0 up
But no one of them works at my situation. Firewall starts, I can see modified 
by own
hands configuration file with "new MAC" and "old MAC" after >ip addr.
 
Firewall has shorewall. Mayby I must modify shorewall settings.
 
I'm not linux user. Please write me exact solution. As for newbe.
 
 
--
Sławek
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to