The top line reads version 12.0.
Here's the config:
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname FIREWALL_NAT
!
enable secret XXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXXXXXXXX
!
username XXXXX privilege XX password X XXXXXXXXXXXXXXXXXX
username XXXXX privilege XX password X XXXXXXXXXXXXXXXXXX
!
!
!
!
ip subnet-zero
ip name-server XX.XXX.0.12
ip name-server XX.XXX.1.2
!
ip audit notify log
ip audit po max-events 100
!
!
controller T1 0/0
!
controller T1 1/0
!
process-max-time 200
!
interface FastEthernet0/0
description connected to Internet
ip address XX.XXX.30.222 255.255.255.240 secondary
ip address XX.XXX.29.218 255.255.255.248
no ip directed-broadcast
ip nat outside
ip irdp
ip rip receive version 2
no ip mroute-cache
keepalive 5
!
interface FastEthernet1/0
description connected to EthernetLAN
ip address 10.10.40.200 255.255.0.0 secondary
ip address 192.168.101.254 255.255.255.0 secondary
ip address 192.168.1.254 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
router rip
version 2
passive-interface FastEthernet0/0
network 192.168.1.0
no auto-summary
!
ip default-gateway XX.XXX.29.217
ip nat translation timeout 900
ip nat translation tcp-timeout 900
ip nat translation port-timeout tcp 80 3600
ip nat translation port-timeout tcp 443 3600
ip nat translation port-timeout udp 53 300
ip nat translation max-entries 2147483647
ip nat pool int XX.XXX.30.217 XX.XXX.30.221 netmask 255.255.255.240
ip nat pool mail XX.XXX.30.210 XX.XXX.30.210 netmask 255.255.255.240
ip nat pool web XX.XXX.30.212 XX.XXX.30.212 netmask 255.255.255.240
ip nat inside source list 2 pool mail overload
ip nat inside source list 3 pool web overload
ip nat inside source list 4 pool int overload
ip nat inside source static tcp 192.168.1.219 3389 XX.XXX.30.212 3389 extendable
ip nat inside source static tcp 192.168.1.210 366 XX.XXX.30.210 366 extendable
ip nat inside source static tcp 192.168.1.210 465 XX.XXX.30.210 465 extendable
ip nat inside source static tcp 192.168.1.210 143 XX.XXX.30.210 143 extendable
ip nat inside source static tcp 192.168.1.210 389 XX.XXX.30.210 389 extendable
ip nat inside source static tcp 192.168.1.210 995 XX.XXX.30.210 995 extendable
ip nat inside source static tcp 192.168.1.210 993 XX.XXX.30.210 993 extendable
ip nat inside source static tcp 192.168.1.210 1000 XX.XXX.30.210 1000 extendable
ip nat inside source static tcp 192.168.1.210 3002 XX.XXX.30.210 3002 extendable
ip nat inside source static tcp 192.168.1.210 3000 XX.XXX.30.210 3000 extendable
ip nat inside source static tcp 192.168.1.210 110 XX.XXX.30.210 110 extendable
ip nat inside source static tcp 192.168.1.210 25 XX.XXX.30.210 25 extendable
ip nat inside source static tcp 192.168.1.212 21 XX.XXX.30.212 21 extendable
ip nat inside source static tcp 192.168.1.212 443 XX.XXX.30.212 443 extendable
ip nat inside source static tcp 192.168.1.212 80 XX.XXX.30.212 80 extendable
ip nat inside source static tcp 192.168.1.210 25 XX.XXX.29.220 25 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 XX.XXX.29.217
ip route 0.0.0.0 0.0.0.0 XX.XXX.30.209
ip route 10.0.0.0 255.0.0.0 FastEthernet1/0
ip route XX.XXX.29.220 255.255.255.255 192.168.1.210
ip route XX.XXX.30.210 255.255.255.255 192.168.1.210
ip route XX.XXX.30.212 255.255.255.255 192.168.1.212
ip route 172.16.0.0 255.255.0.0 FastEthernet1/0
ip route 192.168.0.0 255.255.0.0 FastEthernet1/0
no ip http server
!
access-list 2 permit 192.168.1.210
access-list 3 permit 192.168.1.212
access-list 4 permit 192.168.0.0 0.0.255.255
snmp-server engineID local 00000009020000D058F270E0
snmp-server community public RO
banner motd ^CCYou are unauthorized ... Company Security Officer has been notifed with your information.
Logout^C
!
line con 0
exec-timeout 0 0
password X XXXXXXXXXXXXXXXX
login
transport input none
line aux 0
line vty 0 4
password X XXXXXXXXXXXXXXXX
login
!
end
Main Topics
Browse All Topics





by: snoopy13Posted on 2003-07-02 at 10:42:04ID: 8842418
Hi what version of IOS are you using? If you can post the config as you said xx out the IP address and remove passwords.