Advertisement
NittyGritty

Cisco NAT Router

Mar 12th, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. ! Last configuration change at 10:37:31 UTC Mon Mar 9 2020
  2. version 15.2
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. no service password-encryption
  6. !
  7. hostname DE0105RN01
  8. !
  9. boot-start-marker
  10. boot-end-marker
  11. !
  12. logging userinfo
  13. logging monitor informational
  14. enable secret 5 $1$JvRy$Jos24Jza/NyALv4PwfxbC/
  15. !
  16. no aaa new-model
  17. !
  18. ip auth-proxy max-login-attempts 5
  19. ip admission max-login-attempts 5
  20. !
  21. ip dhcp excluded-address 10.10.10.1 10.10.10.10
  22. !
  23. ip dhcp pool insideDHCP
  24. network 10.10.10.0 255.255.255.0
  25. default-router 10.10.10.1
  26. dns-server 8.8.8.8 8.8.4.4
  27. domain-name exyte.local
  28. lease 7
  29. !
  30. !
  31. ip name-server 8.8.8.8
  32. ip name-server 8.8.4.4
  33. ip cef
  34. no ipv6 cef
  35. !
  36. multilink bundle-name authenticated
  37. license udi pid CISCO892-K9 sn FCZ162992V6
  38. redundancy
  39. lldp run
  40.  
  41. interface BRI0
  42. no ip address
  43. encapsulation hdlc
  44. shutdown
  45. isdn termination multidrop
  46. isdn point-to-point-setup
  47. !
  48. interface FastEthernet0
  49. no ip address
  50. shutdown
  51. !
  52. interface FastEthernet1
  53. no ip address
  54. shutdown
  55. !
  56. interface FastEthernet2
  57. no ip address
  58. shutdown
  59. !
  60. interface FastEthernet3
  61. no ip address
  62. shutdown
  63. !
  64. interface FastEthernet4
  65. no ip address
  66. shutdown
  67. !
  68. interface FastEthernet5
  69. no ip address
  70. shutdown
  71. !
  72. interface FastEthernet6
  73. no ip address
  74. shutdown
  75. !
  76. interface FastEthernet7
  77. switchport access vlan 17
  78. no ip address
  79. !
  80. interface FastEthernet8
  81. no ip address
  82. shutdown
  83. duplex auto
  84. speed auto
  85. !
  86. interface GigabitEthernet0
  87. ip address 80.154.101.132 255.255.255.240
  88. ip nat outside
  89. ip virtual-reassembly in
  90. duplex auto
  91. speed auto
  92. !
  93. interface Vlan1
  94. no ip address
  95. shutdown
  96. !
  97. interface Vlan17
  98. ip address 10.10.10.1 255.255.255.0
  99. ip nat inside
  100. ip virtual-reassembly in
  101. !
  102. no ip http server
  103. no ip http secure-server
  104. ip forward-protocol nd
  105. !
  106. !
  107. ip nat inside source list Internet interface GigabitEthernet0 overload
  108. ip route 0.0.0.0 0.0.0.0 80.154.101.131
  109. !
  110. ip access-list standard Internet
  111. permit 10.10.10.0 0.0.0.255
  112. !
  113. dialer-list 1 protocol ip permit
  114. !
  115. control-plane
  116. !
  117. mgcp profile default
  118. !
  119. line con 0
  120. line aux 0
  121. line vty 0 4
  122. password vpn2k
  123. login
  124. transport input all
  125. !
  126. scheduler max-task-time 5000
  127. !
  128. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement