-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When connected what does your addresses and routing table look like? ip addr ip route
Is the IP address on the ppp0 interface in the same subnet as your work machines? Also, Windows 2000 and later has built in support for ipsec, so your work may not be using pptp. If it merely is a routing issue, then ip route add 192.168.A.B/24 via 192.168.C.D dev ppp0 The first IP is CIDR notation, the /24 is equivalent to a netmask of 255.255.255.0. The second is the gateway IP. Without knowing more it is tough to say what is going wrong. Are there any logs in /var/log/ppp*? The instruction sheet may be useful, what VPN client are they using? What are some of the jargon/terms used in the handout? Jesse Kline wrote: > I've been trying to vpn into to my office network without any luck. The > instruction sheet that I have is for Windows, so it's not all that > useful. Since it's a Windows network, I'm assuming that I should be > using pptp. Ive tried a number of tools, but the closest I've come is > wither using kvpnc, or following the instructions at > http://pptpclient.sourceforge.net/howto-debian.phtml#configure_by_hand . > I am able to connect to the network, and get an ip address on the ppp0 > interface (for a little while at least, the connection seems to die > quite quickly). However, I am unable to ping or connect to any of the > machines on the network. From my research, it would seem as though it's > a routing issue, but so far I have not been able to find anything that > has corrected the problem. Any help would be appreciated. > > Thanks, > > Jesse > > > _______________________________________________ > clug-talk mailing list > [email protected] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > Mailing List Guidelines (http://clug.ca/ml_guidelines.php) > **Please remove these lines when replying -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFUtOcwRXgH3rKGfMRAqW/AJ0TeC5rA52m9hry4duwN84mMZJ4GACgpQ2e MhIpRgACuY6AUS3oVCTj+S8= =l1Gf -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

