Skip to content

Instantly share code, notes, and snippets.

@fcicq
Created April 23, 2014 10:03
Show Gist options
  • Save fcicq/11209436 to your computer and use it in GitHub Desktop.
Save fcicq/11209436 to your computer and use it in GitHub Desktop.
cat > pppoe-server-options <<EOF
require-pap
login
lcp-echo-interval 10
lcp-echo-failure 20
ms-dns 8.8.8.8
EOF
sudo pppoe-server -F -I eth0 -L 192.168.251.1 -R 192.168.251.100 -N 20 -O pppoe-server-options
# capture with wireshark / tcpdump here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment