Thanks your website is awesome! – I’m trying to get my SSG20 create a dial up tunnel to strongvpn but I’m at a loss as how to get assigned an IP address from their servers – is this possible with screenos?
hmm that’s not how a tunnel VPN works. You are trying to combine a tunnel VPN with a client VPN I guess. (I have no exprience with strongvpn, so not sure if I can really help here)
Thanks Corelan Team for this wonderful explanation: I want bit more explanation on this . As you have mentioned set route 192.168.1.0/24 interface tunnel.1 preference 20 permanent set route 192.168.2.0/24 interface tunnel.2 preference 20 permanent here you have routed network 192.168.1.0/24 via tunnel.1 and n/w 192.168.2.0/24 via tunnel.2 While configuring phase2 as below you have used tunnel.1 for both Autokey IKE1 and AutoKey IKE2 but remote ip used in IKE2 is 192.168.2.0/24 then how it can be work with tunnel.1 as it routed through tunnel.2 Please explain this. Autokey IKE 1 set vpn “A-LAN1_to_B-LAN1” gateway “GW_to_CompanyB_Cisco” no-replay tunnel idletime 0 proposal “g2-esp-3des-sha” set vpn “A-LAN1_to_B-LAN1” bind interface tunnel.1 set vpn “A-LAN1_to_B-LAN1” proxy-id local-ip 10.1.1.0/24 remote-ip 192.168.1.0/24 “ANY” Autokey IKE 2 set vpn “A-LAN1_to_B-LAN2” gateway “GW_to_CompanyB_Cisco” no-replay tunnel idletime 0 proposal “g2-esp-3des-sha” set vpn “A-LAN1_to_B-LAN2” bind interface tunnel.1 set vpn “A-LAN1_to_B-LAN2” proxy-id local-ip 10.1.1.0/24 remote-ip 192.168.2.0/24 “ANY” Also please tell me how many tunnel interfaces and how many phase 2(Autokey IKE) we need if we have 2 souces networks(local IPs) and 1 destination(remote IPs) Please clear how we can decide how many tunnel interfaces we need in route based VPN? Please reply Thanks