JRosario78
MIS
Hi All,
I need help configuring NAT for the first time. I need to configure NAT for VLAN 2 (Config listed below). I also would like to setup what I think is call a Static NAT for a server that will need to be accessed by the outside (Ports 80, 8080, 25, and 3389). I've provided the router's current config below. Thanks in advance for your help!
Building configuration...
Current configuration : 1080 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname CCNA2620RTR
!
boot-start-marker
boot-end-marker
!
enable secret 5
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server 192.168.0.1
ip name-server xxx.xxx.xxx.7
ip name-server xxx.xxx.xxx.71
ip name-server xxx.xxx.xxx.8
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Connection to WRT54GS
ip address 192.168.0.20 255.255.255.224
speed 100
full-duplex
!
interface FastEthernet1/0
no ip address
speed 100
full-duplex
!
interface FastEthernet1/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.224
!
interface FastEthernet1/0.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7
login
line vty 5 15
password 7
login
!
!
end
I need help configuring NAT for the first time. I need to configure NAT for VLAN 2 (Config listed below). I also would like to setup what I think is call a Static NAT for a server that will need to be accessed by the outside (Ports 80, 8080, 25, and 3389). I've provided the router's current config below. Thanks in advance for your help!
Building configuration...
Current configuration : 1080 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log uptime
service password-encryption
!
hostname CCNA2620RTR
!
boot-start-marker
boot-end-marker
!
enable secret 5
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server 192.168.0.1
ip name-server xxx.xxx.xxx.7
ip name-server xxx.xxx.xxx.71
ip name-server xxx.xxx.xxx.8
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Connection to WRT54GS
ip address 192.168.0.20 255.255.255.224
speed 100
full-duplex
!
interface FastEthernet1/0
no ip address
speed 100
full-duplex
!
interface FastEthernet1/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.224
!
interface FastEthernet1/0.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password 7
login
line vty 5 15
password 7
login
!
!
end