vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Fri, Mar 10, 2006 at 09:45:41AM +0100, uc.sheda wrote: > Hi, > > I'm trying to set a bridge on my OpenBSD 3.8 box (seu). The > bridge is made of 2 interfaces: ural0 and vr0. Both ural0 and > vr0 have the same IP address. Here is the configuration: > > # cat /etc/hostname.ural0 > inet 172.16.199.56 255.240.0.0 NONE mediaopt hostap mode 11g > nwid helloworld chan 7 > #!ifconfig ural0 down > #cat /etc/hostname.vr0 > inet 172.16.199.56 255.240.0.0 > #!route add blon blon -interface > # cat /etc/bridgename.bridge0 > add vr0 > add ural0 > #static vr0 0:d:b4:0:6b:5e > up > # route show -inet > Routing tables > Don't use the same IP for two interfaces this calls for trouble. It is enough to add the IP to one interface. I would change the /etc/hostname.vr0 to just "up". Then only ural0 has an IP assigned in your bridge setup which is absolutly fine. -- :wq Claudio |