This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Newbie needs help on Mac

Hi

i configured a VPN access to the VPN server of our society.
I used TunnelBlick. It works fine, i can access to the computer with his local address, and it's pretty fast.

I still have a question. How can i configure my Mac that it's only use this VPN tunnel to browse.
I want that every data getting out my computer go through the VPN server and then everything is securised ?

I find somewhere that i should change the route table, but it's quite obscure to me [;)]

Some ideas ?


PS : sorry for my english, i'm french


This thread was automatically locked due to age.
Parents
  • Hi,

    I'm not 100% sure how the default config of openvpn on the Mac is. Don't have my Mac here at the moment where Tunnelblick is installed. Please post the routing table when you are connected to the VPN.

    You can get it by open a Terminal (Applications => Utilities => Terminal) an then enter this:
    sudo route -n

    (You have to enter you password)

    Urs
  • route -n doesn't work

    I try 
    netstat -nr


    Here is the routing tables :



    The last 3 lines 192.168.0, etc ... are the vpn connexion.
  • So, 10.0.1.1 is your local network, right?

    In this case, only stuff to 192.... goes through the VPN. You're right.
    The client for Linux changes the default route to the VPN f.ex., the Windows client does not.

    I think the problem is that the OpenVpn server on the Astaro pushes the config how the routing has to be set on the client side (if i remember right).

    Not sure if it is possible to change that on client side (don't think so). But maybe on the server side config. But only with a manual config change.

    Maybe someone knows more about that???
Reply
  • So, 10.0.1.1 is your local network, right?

    In this case, only stuff to 192.... goes through the VPN. You're right.
    The client for Linux changes the default route to the VPN f.ex., the Windows client does not.

    I think the problem is that the OpenVpn server on the Astaro pushes the config how the routing has to be set on the client side (if i remember right).

    Not sure if it is possible to change that on client side (don't think so). But maybe on the server side config. But only with a manual config change.

    Maybe someone knows more about that???
Children
No Data