On Sat, Nov 07, 2015 at 03:33:04PM +0000, S??bastien Morand wrote: > > Hi, > > > > I'm trying to relay a broadcast message. > > > > I've tried the following in pf : > > > > pass in quick proto udp from any to vlan1:broadcast port 3121 rdr-to > > vlan3:broadcast port 3121 > > pass out quick on vlan3 from any to vlan3:broadcast nat-to vlan3 > > > > with no success any chance to do it with pf? > > > > other tools? > > > > Hi, > > Complementary: can pf rdr to unicast a broadcast packet? > > Thanks by advance, > Sebastien >
Hi, maybe you could adapt dhcrelay(8) from base to your needs? See /usr/src/usr.sbin/dhcrelay HTH rru