Configure Cisco Router 1841
Cisco 881, 1841
IP WAN: 42.116.4.12
Sub: 255.255.255.248
GW:42.116.4.9
IP Route: 210.245.25.96/28
1. Configure Router
!
enable secret 5 **************
service password-encryption
no ip domain lookup
ip domain name renaissance.edu.vn
ip name-server 210.245.24.20
ip name-server 210.245.24.222
!
interface FastEthernet4
description LINK-FPT
ip address 42.116.4.12 255.255.255.248
no ip proxy-arp
ip flow ingress
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Vlan1
ip address 10.1.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface FastEthernet4 overload
ip nat inside source static 192.168.2.11 210.245.25.97
ip nat inside source static 192.168.2.2 210.245.25.98
ip nat inside source static 192.168.2.5 210.245.25.99
ip nat inside source static 192.168.0.10 210.245.25.100
ip nat inside source static 192.168.2.7 210.245.25.101
ip nat inside source static 192.168.2.3 210.245.25.102
ip nat inside source static 192.168.0.13 210.245.25.103
ip nat inside source static tcp 10.1.1.2 443 210.245.25.110 443 extendable
ip nat inside source static tcp 10.1.1.2 1723 210.245.25.110 1723 extendable
ip route 0.0.0.0 0.0.0.0 42.116.4.9
ip route 192.168.0.0 255.255.0.0 10.1.1.2
!
line con 0
no modem enable
line aux 0
line vty 0 4
password RISS123*()
login
transport input all
!
!
end
Comments
Post a Comment