From: "James Yonan" <jim@xxxxxxxxx>
To: "Dave B" <dragin33@xxxxxxxxxxx>, <openvpn-users@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Openvpn-users] Blocking DHCP
Date: Thu, 11 Sep 2003 11:02:41 -0000
Why not just use a firewall rule on the tap interface, to filter out DHCP
packets.
Something like this?
iptables -A OUTPUT -o tap+ -p udp --dport bootpc -j DROP
James
Dave B <dragin33@xxxxxxxxxxx> said:
> I'm looking for a way to block dhcp from crossing the vpn link. I'm
using a
> bridging method with openvpn with all the classic settings. Can someone
> help me?
>
> _________________________________________________________________
> Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
> http://join.msn.com/?PAGE=features/es
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Openvpn-users mailing list
> Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/openvpn-users
>
--