On Tuesday 16 July 2002 11:08, Claas Anders Rathje wrote: > So I turned on bridging on my server with the result that I can ping > and do whatever between both networks. I added > route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.1.253 > on my LSP Box so it knows what to do with the packages adressed to > the .0.x-network. So far it works, but if i try to reach the www it > fails. Running traceroute i can see that the ping goes from client to > my server and from my server to my lrp box, but there it seems that > it does not go any further.
You can not bridge between two different subnets (*.*.0.0/24 and *.*1.0/24). You will have to enable ip_forwarding and add a route on your server as well to get this to work. If you can contain everything to one subnet on both networks, then the bridging will work fine (ie... *.*.*.*/16). -- ~Lynn Avants aka Guitarlynn guitarlynn at users.sourceforge.net http://leaf.sourceforge.net If linux isn't the answer, you've probably got the wrong question! ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
