framewraith
IS-IT--Management
here is my current config
Using 1209 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname wwent
!
enable password
!
memory-size iomem 25
ip subnet-zero
ip name-server 151.164.67.201
ip name-server 151.164.1.8
!
!
!
!
!
interface FastEthernet0
description TO LOCAL LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
speed auto
!
interface Serial0
description SBIS CKT 44.HXGM.001138/SBIS 1-888-212-5411
no ip address
encapsulation frame-relay IETF
fair-queue 64 256 0
service-module t1 timeslots 1-6
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 151.x.69.106 255.255.255.252
ip nat outside
frame-relay interface-dlci 16
!
ip nat pool pool1 216.x.21.209 216.x.21.212 netmask 255.255.255.240
ip nat inside source list 1 pool pool1 overload
ip nat inside source static 192.168.0.218 216.x.21.222
ip classless
ip route 0.0.0.0 0.0.0.0 151.x.69.105
no ip http server
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
password
logging synchronous
login
line aux 0
password
login
transport input all
flowcontrol hardware
line vty 0 4
password
login
!
no scheduler allocate
end
to add my mail server ip do i just need to add the following:
ip nat inside source static 192.168.0.215 216.x.21.215
or do I need to add something else?
i am going to have to access lots of different ports because i need to enable webmail ( https ) as well as the standardpop/smtp ports.
i am new to cisco routers so a step by step would be helpful thanks.
Using 1209 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname wwent
!
enable password
!
memory-size iomem 25
ip subnet-zero
ip name-server 151.164.67.201
ip name-server 151.164.1.8
!
!
!
!
!
interface FastEthernet0
description TO LOCAL LAN
ip address 192.168.0.1 255.255.255.0
ip nat inside
speed auto
!
interface Serial0
description SBIS CKT 44.HXGM.001138/SBIS 1-888-212-5411
no ip address
encapsulation frame-relay IETF
fair-queue 64 256 0
service-module t1 timeslots 1-6
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 151.x.69.106 255.255.255.252
ip nat outside
frame-relay interface-dlci 16
!
ip nat pool pool1 216.x.21.209 216.x.21.212 netmask 255.255.255.240
ip nat inside source list 1 pool pool1 overload
ip nat inside source static 192.168.0.218 216.x.21.222
ip classless
ip route 0.0.0.0 0.0.0.0 151.x.69.105
no ip http server
!
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
password
logging synchronous
login
line aux 0
password
login
transport input all
flowcontrol hardware
line vty 0 4
password
login
!
no scheduler allocate
end
to add my mail server ip do i just need to add the following:
ip nat inside source static 192.168.0.215 216.x.21.215
or do I need to add something else?
i am going to have to access lots of different ports because i need to enable webmail ( https ) as well as the standardpop/smtp ports.
i am new to cisco routers so a step by step would be helpful thanks.