I am running ZeroShell on an ALIX platform.
I had a strange experience with routing and openVPN and I want to hear opinions on why this happened.
When I initially setup my network, I did it in the following manner:
DMZ ETH0 -> no link
LAN ETH1 -> 192.168.3.0/24 .1
WAN ETH2 -> x.x.x.x/29
VPN VPN99 -> 192.168.250.0/24 .254
When setup as such everything functions properly.
Due to a subnet conflict with a remote site, I changed my subnets as follows:
DMZ ETH0 -> no link
LAN ETH1 -> 172.16.42.0/24 .1 *******
WAN ETH2 -> x.x.x.x/29
VPN VPN99 -> 192.168.250.0/24 .254
This setup would not pass any traffic to or from the VPN tunnel.
After a lot of swearing, I changed the setup to the following and everything worked.
DMZ ETH0 -> no link
LAN ETH1 -> 172.16.42.0/24 .1
WAN ETH2 -> x.x.x.x/29
VPN VPN99 -> 172.16.250.0/24 .254 *******
Any thoughts as to why VPN would work as one subnet and not another?
Matt