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

Remote Access & Host file & 3G

Hello All
I have two threads 
first of all , i have ASG 120 , enabled remote access SSL VPN ,
and install the software ,
Now , i habe been informed that i need to modify the Host file in my windows folder / system32 / to write the following :

Astaro static IP                          Asg120

so i could connect to my firewall whereever i am 
but is the the right step to ????? 
Now i am connecting to Astaro with my static ip instead of Asaro static IP !!
i tried to modify the host file , it is right , i tried to use admin permission , the same .

what should i have do ?

2nd :
when i usa ADSL Line , Astaro used to connect perfectly SSL VPN and outlook is connected to exchange but when i use 3G access , outlook is trying to connect , and no connection between outlook and server !

is there anyway to raise the bandwidth connection ?>

Regards
Sami


This thread was automatically locked due to age.

  • Now , i habe been informed that i need to modify the Host file in my windows folder / system32 / to write the following :

    Astaro static IP                          Asg120


    If the problem is that your client can't resolve the hostname of the Astaro box, there is the "Override Hostname" option in "Remote Access >> SSL >> Settings >> Server Settings". The client will connect the the address or hostname you enter there after you've downloaded and installed the SSL VPN config from User Portal again.
  • Thanks A lot for your reply
    Now client software ( Astaro SSL VPN Con )  is connecting to my static ip ASG120
    but the operation failed :

    Tue Sep 14 16:43:05 2010 Route addition fallback to route.exe
    Tue Sep 14 16:43:06 2010 C:\WINDOWS\system32\route.exe ADD 10.242.2.1 MASK 255.255.255.255 10.242.2.5
    Tue Sep 14 16:43:06 2010 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct.   [status=160 if_index=24]
    Tue Sep 14 16:43:06 2010 Route addition via IPAPI failed [adaptive]
    Tue Sep 14 16:43:06 2010 Route addition fallback to route.exe
    Tue Sep 14 16:43:06 2010 Initialization Sequence Completed


    Please do you have any answer + my 2n thread 

    REgards

  • Tue Sep 14 16:43:06 2010 C:\WINDOWS\system32\route.exe ADD 10.242.2.1 MASK 255.255.255.255 10.242.2.5
    Tue Sep 14 16:43:06 2010 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct.   [status=160 if_index=24]


    You need administrative privileges to be allowed to set routes. How much of those changed with each Windows version. I f you are already in the Administrators group, try to start OpenVPN GUI manually by right clicking it and selecting "Run As..." and there "Administrator" that should work.
  • Thanks Dear , It worked . [:)]
    but does any one have an answer for my 2nd ques ?
    2nd :
    when i usa ADSL Line , Astaro used to connect perfectly SSL VPN and outlook is connected to exchange but when i use 3G access , outlook is trying to connect , and no connection between outlook and server !

    is there anyway to raise the bandwidth connection ?>



    thanks
  • Can you provide a log file for the non-working 3G case? Can you ping to the remote subnet where the Exchange server is located?
  • Thanks for your answer , but could you please tell me from where i can get the 3G log file , and i could ping my exchange server and open the shared file but i couldnt connect to it through outlook when i use 3G/



    Regards
  • OK that answered my question then, I just wanted to make sure the SSL tunnel was up an running when you tried to connect Outlook. One thing you could do is verify that the packets make it through the ASG. Run `tcpdump -ni ethX host  and host ` to see that traffic. The  is the one from the SSL VPN IP pool or whatever it might get NATed to on the ASG.
  • tcpdump -ni ethX host  doesnt work !
    I used CMD then wrote the followings : tcpdump -ni ethX host 192.168.2.1
    but i got :
    'tcpdump' is not recognized as an internal or external command,
    operable program or batch file.

    Is there any answer pls [:)]
    And could i understand from you previous answer that i couldnt use 3G to connect outlook to exchange server ??


    My best regards
  • tcpdump -ni ethX host  doesnt work !
    I used CMD then wrote the followings : tcpdump -ni ethX host 192.168.2.1


    You need to replace the "X" in "ethX" with the ethernet interface number the packet towards exchange leave on. You can view the configured addresses on interfaces with `ip addr show`.

    Is there any answer pls [:)]
    And could i understand from you previous answer that i couldnt use 3G to connect outlook to exchange server ??


    No, it should work, but to answer what's wrong I need more information. Nothing is easy, unfortunately... =)
  • Thanks for Your professional and fast reply 
    Please , i run CMD from my Win7 and could know that the eth number is 5 , it is eth5 the one which use Astaro SSL VPN
    but i entered what you requested and got the same :
    'tcpdump' is not recognized as an internal or external command,
    operable program or batch file

    the problem is with the "tcpdump " , so is there any other way to get the data you want ?
    by using another program or by Astaro it self ?