On Sun, Aug 03, 2008 at 09:27:19PM +0200, Christian Kildau wrote: > On Sunday 03 August 2008 13:19:53 you wrote: > > The file you wanted to create was /etc/dhcpd.interfaces. > That was a typo in my first mail, sorry. > > > Note that as > > of -current this has been deprecated for dhcpd_flags. > I'm running 4.2. > > > http://www.openbsd.org/faq/current.html#20080607 > > > > And just fyi, you should know that dhcpd(8) has never honored > > dhcpd_flags or dhcpd.interfaces. Only /etc/rc does at boot. To start > > dhcpd manually: > > > > # dhcpd vlan10 vlan11 tun0 tun1 > > > > And the respective line in /etc/rc.conf.local: > > > > dhcpd_flags="vlan10 vlan11 tun0 tun1" > snip > > bridge0: flags=41<UP,RUNNING> > priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp > tun1 flags=3<LEARNING,DISCOVER> > port 19 ifpriority 0 ifcost 0 > tun0 flags=3<LEARNING,DISCOVER> > port 18 ifpriority 0 ifcost 0 > vlan11 flags=f3<LEARNING,DISCOVER,EDGE,AUTOEDGE,PTP,AUTOPTP> > port 14 ifpriority 0 ifcost 0 > vlan10 flags=f3<LEARNING,DISCOVER,EDGE,AUTOEDGE,PTP,AUTOPTP> > port 7 ifpriority 0 ifcost 0 > Addresses (max cache: 100, timeout: 240): > 00:1d:7d:9f:cf:82 vlan10 1 flags=0<> > 00:18:f8:9e:a7:ff vlan10 1 flags=0<> > 00:21:5c:40:dc:99 vlan11 1 flags=0<> > 00:0e:0c:aa:8b:6c vlan10 1 flags=0<> > > Whatever I supply via commandline, dhcpd only listens on vlan10 and doesnt > reply to dhcp requests on other interfaces than vlan10.
I suggest you try to bind the ip address on bridge0 interface and use dhcpd_flags="bridge0" This will probably work Regards Robert -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? FreeBSD: Are you guys coming or what? OpenBSD: Hey guys you left some holes out there!