You are not logged in.
Hi,
my company uses Juniper as VPN solution and i connect via jnc:
jnc --nox
Connecting to vpn.xxxx.com : 443.
Waiting for ncsvc for 3 seconds... done
ncsvc is running, but tunnel is not established yet. Waiting for 3 seconds... done.
ncsvc is running in background (PID: 8676):
tunnel interface tun0, addr: xx.xx.xxx.xxxSo it seems that the tunnel is established, but when i open the browser and try to access the intranet site, it doesn't work. When I go to a website which shows my IP adress, there is still the IP address from my provider and not the IP from the company network.
Did I miss some setting?
Edit: I can ping the intranet site via ping -I tun0 nameofmyintranetsite
SOLVED: It was a router problem, my wlan router distributed the ip range 10.x.x and that was in conflict with some routes. So I changed my router ip network range to 192.168.x.x and executed this:
ip r a 10/8 via xx.xx.xxx.xxx xx.xx.xxx.xxx = see above, vpn ip
Last edited by scenox (2011-08-20 21:49:22)
Offline