2007/6/9, Dominik Zalewski <[EMAIL PROTECTED]>: > > Dear All, > > I have a problem configuring routing. Here is how my setup looks: > > > Internet - - - ADSL modem (bridge mode) - - - OpenBSD BOX - - - - - - - > Switch - - - - - - - Server 1 > IPOA: 196.218.x.97 vr1: 196.218.x.98 > | > bge0: 196.218.x.100 > > | > > | > > | > > Server > 2 > > eth0: > 196.218.x.101
In such setup, you should configure obsd box as a (address-less) bridge, something like this: [(16:58):[EMAIL PROTECTED]:~ ] cat /etc/bridgename.bridge0 add fxp0 add xl0 blocknonip fxp0 blocknonip xl0 up [(16:59):[EMAIL PROTECTED]:~ ] cat /etc/hostname.xl0 up [(16:59):[EMAIL PROTECTED]:~ ] cat /etc/hostname.fxp0 up or if you WANT to assign IP-address to obsd box: [(16:59):[EMAIL PROTECTED]:~ ] cat /etc/hostname.fxp0 inet 196.218.x.98 255.255.255.248 NONE I hope you get the idea

