> HI > > I think that's a easier one > > rdr pass on $ext_if proto udp from any to $ext_if port 20000 -> 127.0.0.1 > port 69 > > >
Hi I manged to solve the problem, here is the solution: pass in on em0 proto udp from 10.5.1.0/24 to port 69 rdr-to 10.0.0.11 port 200001 pass in on em0 proto udp from 10.5.2.0/24 to port 69 rdr-to 10.0.0.11 port 200002 Thanks for the advices Thomas _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
