I've had a Cisco router dumped on be by my ISP for our new T1. I need to set-up a routing table to pass my email traffic through, the router is running NAT. I'm in way over my head and need help. Can someone walk me through this or do I need to hire a consultant? I will also need to set-up VPN on it later.
Heres what I have so far, my ISP did this set-up:
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Gaslinger_gw
!
logging rate-limit console 10 except errors
enable secret 5 *************************
enable password *********
!
memory-size iomem 25
ip subnet-zero
no ip finger
ip name-server 129.250.35.250
ip name-server 129.250.35.251
!
no ip dhcp-client network-discovery
!
!
!
interface FastEthernet0
ip address 10.0.0.10 255.255.255.0
ip nat inside
speed auto
half-duplex
!
interface Serial0
ip address ###.###.###.### 255.255.255.###
ip nat outside
!
ip nat inside source list 7 interface Serial0 overload
ip nat inside source static tcp 10.0.0.2 110 ***.***.***.*** 110 extendable
ip nat inside source static tcp 10.0.0.2 80 ***.***.***.*** 80 extendable
ip nat inside source static tcp 10.0.0.2 25 ***.***.***.*** 25 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
access-list 7 permit 10.0.0.0 0.0.0.255
banner motd ^Cotd'
Email doesn't pass through yet. Can you tell what is wrong? (I will learn Cisco eventually but for now I need to get this working!)
Thanks - Hermann
Heres what I have so far, my ISP did this set-up:
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Gaslinger_gw
!
logging rate-limit console 10 except errors
enable secret 5 *************************
enable password *********
!
memory-size iomem 25
ip subnet-zero
no ip finger
ip name-server 129.250.35.250
ip name-server 129.250.35.251
!
no ip dhcp-client network-discovery
!
!
!
interface FastEthernet0
ip address 10.0.0.10 255.255.255.0
ip nat inside
speed auto
half-duplex
!
interface Serial0
ip address ###.###.###.### 255.255.255.###
ip nat outside
!
ip nat inside source list 7 interface Serial0 overload
ip nat inside source static tcp 10.0.0.2 110 ***.***.***.*** 110 extendable
ip nat inside source static tcp 10.0.0.2 80 ***.***.***.*** 80 extendable
ip nat inside source static tcp 10.0.0.2 25 ***.***.***.*** 25 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
access-list 7 permit 10.0.0.0 0.0.0.255
banner motd ^Cotd'
Email doesn't pass through yet. Can you tell what is wrong? (I will learn Cisco eventually but for now I need to get this working!)
Thanks - Hermann