>
> My initial thought was to just intercept all port
> 53 traffic and direct it to our nameserver.  That could either
> transparently solve the problem or potentially create other ones.
> Something like (untested):
>
>  iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to 10.11.x.x:53
>
>
> --
> Russell Senior, President
>
>

 You could always just do that until they get past your portal.

-wes
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to