allywilson
Technical User
Hi all,
Bit of an unusual one here I think...
Server has a PPTP VPN connection (ppp0)
All traffic is tunnelled over that connection.
I want to reroute certain kinds of traffic going over it (HTTP/HTTPS) to use the default gateway of the LAN instead.
So far this has led me to have the following setup...
A virtual ethernet adapter (eth0:1) with a static IP.
Squid proxy listening on eth0:1 so I can point all HTTP/HTTPS traffic at it.
This works, but all traffic for eth0:1 goes over ppp0...
I cannot for the life of me figure out how to force all eth0:1 traffic (0.0.0.0/8) to the DG and bypass ppp0.
I think the problem really stems from my lack of understanding of how to manipulate routes :-\
Any help appreciated
Bit of an unusual one here I think...
Server has a PPTP VPN connection (ppp0)
All traffic is tunnelled over that connection.
I want to reroute certain kinds of traffic going over it (HTTP/HTTPS) to use the default gateway of the LAN instead.
So far this has led me to have the following setup...
A virtual ethernet adapter (eth0:1) with a static IP.
Squid proxy listening on eth0:1 so I can point all HTTP/HTTPS traffic at it.
This works, but all traffic for eth0:1 goes over ppp0...
I cannot for the life of me figure out how to force all eth0:1 traffic (0.0.0.0/8) to the DG and bypass ppp0.
I think the problem really stems from my lack of understanding of how to manipulate routes :-\
Any help appreciated