Hi,

On Thursday 02 February 2012 16:53:11 Subhasish Chakraborty wrote:
> 
> In my my PC-BSD /etc/ppp/ppp.conf file looks like .
> 
can you also try do start ppp manually and enter the commands directly?

It seems that your only problem is the connection to the ISP. The rest seems to 
work.

 set device /dev/cuaU0.0
 set ctsrts off
 set login
 set dial
 set phone #777
 set authname xxxx
 set authkey yyyy
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns            # set dns servers in resolv.conf
 nat enable yes
 nat deny_incoming yes


You have to replace the x and y with your values.

Good luck!

Erich
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to