Networking Forums

Networking Forums > Computer Networking > Linux Networking > PPTP problems (got connection, now what?)

Reply
Thread Tools Display Modes

PPTP problems (got connection, now what?)

 
 
James Kimble
Guest
Posts: n/a

 
      10-17-2003, 02:25 AM
I recently configured PPTP on my RH 8.0 machine to connect to a
Windows 2K box at my office over RoadRunner. The connection comes
up successfully and I can see my machine connected on the office
server. That's the good news. The bad news is that I can't see
the office network. I'm trying to connect to an HP-UX machine via
it's IP address but when I try to telnet in it says it's trying
but just (eventually) times out.

netstat -rn shows:

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
128.223.8.1 0.0.0.0 255.255.255.255 UH 40 0 0 ppp0
111.222.2.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
0.0.0.0 111.222.2.1 0.0.0.0 UG 40 0 0 eth0

I can ping the remote tunnel address but that't it. Nothing else on the
remote network responds. Any help, hints, or suggestions would be much
appreciated.

Thanks,

James Kimble
 
Reply With Quote
 
 
 
 
Clifford Kite
Guest
Posts: n/a

 
      10-17-2003, 12:01 PM
James Kimble <(E-Mail Removed)> wrote:
> I recently configured PPTP on my RH 8.0 machine to connect to a
> Windows 2K box at my office over RoadRunner. The connection comes
> up successfully and I can see my machine connected on the office
> server. That's the good news. The bad news is that I can't see
> the office network. I'm trying to connect to an HP-UX machine via
> it's IP address but when I try to telnet in it says it's trying
> but just (eventually) times out.


> netstat -rn shows:


> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt Iface
> 128.223.8.1 0.0.0.0 255.255.255.255 UH 40 0 0 ppp0
> 111.222.2.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
> 127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
> 0.0.0.0 111.222.2.1 0.0.0.0 UG 40 0 0 eth0


> I can ping the remote tunnel address but that't it. Nothing else on the
> remote network responds. Any help, hints, or suggestions would be much
> appreciated.


I think you need a network gateway route for the subnet to which the MS
host belongs (I can't be entirely sure since I don't know exactly how
PPTP works).

If the eth0 default route above is really necessary, i.e., it's not
just attached to a leafnode LAN, then you can add

/sbin/route add -net <subnet_on_MS_side> gw 128.223.8.1 $1

to the /etc/ppp/ip-up script that pppd executes when PPP comes up for IP.

Otherwise delete the default route to eth0 and add the pppd defaultroute
option.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* In my book, the first poster to resort to personal abuse in a Usenet
debate loses by default. - Rod Smith */

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PPTP authentication problems phavel Windows Networking 4 08-04-2008 08:08 PM
PPTP & GRE problems? putt454@yahoo.com Windows Networking 1 08-04-2006 06:08 AM
PPTP-VPN: Problems on installing on windows ME Knut Singer Windows Networking 0 12-14-2005 04:34 PM
pptp install problems on suse 9.3 Jim Cochrane Linux Networking 0 07-22-2005 07:20 AM
Server 2003 Single NIC PPTP VPN Problems BeanAnimal Windows Networking 0 12-01-2004 04:35 AM



1 2 3 4 5 6 7 8 9 10 11