Skip to content

Instantly share code, notes, and snippets.

@Tharre
Created November 12, 2015 10:02
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 Tharre/a086b06b6285de8c0a25 to your computer and use it in GitHub Desktop.
Save Tharre/a086b06b6285de8c0a25 to your computer and use it in GitHub Desktop.
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname goeffl
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$JFEW$84ODlPC/KWi7LuQfqz2iY0
!
memory-size iomem 10
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.16.67.101 255.255.255.0
ip nat outside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 172.30.16.1 255.255.255.192
ip helper-address 172.30.16.64
ip nat inside
duplex auto
speed auto
!
interface Serial0/1
ip address 172.30.16.254 255.255.255.252
ip nat inside
!
router ospf 1
log-adjacency-changes
network 172.30.16.252 0.0.0.3 area 0
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.67.1
!
!
access-list 1 permit any
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment