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

IdOp, thanks for reply .

I made some changes and finnaly my configuration file looks like this:

Code:
/dev/ttyU0 460800
connect 'chat -v -f /etc/ppp/peers/playmobile.chat'
nodefaultroute
ipcp-accept-local
ipcp-accept-remote
noipv6
nodetach
noauth
local
0.0.0.0:0.0.0.0
crtscts
refuse-pap
refuse-chap
refuse-pap and refuse-chap are specific for my provider, at least I think so, the rest of configuration should make pppd work with Huawei e169 on NetBSD.

Option modem is opposit to local, and when i tried to use it I couldn't establish connection.

When it comes to DNS, my ISP provides DNS but PPPD doesn't configure them at all in my case. I had to go with manual configuration /etc/resolv.conf.

Finnaly, thanks for help . I was fighting with it for a week, and 10 minutes after first reply I solved the case .

Best Regards
Tom
Reply With Quote