-
-
Save fakhriaunur/55b61da4e12e1ea2aad60eb4a686ee66 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
Source: