Networking

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • access vpn client from the internet

    8 answers - 323 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi, people there,
    i connect to the internet by tunnelling through a VPN server. Now my
    machine has the same IP as the server's. (my machine itself has a
    different static IP). So now seems i'm unable to access my machine from
    the internet. Any solutions to this?
    ps. Please CC to me. thanks.
  • No.1 | | 930 bytes | |

    Sun, 2006-01-15 at 20:34 +0800, William Xu wrote:
    Hi, people there,

    i connect to the internet by tunnelling through a VPN server. Now my
    machine has the same IP as the server's. (my machine itself has a
    different static IP). So now seems i'm unable to access my machine from
    the internet. Any solutions to this?

    If you mean that the IP assigned to your PPP daemon and the IP of the
    server are the same, then yah it's a big problem there are some
    solutions on the Web site, and I also posted about this in , 2005
    (check my first messsage on the list)

    This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
    for problems? Stop! Download the new AJAX search engine that makes
    searching your log files as easy as surfing the web. DWNLAD SPLUNK!

    pptpclient-devel mailing list
    pptpclient-devel (AT) lists (DOT) sourceforge.net
  • No.2 | | 1264 bytes | |

    Samuel Audet <guardia (AT) sympatico (DOT) cawrites:

    Sun, 2006-01-15 at 20:34 +0800, William Xu wrote:
    >Hi, people there,
    >>

    >i connect to the internet by tunnelling through a VPN server. Now my
    >machine has the same IP as the server's. (my machine itself has a
    >different static IP). So now seems i'm unable to access my machine from
    >the internet. Any solutions to this?
    >

    If you mean that the IP assigned to your PPP daemon

    You mean this?

    williamxu:/home/william# ifconfig ppp0 |grep inet
    inet addr:10.23.0.18 P-t-P:10.23.0.1 Mask:255.255.255.255

    It's simply an unique private IP address.

    and the IP of the server are the same, then yah it's a big
    problem there are some solutions on the Web site, and I also posted
    about this in , 2005 (check my first messsage on the list)

    I found that. But still didn't work it out. :(

    Well, i'd like to explain more clearly about the problem. Inside the
    VPN, my machine has an unique private IP, outsider the VPN, however, it
    shares the IP as the server's. Hence, there is no way to identify my
    machine from outside !
  • No.3 | | 1228 bytes | |

    Sun, 2006-01-15 at 23:50 +0800, William Xu wrote:

    >i connect to the internet by tunnelling through a VPN server. Now my
    >machine has the same IP as the server's. (my machine itself has a
    >different static IP). So now seems i'm unable to access my machine from
    >the internet. Any solutions to this?
    >

    If you mean that the IP assigned to your PPP daemon

    You mean this?

    williamxu:/home/william# ifconfig ppp0 |grep inet
    inet addr:10.23.0.18 P-t-P:10.23.0.1 Mask:255.255.255.255

    What does "netstat -r" show? If one of the "destination" is 10.23.0.1
    then you're in trouble, because when you try to send stuff through your
    PPP tunnel, the PPP tunnel then tries to send stuff back by itself,
    because it has the IP of the "destination" it's trying to reach

    #same-ip
    #lots_of_data

    This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
    for problems? Stop! Download the new AJAX search engine that makes
    searching your log files as easy as surfing the web. DWNLAD SPLUNK!

    pptpclient-devel mailing list
    pptpclient-devel (AT) lists (DOT) sourceforge.net
  • No.4 | | 798 bytes | |

    Samuel Audet <guardia (AT) sympatico (DOT) cawrites:

    []

    >williamxu:/home/william# ifconfig ppp0 |grep inet
    >inet addr:10.23.0.18 P-t-P:10.23.0.1 Mask:255.255.255.255
    >

    What does "netstat -r" show? If one of the "destination" is 10.23.0.1
    then you're in trouble, because when you try to send stuff through your
    PPP tunnel, the PPP tunnel then tries to send stuff back by itself,
    because it has the IP of the "destination" it's trying to reach

    williamxu:/home/william# netstat -r
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    10.23.0.1 * 255.255.255.255 UH 0 0 0 ppp0
    localnet * 255.255.255.0 U 0 0 0 eth0
    default * 0.0.0.0 U 0 0 0 ppp0
    williamxu:/home/william#
  • No.5 | | 1184 bytes | |

    Mon, 2006-01-16 at 00:23 +0800, William Xu wrote:

    williamxu:/home/william# netstat -r
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    10.23.0.1 * 255.255.255.255 UH 0 0 0 ppp0
    localnet * 255.255.255.0 U 0 0 0 eth0
    default * 0.0.0.0 U 0 0 0 ppp0

    well, it seems like your PPTP server is 10.23.0.1 since it gets
    overridden by ppp0 so, you will have to trick your setup to change
    the peer IP of ppp0 to anything else so it does not override your
    routing to the PPTP Server read on the Web site for this

    #same-ip
    #lots_of_data

    Just wondering, does anybody know if there would be any harm in setting
    up a checkbox or something in pptpconfig (or other tools) that would
    automatically assign an internal address to the peer side of the PPP
    interface for the tunnel?

    This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
    for problems? Stop! Download the new AJAX search engine that makes
    searching your log files as easy as surfing the web. DWNLAD SPLUNK!

    pptpclient-devel mailing list
    pptpclient-devel (AT) lists (DOT) sourceforge.net
  • No.6 | | 982 bytes | |

    Samuel Audet <guardia (AT) sympatico (DOT) cawrites:

    Mon, 2006-01-16 at 00:23 +0800, William Xu wrote:
    >
    >williamxu:/home/william# netstat -r
    >Kernel IP routing table
    >Destination Gateway Genmask Flags MSS Window irtt Iface
    >10.23.0.1 * 255.255.255.255 UH 0 0 0 ppp0
    >localnet * 255.255.255.0 U 0 0 0 eth0
    >default * 0.0.0.0 U 0 0 0 ppp0
    >

    well, it seems like your PPTP server is 10.23.0.1 since it gets
    overridden by ppp0 so, you will have to trick your setup to change
    the peer IP of ppp0 to anything else so it does not override your
    routing to the PPTP Server read on the Web site for this

    #same-ip
    #lots_of_data

    Seems that's not the same as mine. My network looks like,

    10.23.0.18 10.23.0.1
    ++ ppp0 ++ ++
    |client|| server || internet |
    ++ ++ ++
    59.66.131.187 59.66.131.181

    The IP 59.66.131.187 is unknown in the "internet".

    []
  • No.7 | | 361 bytes | |

    Sun, Jan 15, 2006 at 12:29:53PM -0500, Samuel Audet wrote:
    Just wondering, does anybody know if there would be any harm in setting
    up a checkbox or something in pptpconfig (or other tools) that would
    automatically assign an internal address to the peer side of the PPP
    interface for the tunnel?

    Give it a try, I guess. Send me the patch. ;-)
  • No.8 | | 1480 bytes | |

    Mon, 2006-01-16 at 10:47 +0800, William Xu wrote:
    Samuel Audet <guardia (AT) sympatico (DOT) cawrites:

    Mon, 2006-01-16 at 00:23 +0800, William Xu wrote:
    >
    >williamxu:/home/william# netstat -r
    >Kernel IP routing table
    >Destination Gateway Genmask Flags MSS Window irtt Iface
    >10.23.0.1 * 255.255.255.255 UH 0 0 0 ppp0
    >localnet * 255.255.255.0 U 0 0 0 eth0
    >default * 0.0.0.0 U 0 0 0 ppp0
    >

    well, it seems like your PPTP server is 10.23.0.1 since it gets
    overridden by ppp0 so, you will have to trick your setup to change
    the peer IP of ppp0 to anything else so it does not override your
    routing to the PPTP Server read on the Web site for this

    #same-ip
    #lots_of_data

    Seems that's not the same as mine. My network looks like,

    10.23.0.18 10.23.0.1
    ++ ppp0 ++ ++
    |client|| server || internet |
    ++ ++ ++
    59.66.131.187 59.66.131.181

    The IP 59.66.131.187 is unknown in the "internet".

    Really? My whois client tells me it's assigned to Zijing Campus 2nd
    Phase, Tsinghua University.

    Paul.

    This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
    for problems? Stop! Download the new AJAX search engine that makes
    searching your log files as easy as surfing the web. DWNLAD SPLUNK!

    pptpclient-devel mailing list
    pptpclient-devel (AT) lists (DOT) sourceforge.net

Re: access vpn client from the internet


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "Networking"

EMSDN.COM