Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

interface FastEthernet0/0

description AMIN-TO-LAN-SERVER
ip address 192.168.4.5 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex full
speed auto
!
interface FastEthernet0/1
description VPN IP AMIN-to-TELKOM
ip address 172.16.6.30 255.255.255.252
ip nat inside
ip virtual-reassembly
duplex full
speed auto
!
interface FastEthernet0/1/0
description AMIN-to-LHBU
ip address 172.26.18.4 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
router rip
version 2
network 192.168.1.0
network 192.168.4.0
network 192.168.5.0
network 192.168.6.0
network 192.168.7.0
network 192.168.8.0
network 192.168.10.0
no auto-summary
ip route 192.168.5.0 255.255.255.0 172.16.6.29
ip route 192.168.6.0 255.255.255.0 172.16.6.29
ip route 192.168.7.0 255.255.255.0 172.16.6.29
ip route 192.168.8.0 255.255.255.0 172.16.6.29
ip route 192.168.10.0 255.255.255.0 172.16.6.29
ip route 192.168.15.0 255.255.255.0 172.16.6.29
ip route 192.168.31.0 255.255.255.0 172.16.6.73
ip route 192.168.32.0 255.255.255.0 172.26.18.1
ip route 192.168.96.0 255.255.255.0 172.26.18.1
ip route 192.168.100.0 255.255.255.0 172.16.6.29
!
!
no ip http server
no ip http secure-server
ip nat pool Cisco805-natpool-101 172.25.18.1 172.25.18.254 netmask 255.255.255.0
ip nat inside source list 101 pool Cisco805-natpool-101 overload
ip nat inside source static 192.168.4.165 172.25.18.224
ip nat inside source static 192.168.4.110 172.25.18.225
ip nat inside source static 192.168.4.111 172.25.18.226
ip nat inside source static 192.168.4.100 172.25.18.232
ip nat inside source static 192.168.4.200 172.25.18.233
ip nat inside source static 192.168.4.3 172.25.18.234
!
access-list 101 permit ip 192.168.4.0 0.0.0.255 any
access-list 101 permit ip 192.168.10.0 0.0.0.255 any

access-list
access-list
access-list
access-list

101
101
101
101

permit
permit
permit
permit

ip
ip
ip
ip

192.168.5.0
192.168.6.0
192.168.7.0
192.168.8.0

0.0.0.255
0.0.0.255
0.0.0.255
0.0.0.255

any
any
any
any

You might also like