Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Current configuration : 1047 bytes
  2. !
  3. version 12.4
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname Router
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. ip cef
  18. no ipv6 cef
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. spanning-tree mode pvst
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. interface FastEthernet0/0
  39. ip address 192.168.1.1 255.255.255.0
  40. ip nat inside
  41. duplex auto
  42. speed auto
  43. !
  44. interface FastEthernet0/1
  45. ip address 192.168.2.1 255.255.255.0
  46. ip nat inside
  47. duplex auto
  48. speed auto
  49. !
  50. interface Serial0/0/0
  51. ip address 5.5.5.5 255.0.0.0
  52. ip nat outside
  53. clock rate 2000000
  54. !
  55. interface Serial0/0/1
  56. no ip address
  57. clock rate 2000000
  58. shutdown
  59. !
  60. interface Ethernet0/1/0
  61. ip address 192.168.3.1 255.255.255.0
  62. ip nat inside
  63. duplex auto
  64. speed auto
  65. !
  66. interface Vlan1
  67. no ip address
  68. shutdown
  69. !
  70. ip nat inside source static tcp 192.168.1.2 80 5.5.5.5 80
  71. ip nat inside source static tcp 192.168.2.2 21 5.5.5.5 21
  72. ip nat inside source static udp 192.168.3.2 53 5.5.5.5 53
  73. ip classless
  74. !
  75. ip flow-export version 9
  76. !
  77. !
  78. !
  79. !
  80. !
  81. !
  82. !
  83. line con 0
  84. !
  85. line aux 0
  86. !
  87. line vty 0 4
  88. login
  89. !
  90. !
  91. !
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement