Advertisement
Anime4000

NEC IX2105

Nov 4th, 2016
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. config
  2.  
  3. hostname imouto
  4. timezone +08 00
  5.  
  6. ip route default GigaEthernet0.1
  7. ip dhcp enable
  8.  
  9. dns cache enable
  10.  
  11. ppp profile TM
  12. authentication myname username@streamyx
  13. authentication password username@streamyx password
  14.  
  15. ip dhcp profile DHCP4
  16. dns-server 192.168.0.1
  17. default-gateway 192.168.0.1
  18. assignable-range 192.168.0.2 192.168.0.254
  19.  
  20. device GigaEthernet0
  21. speed 100
  22. interface GigaEthernet0.1
  23. description TM-ADSL
  24. encapsulation pppoe
  25. ppp binding TM
  26. ip address ipcp
  27. no shutdown
  28.  
  29. device GigaEthernet1
  30. interface GigaEthernet1.0
  31. ip address 192.168.0.1/24
  32. ip dhcp binding DHCP4
  33. no shutdown
  34.  
  35. exit
  36.  
  37. write memory
  38. exit
  39.  
  40. restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement