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

DNS over SSL VPN Problems

Since upgrading to 7.500 my VPN is not using the correct DNS setting so I am not able to browser any of my network resources by name

Help


This thread was automatically locked due to age.
  • Can you do an:

    ip r s t all

    from a root prompt and post the results?
    Thanks
  • default via 10.0.0.1 dev eth1  table default  proto kernel onlink
    10.242.2.2 dev tun0  proto kernel  scope link  src 10.242.2.1
    10.0.0.0/24 dev eth1  proto kernel  scope link  src 10.0.0.254
    10.242.2.0/24 via 10.242.2.2 dev tun0
    192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.254
    127.0.0.0/8 dev lo  scope link
    broadcast 10.0.0.0 dev eth1  table local  proto kernel  scope link  src 10.0.0.2                                                                             54
    local 10.0.0.254 dev eth1  table local  proto kernel  scope host  src 10.0.0.254                                                                             
    broadcast 10.0.0.255 dev eth1  table local  proto kernel  scope link  src 10.0.0                                                                             .254
    local 10.242.2.1 dev tun0  table local  proto kernel  scope host  src 10.242.2.1                                                                             
    broadcast 127.0.0.0 dev lo  table local  proto kernel  scope link  src 127.0.0.1                                                                             
    local 127.0.0.1 dev lo  table local  proto kernel  scope host  src 127.0.0.1
    broadcast 127.255.255.255 dev lo  table local  proto kernel  scope link  src 127                                                                             .0.0.1
    broadcast 192.168.1.0 dev eth0  table local  proto kernel  scope link  src 192.1                                                                             68.1.254
    local 192.168.1.254 dev eth0  table local  proto kernel  scope host  src 192.168                                                                             .1.254
    broadcast 192.168.1.255 dev eth0  table local  proto kernel  scope link  src 192                                                                             .168.1.254
    local 127.0.0.0/8 dev lo  table local  proto kernel  scope host  src 127.0.0.1
  • Does my routing table look OK?
  • Yes, Brian- the routing table looks OK on the Astaro.  Do you have multiple VPN clients with the gateway issue?  You may want to try editing the .ovpn config file and adding some "route magic".  On new lines at the end of the file, add:

    route-method exe
    route-delay 20

    then save the file and reconnect.
  • Thanks for the reply.  No, I'm the only VPN user.  I tried editing the .ovpn file to see if I could figure out where to insert the "push" commands where it assigns the default gateway, but couldn't figure it out.  
  • Jack's instructions were:
    On new lines at the end of the file, add:


    Have you tried the Up2Date to 7.501?
  • I added the following to the end of my .ovpn file:

    route-method exe
    route-delay 20

    I even updated to 7.501 and reinstalled the latest SSL VPN client but it still would not work.  :-(