-
Thanks, but what I am looking for is the current ip address of 'computername', whether 'computername' is remotely connected via pptp OR directly connected to the LAN.
2009-11-04 23:41:58 UTC by ballards
-
I do this:
cat /var/log/messages | grep pptp | grep ip- | tr ']' ' ' | tr ';' ' ' | awk '{print$1,$2,$3,$8,$9,$10}'| grep `date +%B | cut -b 1-3`.
2009-11-04 22:41:30 UTC by https://www.google.com/accounts
-
I am using SME Server 7.4, a distribution based upon Centos 4.x / RHEL. The distribution comes with PoPToP installed, and it works very well for pptp connections from my WinXP clients. However, I need to discover when a specific client is connected via pptp. The samba utility nmblookup seems to be the one to use, but neither of the following commands work:
nmblookup computername
or...
2009-11-04 22:23:07 UTC by ballards
-
Hi,
I'm very new to pptpd and sort of new to Linux so please humor me.
I've set this up on a fedora 11 box and can successfully connect, I do have a strange routing requirement though:
I have multiple hosts on the LAN which need to connect to the VPN clients, the clients however, should net be able to connect back (i.e. connections should only be initiated from the LAN side). Further...
2009-09-24 16:10:44 UTC by synapse30
-
My poptop server works in "active" (not passive) mode fine - M$ and Linux clients have stable connections.
But some clients have problem ISP (loop between 2 routers, as result - ping TTL exceeded).
So i set poptop to silent mode, but is doesn't works:
1. TCP handshake - OK
2. Client sent GRE LCP Conf-Req 10 times - no answer from server
3. Client disconnect by LCP...
2009-09-16 14:54:27 UTC by smi0000