Hi All, I am trying to configure a pptp client on a openwrt machine ( attitidue - linux 3-xx).
I have followed this link : http://wiki.openwrt.org/doc/howto/vpn.client.pptp I have installed all required packages. If I follow the instruction to create an entry ucing Luci in /etc/config/network for my vpn.After restarting the network service nothing happens and I only see ( via top) that "resolveip -t 5 <ipaddress>" is runing and consuming %40 of cpu. If I follow the instruction in the same link ( toward the end) for old method and configure all proper files and run this command: >>pppd call peer_name debug dump nodetach again I can't see anything happen but there are lot of messages in syslog that u can see below: Aug 16 18:49:52 pppd[7556]: pppd options in effect: Aug 16 18:49:52 pppd[7556]: debug # (from command line) Aug 16 18:49:52 pppd[7556]: nodetach # (from command line) Aug 16 18:49:52 pppd[7556]: logfile /dev/null # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: maxfail 0 # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: dump # (from command line) Aug 16 18:49:52 pppd[7556]: name OurPassword # (from /etc/ppp/peers/peer_name) Aug 16 18:49:52 pppd[7556]: remotename peer_name # (from /etc/ppp/peers/peer_name) Aug 16 18:49:52 pppd[7556]: # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: pty 192.168.1.209 # (from /etc/ppp/peers/peer_name) Aug 16 18:49:52 pppd[7556]: nocrtscts # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: noaccomp # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: nopcomp # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: lcp-echo-failure 5 # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: lcp-echo-interval 1 # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: noipdefault # (from /etc/ppp/options) Aug 16 18:49:52 pppd[7556]: mppe xxx # [don't know how to print value] # (from /etc/ppp/peers/peer_ Aug 16 18:49:52 pppd[7556]: pppd 2.4.5 started by root, uid 0 Aug 16 18:49:52 pppd[7556]: using channel 12 Aug 16 18:49:52 pppd[7556]: Using interface ppp0 Aug 16 18:49:52 pppd[7556]: Connect: ppp0 <--> /dev/pts/1 Aug 16 18:49:52 pppd[7556]: Modem hangup Aug 16 18:49:52 pppd[7556]: Connection terminated. Aug 16 18:49:52 pppd[7556]: Waiting for 1 child processes... Aug 16 18:49:52 pppd[7556]: script 192.168.1.209, pid 7557 Aug 16 18:49:52 pppd[7556]: Script 192.168.1.209 finished (pid 7557), status = 0x7f Aug 16 18:49:52 pppd[7556]: Exit. So would be appreciated if someone could help me with this to tell me what i missing here. Thanks, Farid
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
