You are not logged in.

#1 2011-08-20 19:10:49

scenox
Member
Registered: 2010-07-19
Posts: 63

[solved] VPNconnection established but no intranet resources available

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.xxx

So 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

Board footer

Powered by FluxBB