Skip to content

Instantly share code, notes, and snippets.

@overnew
Created February 5, 2024 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overnew/345551a512f44d1da5b3ff481d4f9cd1 to your computer and use it in GitHub Desktop.
Save overnew/345551a512f44d1da5b3ff481d4f9cd1 to your computer and use it in GitHub Desktop.
ce.conf
conf t
int f0/0
ip add 1.1.123.3 255.255.255.248
no shut
exit
int f0/1
ip add 1.1.100.1 255.255.255.252
no shut
exit
ip route 0.0.0.0 0.0.0.0 f0/1 1.1.100.2
#모르는 ip는 모두 ISP에게 떠넘기기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment