On Thu, 2006-09-11 at 00:07 -0700, Gustin Johnson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> When connected what does your addresses and routing table look like?
> ip addr
[EMAIL PROTECTED]:~# ip addr
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen
1000
link/ether 00:01:29:d5:4f:01 brd ff:ff:ff:ff:ff:ff
inet 192.168.2.7/24 brd 192.168.2.255 scope global eth1
inet6 fe80::201:29ff:fed5:4f01/64 scope link
valid_lft forever preferred_lft forever
3: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
4: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1496 qdisc
pfifo_fast qlen 3
link/ppp
inet 192.168.100.151 peer XXX.XXX.XXX.XX/32 scope global ppp0
> ip route
[EMAIL PROTECTED]:~# ip route
XXX.XXX.XXX.XX dev ppp0 proto kernel scope link src 192.168.100.151
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.7
default via 192.168.2.1 dev eth1
> Is the IP address on the ppp0 interface in the same subnet as your work
> machines?
Yes.
> Also, Windows 2000 and later has built in support for ipsec, so your
> work may not be using pptp.
I can connect using pptp though.
> 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.
So in my case, where the ip address is 192.168.100.151, I'd use
192.168.100.0/24 for the CIDR? I'm also a little confused about the
gateway. Would that be the address of my router, the vpn server's
external address, or the internal address of the router on the remote
network?
> Without knowing more it is tough to say what is going wrong. Are
> there any logs in /var/log/ppp*?
/var/log/ppp-connect-errors exists, but it's empty.
> The instruction sheet may be useful, what VPN client are they using?
It reads:
1. Start -> Control Panel -> Open Network Connections -> Create a new
connection
2. Connect to the network at my workplace -> Virtual Private Network
...
> What are some of the jargon/terms used in the handout?
There doesn't seem to be anything really useful.
Thanks for your help,
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