FreeBSD PPP for 325-1010




PPP for FreeBSD is pretty simple, the examples that are included are a good starting place

For use at Stanford, the following configuration works for me.




This configuration assumes that your modem is attached to sio0 (com1), if it isn't, you will need to modify the configuration slightly.

In addition, the port that your modem is connected to should not be running a getty process. (this is set in /etc/ttys)

I am planning on fleshing this page out a bit more, but this should get you started.



Start with /etc/ppp/ppp.conf.



Next step is /etc/ppp/ppp.linkup


You also need to have the stanford DNS servers in /etc/resolv.conf. they are:

PPP will complain if your /etc/ppp/ppp.conf file is readable by anybody other than root.

If you are leery of putting your password in the config file, you can always run in interactive mode, and manually establish the connection using the term function in ppp.
This means that you will not be able to automaticly establish a connection.


Bob Vaughan / techie@w6yx.stanford.edu