Thread: PPPD issue.
View Single Post
  #1   (View Single Post)  
Old 26th August 2009
Tom Tom is offline
Port Guard
 
Join Date: Aug 2008
Location: Poland
Posts: 22
Default PPPD issue.

Hi there!

I have a problem with internet connection using pppd, I've always used dhcpd so i'am not very familiar with configuration pppd.

The problem is that I can establish connection with my ISP, receive IP and nothing more... No DNS is being configured and i can't ping, not only specified host like www.netbsd.org but even if I try ping IP it still fails.

In general i have my own IP from ISP but no internet connection?

It works almost good using net/userppp, i receive ip,dns and can ping, but cannot downolad any file bigger then few Kb, so i would like to try with PPPD. If it can help I will paste ALMOST working ppp.conf. (on freebsd this ppp.conf works like a charm)

In the end my PPPD configuration scripts:

playmobile:
Code:
/dev/ttyU0 460800
connect 'chat -v -f /etc/ppp/peers/playmobile.chat'
nodefaultroute
ipcp-accept-local
ipcp-accept-remote
noipv6
nodetach
noauth
local
playmobile.chat:
Code:
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
'' AT
OK ATZ
#OK     'AT+CGDCONT=1,"IP","internet"'
OK ATD*99#
CONNECT ''
My internet provider is PlayMobile (Poland), modem is Huawei e169.

Thanks in advance for any help.

Best Regards
Tom.
Reply With Quote