Created
April 23, 2014 10:03
-
-
Save fcicq/11209436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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