Page 5 of 12 FirstFirst ... 2345678 ... LastLast
Results 101 to 125 of 278
  1. #101
    Quote Originally Posted by eric6630 View Post
    #iptables -t nat -A POSTROUTING -s 1.2.3.0/24 -j SNAT --to 123.123.123.123

    *1.2.3.0 is allocated ip <<<< what ip ad should we use here?????
    *123.123.123.123 is your server ip


    1.2.3.0/24 <<<< and what is this 24 for? our port?

    thanks
    so the implemantation like this

    iptables -t nat -A POSTROUTING -s 1.2.3.0/24 -j SNAT --to YOUR-VPS-IP

    just open your VPS firewall and pointing it to your VPS IP

  2. #102
    Join Date
    Mar 2011
    Posts
    98
    can you check our server?

    we will give you our ssh and root pass...

  3. #103
    Join Date
    Oct 2010
    Posts
    60
    Would be cool if there was a guide for linking OpenVPN to RADIUS.

  4. #104
    Join Date
    Apr 2007
    Posts
    3,531
    Quote Originally Posted by BurstVPN View Post
    Would be cool if there was a guide for linking OpenVPN to RADIUS.
    Could have a look at something like - http://www.roessner-network-solution...sqlldap-howto/
    BotWars.io - Code the AI of your Battle Bot!

  5. #105
    Join Date
    Oct 2010
    Posts
    60
    Quote Originally Posted by iTom View Post
    Could have a look at something like - http://www.roessner-network-solution...sqlldap-howto/
    Any idea how that can be used for CentOS5?

  6. #106
    Join Date
    Mar 2011
    Posts
    98
    we now connected to our server but the speed is too slow sometimes it hard to browse always failed

    help us how to debug this issues

    thanks

  7. #107
    Thanks, very thanks
    Great tutorial

  8. #108
    Quote Originally Posted by eric6630 View Post
    we now connected to our server but the speed is too slow sometimes it hard to browse always failed

    help us how to debug this issues

    thanks
    hi eric
    i hope i can help you....

    for windows7 your should run the OPENVPN as administrators...

    if you have run as administrators

    sometime with my experience for my clients, it can connect but cannot browse.. its say the DNS issues..

    you can download for a software name .. DNS jumper...

    try that.. i hope it can make it work

  9. #109
    Join Date
    Mar 2011
    Posts
    98
    where can we download dns jumper?
    i will use wget fucntion?

  10. #110
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    if it's browsing issue on windows 7

    add this to your client config :

    route-method exe
    route-delay 2
    everything that can go wrong will go wrong, at the worst possible time

  11. #111
    Join Date
    Mar 2011
    Posts
    98
    thanks what if we dont create client config?

    what was the diff. between no client and w/ config?

  12. #112
    Join Date
    Mar 2011
    Posts
    98
    i mean client certificate?

  13. #113
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    your .ovpn file in your computer that's the client's config..
    everything that can go wrong will go wrong, at the worst possible time

  14. #114
    Join Date
    Mar 2011
    Posts
    98
    how to unbind port?

    tcp/udp: socket bind failed on local address ******:80 already in use

    i wanna use port 80

    please help

    i use netstat -ln

    tcp 0 0 :::80 :::* listening
    en

    tcp 0 0 :::20 :::* listening
    en

    help please help

    thanks

  15. #115
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    check what application using that port

    netstat -ntulp

    then stop that application
    everything that can go wrong will go wrong, at the worst possible time

  16. #116
    Join Date
    Mar 2011
    Posts
    98
    tcp 0 0 137.0.0.2:25 0.0.0.0:* listening
    EN 13243/sendmail: acc
    tcp 0 0 :::80 :::* listening
    EN 231425/httpd
    tcp 0 0 :::222 :::* listening
    EN 212240/sshd
    [root@vps]#

    how will i know what apps are using port 80? and what command for make it stop?

    thanks

  17. #117
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    tcp 0 0 :::80 :::* listening
    EN 231425/httpd
    service httpd stop
    everything that can go wrong will go wrong, at the worst possible time

  18. #118
    Join Date
    Mar 2011
    Posts
    98
    iptables -t nat -A POSTROUTING -s 192.168.2.3 -j SNAT --to 123.123.123.123


    how can i delete this line?

    i forgot to change 123.123.123.123 that address im connected now but

    i cant browse, the ip that connected are 1.2.3.6 and openvpn are green

    but the ip that connected are 1.2.3.6

    please help me
    thanks

  19. #119
    Join Date
    Mar 2011
    Posts
    98
    or how can i delete iptables?

  20. #120
    Quote Originally Posted by eric6630 View Post
    or how can i delete iptables?
    iptables -t nat -L
    iptables -t nat -X
    iptables -t nat -F
    iptables -t nat -L

  21. #121
    Join Date
    Mar 2011
    Posts
    98
    iptables -t nat -X POSTROUTING -s 10.8.0.0/24 -j SNAT --to 123.123.123.123

    illegal option "-s' with this command sir

    pease help me

  22. #122
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    iptables -t nat -A POSTROUTING -s 1.2.3.0/24 -j SNAT --to 123.123.123.123

    what are your openvpn client's IP actually? 1.2.3.0/24 or 10.8.0.0/24?
    everything that can go wrong will go wrong, at the worst possible time

  23. #123
    Join Date
    Mar 2011
    Posts
    98
    iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to 123.123.123.123

    i config it this way i forgot to change 123.123.123.123 to my server ip then
    i dont mind it then enter same command but this time i change it with my server ip

    then im connected but on openvpn icon i was connected with 1.2.3.6

    please help me how i can resolve this issues

    thanks

  24. #124
    Join Date
    Mar 2009
    Location
    Indonesia
    Posts
    85
    post here your server config
    everything that can go wrong will go wrong, at the worst possible time

  25. #125
    Join Date
    Mar 2011
    Posts
    98
    wow thank you sir wait i guess i got idea

    thank you very much sir

Page 5 of 12 FirstFirst ... 2345678 ... LastLast

Similar Threads

  1. openVPN on openVZ with CentOS 5.5
    By Teh Wallhacks in forum VPS Hosting
    Replies: 16
    Last Post: 11-26-2010, 05:25 AM
  2. OpenVPN Install
    By MJimLay in forum Systems Management Requests
    Replies: 4
    Last Post: 10-20-2010, 06:51 AM
  3. need some one to install OpenVPN
    By -whynot- in forum VPS Hosting
    Replies: 5
    Last Post: 11-06-2008, 03:50 PM
  4. how can i install openvpn in centos server
    By soltany in forum Hosting Security and Technology
    Replies: 7
    Last Post: 09-08-2007, 06:03 AM
  5. OpenVPN/pptpd - install
    By verloni in forum Employment / Job Offers
    Replies: 0
    Last Post: 08-25-2005, 05:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •