You are not logged in.

#1 2015-08-05 09:55:51

nikhilneela
Member
Registered: 2015-08-05
Posts: 3

Open Connect Doee not work outside VPN netwrok

Hi,

I have installed Open Connect and created a VPN connection to my office network. I am able to connect to VPN and browse my office internal websites, but I am not able to access any public websites. By public I mean other websites that are NOT internal to my office network.
I have tried checking the box which says "Use this connection only for resources on its network" --> But this does not help

Any help is appreciated

Offline

#2 2015-08-05 14:22:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: Open Connect Doee not work outside VPN netwrok

Welcome to Arch Linux
When inside the VPN,  what are the output of ip route   and of  ip addr    ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2015-08-06 07:33:56

nikhilneela
Member
Registered: 2015-08-05
Posts: 3

Re: Open Connect Doee not work outside VPN netwrok

Thanks for the concern

Here are the requested output of the commands

λ ~ → ip route
default dev vpn0  proto static  scope link  metric 50
default via 192.168.1.1 dev wlp2s0  proto static  metric 600
10.192.224.0/23 dev vpn0  proto kernel  scope link  src 10.192.225.134
10.192.224.0/23 dev vpn0  proto kernel  scope link  src 10.192.225.134  metric 50
103.43.114.36 via 192.168.1.1 dev wlp2s0  proto static  metric 600
192.168.1.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.1.5  metric 600


λ ~ → ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 28:d2:44:27:46:b7 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:90:a2:f6:a6:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.5/24 brd 192.168.1.255 scope global dynamic wlp2s0
       valid_lft 86296sec preferred_lft 86296sec
    inet6 fe80::290:a2ff:fef6:a641/64 scope link
       valid_lft forever preferred_lft forever
4: vpn0@NONE: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 500
    link/none
    inet 10.192.225.134/23 brd 10.192.225.255 scope global vpn0
       valid_lft forever preferred_lft forever

Offline

Board footer

Powered by FluxBB