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?
How to Stop DHCP requests over the VPN
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: How to Stop DHCP requests over the VPN
By using ebtables on linux.
-
- Posts: 2
- Joined: Sun Jul 12, 2015 9:30 am
Re: How to Stop DHCP requests over the VPN
I am not a linux guy, and both sites are running Windows OS servers.
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: How to Stop DHCP requests over the VPN
Try to filter UDP port 67 and 68 on the hub, on either side or both.
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: How to Stop DHCP requests over the VPN
Please increase metric value of virtual NIC of the client.