Page 1 of 1

How to Stop DHCP requests over the VPN

Posted: Sun Jul 12, 2015 9:34 am
by bapo16
I have two local networks, both in the same range, 192.168.0.x

If a user connects to office 1 where the VPN server is then they get a DHCP from my local DHCP server and get the right Gateway.

If a user connects to Office 2 where the Client is then they get a DHCP from either the DHCP in Office 1 or in office 2 and therefore if they got it from Office 1 they get the wrong gateway and the internet connection is very slow.

Is there s way to stop ARP requests from going over the VPN?

Re: How to Stop DHCP requests over the VPN

Posted: Sun Jul 12, 2015 9:48 am
by kh_tsang
By using ebtables on linux.

Re: How to Stop DHCP requests over the VPN

Posted: Sun Jul 12, 2015 10:21 am
by bapo16
I am not a linux guy, and both sites are running Windows OS servers.

Re: How to Stop DHCP requests over the VPN

Posted: Sun Jul 12, 2015 10:28 am
by kh_tsang
Try to filter UDP port 67 and 68 on the hub, on either side or both.

Re: How to Stop DHCP requests over the VPN

Posted: Thu Jul 23, 2015 6:49 am
by thisjun
Please increase metric value of virtual NIC of the client.