Displaying 2 results from an estimated 2 matches for "linux_router".
2004 Jan 19
1
Problems with source routing
Hello
I have the following problem:
LAN<--->LINUX_ROUTER<--> 2 internet gateways
gateway1: adsl
gateway2: ppp connection
I want the following
Machines from LAN going to Internet tcp port 80 :-> gateway1
Machines from LAN goint to Internet tcp port 22 :-> gateway2
Everything else: -> gateway1
How can I acomplish this? I am using kernel...
2004 Nov 15
0
IPSec ''require'' not being enforced.
...exactly routing. If someone can point me to a dedicated
IPSec list (for the 2.6 implementation) i''d be very grateful :)
Onto the actual problem...
I''m going to be using IPSec to secure a wireless access point. So far,
in my experimentation, i have the tunnel from laptop--AP-->linux_router
and back working fine, all nicely encrypted when both ends are set
up properly. The SPDs look like this on Linux router:
spdadd 192.168.0.0/24 192.168.16.2/32 any -P out ipsec
esp/tunnel/192.168.2.254-192.168.16.2/require
ah/tunnel/192.168.2.254-192.168.16.2/require;
spdadd...