RSS | technovelty home | page of ian | ian@wienand.org
After this post by Stephen Thorne I was inspired to get PPTP tunneling working with network manager so I can easily get online at LCA2007, and you all can't see what I'm surfing. The plan is to tunnel back through my house. Here is a terse overview of what I did
network-manager package./etc/network/interfaces. That pretty much gets network manager working.sudo /etc/dbus-1/event.d/25NetworkManager restart. Generally do this after you fiddle with anything behind network-managers back.network-manager-pptp package, realise it is only on Ubuntu. Rebuild for debian. Install and restart1723 to my server.pptpd package on server.# modprobe ppp_mppe on server and laptop# echo "ianw pptpd password *" > /etc/ppp/chap-secrets on server/etc/pptpd.conf on server to be sane./etc/ppp/pptpd-options on server to send a local DNS server./etc/sysctl.conf on server[main] Description=wienand Connection-Type=pptp PPTP-Server=my.home.server Use-Peer-DNS=yes Encrypt-MPPE=no Encrypt-MPPE-128=yes Compress-MPPC=no Compress-Deflate=no Compress-BSD=no PPP-Lock=yes Auth-Peer=no Refuse-EAP=no Refuse-CHAP=no Refuse-MSCHAP=no MTU=1416 MRU=1416 LCP-Echo-Failure=10 LCP-Echo-Interval=10 PPP-Custom-Options= Peer-DNS-Over-Tunnel=yes X-NM-Routes= Use-Routes=no
Auth-Peer turned off Restart network-manager after this.
My only problem now is how do I get a domain suffix to my laptop so
I can easily get to my home network resources, which all live at
server.wienand.home, without editing
/etc/resolv.conf by hand? Any suggestions welcome!
posted at: Fri, 12 Jan 2007 15:50 | in /linux | permalink | add comment (3 others)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.