I'm running a box with two network cards and currently use proxy_arp and 
ipchains between the two. Is there a way I can use the bridge module and 
brctl to only bind to specific eth0 and eth1 and still have eth1:1 masq to 
eth0 ? or do i need to masq the other ip to the br0 dev?

here's my ifconfig

eth0 - 64.113.85.236  (main ip)
                broadcast 64.113.85.255 netmask 255.255.255.128
eth1 - 64.113.85.169 (gateway for proxy_arp)
                broadcast 64.113.85.175 netmask 255.255.255.248
eth1:1 - 192.168.8.1 (used for gw for masq)
                broadcast 192.168.8.0 netmask 255.255.255.0
eth1:2 - 64.113.85.173 (ip used for ftp)
                broadcast 64.113.85.255 netmask 255.255.255.128
        or      broadcast 64.113.85.175 netmask 255.255.255.248

any way i can plug a machine into the hub on eth1 and bridge it while 
another machine on the same up uses the masq alias?? what i'm trying to do 
is get rid of proxy_arp (using the .168 gw) and use bridgeing in place 
while still being able to locally run daemons on aliases eth dev's

thanks,
brad


_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to