lkml.org 
[lkml]   [1999]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Bridging with 2.2.5
On Tue, 15 Jun 1999, Linux Kernel list wrote:

>
> I had this problem too... you made the right steps but not all of them...
> you should enable forwarding with ipchains:
>
> echo 1 > /proc/sys/net/ipv4/ip_forward
> ipchains -P forward DENY
> ipchains -A forward -s 127.0.0.2/24 0:65535 -d 0.0.0.0/0 0:65535 -j MASQ -p ICMP
> ipchains -A forward -s 127.0.0.3/24 0:65535 -d 0.0.0.0/0 0:65535 -j MASQ -p ICMP
>
> you may want also to forward TCP and UDP also... it would be highly
> recommended but it depends on your intentions/setup....
>
> I would also reccomend to change the IP addresses of the cards to some
> other available class lile 192.168.xxx.xxx
> and to upgrade your kernel to linux-2.2.10
>
> In the same way you describe and I added to it what it is desbribed above
> the bridgind works fine here at my workplace....

Do you really have to mess around with IP forwarding/firewalling to
use bridging? I thought that since bridging is level 2 and IP is
level 3 so the IP code doesn't even see the packet that is being
forwarded by the bridge..

greetings
endre

--
..all in all it's just another rule in the firewall.

/Ping Flood/


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.138 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site