Well, at least I'm here, and in a talk#
Fri Jul 5 15:56:37 2002
Topics:
Well, at least I'm here, and in a talk ...
Wireless networking aside: the university has wireless access, but ...
First you get a username and password from the registration desk. Then you wrestle with it.
# apt-get install pppoe pptp-linux # vi /etc/ppp/peers/dsl-provider
edit "user", remove lcp-echo stuff (the network is slow enough that you won't want to drop your connection every time it lags a bit), remove defaultroute option
- pon dsl-provider
Bum. authentication isn't happening
aha, that's better
hide-password lcp-echo-interval 20 lcp-echo-failure 3 connect /bin/true mtu 1412 ^D
- route add -host 172.16.12.246 gw 172.16.10.250
- pptp 172.16.12.246 call pptp