[nsd-users] Question about response source address and dynamic interfaces
Oliver Peter
lists at peter.de.com
Sat Aug 18 13:17:47 UTC 2012
On Fri, Aug 17, 2012 at 03:11:32PM +0100, Gavin Brown wrote:
> This solution might work for Linux, but not FreeBSD. I could switch the
> daemons round and run BIND on the FreeBSD box and NSD on the Linux box,
> but that just seems like a cop-out.
On FreeBSD you could use pf to redirect the traffic through your desired
interface:
/etc/pf.conf
ext_if="em1" # network service device
nat on $ext_if from any to any port 53 -> ($ext_if)
binat on $ext_if from 10.0.0.3 to any -> $ext_if
> It'd be nice if NSD had a way to reload its configuration without
> restarting.
+1
Very nice to see CentralNic using FreeBSD. :)
--
Oliver PETER oliver at peter.de.com 0x456D688F
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20120818/5042bcc9/attachment.bin>
More information about the nsd-users
mailing list