Hello
I am trying to share a "Juniper Network Connect" VPN connection via ICS from an XP guest running in a linux host.
No luck so far.
this is what I have tried
1. configure one NAT ethernet connection (vmnet8) + one host only connection (vmnet1)
boot up the guest OS
2. connect to the VPN
3. share the Junpier VPN connection via ICS (or "internet gatweay" which is a NAT program) to vmnet1
4. during step 3 the IP address of vmnet1 on the guest is changed to 192.168.0.1
so change the ipaddress of vmnet1 at the linux end to 192.168.0.2
ifconfig vmnet1 192.168.0.2
5. on the linux box
route add -net 10.5.2.0 netmask 255.255.255.0 vmnet1
6. ping 10.5.2.40 ..... network unreachable
any ideas?
thanks for your help.