If anyone can be of service here, I would greatly appreciate it. I need to forward a port to a specific IP address in my network. I just need the syntax to do this as I am not a networking genius and do not have the time to become one.
Cisco 1720
Config Maker 2.6
Help please?
Danno49
Here is my current IOS. I did not program this myself and it is working so I am hestitant to change anything without the help of an expert.
!
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname MEMSRTR
!
enable password ******
!
ip name-server 207.230.75.34
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface FastEthernet 0
no shutdown
description connected to EthernetLAN
ip address 216.248.188.170 255.255.255.248
no ip directed-broadcast
keepalive 10
!
interface Serial 0
no shutdown
no description
service-module t1 clock source line
service-module t1 data-coding normal
service-module t1 remote-loopback full
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 lbo none
service-module t1 remote-alarm-enable
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
no fair-queue
!
interface Serial 0.1 point-to-point
no shutdown
description connected to Internet
ip address 10.22.7.78 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 100
!
router rip
version 2
network 216.248.188.0
passive-interface Serial 0.1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Serial 0.1
no ip http server
snmp-server community ITC-PubliC RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password ******
login
transport input none
!
line vty 0 4
password ******
login
!
! The following commands are not recognized by Cisco ConfigMaker
! and are therefore appended here.
!
service timestamps debug datetime msec
service timestamps log datetime msec
logging buffered 32000 debugging
memory-size iomem 25
!
interface FastEthernet 0
full-duplex
!
end
Cisco 1720
Config Maker 2.6
Help please?
Danno49
Here is my current IOS. I did not program this myself and it is working so I am hestitant to change anything without the help of an expert.
!
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname MEMSRTR
!
enable password ******
!
ip name-server 207.230.75.34
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface FastEthernet 0
no shutdown
description connected to EthernetLAN
ip address 216.248.188.170 255.255.255.248
no ip directed-broadcast
keepalive 10
!
interface Serial 0
no shutdown
no description
service-module t1 clock source line
service-module t1 data-coding normal
service-module t1 remote-loopback full
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 lbo none
service-module t1 remote-alarm-enable
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
no fair-queue
!
interface Serial 0.1 point-to-point
no shutdown
description connected to Internet
ip address 10.22.7.78 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 100
!
router rip
version 2
network 216.248.188.0
passive-interface Serial 0.1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Serial 0.1
no ip http server
snmp-server community ITC-PubliC RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password ******
login
transport input none
!
line vty 0 4
password ******
login
!
! The following commands are not recognized by Cisco ConfigMaker
! and are therefore appended here.
!
service timestamps debug datetime msec
service timestamps log datetime msec
logging buffered 32000 debugging
memory-size iomem 25
!
interface FastEthernet 0
full-duplex
!
end