I have a simple home setup compiling of the Cisco 1603 router connected to a NT1 Plus 11 via ISDN. Took me a long time to get this thing up and running but it is running quite well.
Only drama is I cannot connect to some gaming sites as I only have 3 ports open, also I cannot use telnet or hyperterminal as I can't type anything in there.
My config is below if somebody would be so kind to have a look and tell me how and what ACL I need to put in to access in/out traffic.
! ******************************************************************
! Cisco1603.cfg - Cisco router configuration file
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! Monday, September 29, 2003, 09:08:42 PM
!
! Hostname: Cisco1603
! Model: 1603
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Cisco1603
!
enable password xxxxxxx
!
ip name-server 203.220.xx.xxx
!
isdn switch-type basic-net3
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip address negotiated
ip nat outside
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer string 0198333424
dialer hold-queue 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxx
ppp chap password xxxxxxx
ppp pap sent-username xxxxxxxx password xxxxxx
no ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 192.168.x.x 255.255.255.0
ip nat inside
keepalive 10
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
dialer rotary-group 1
!
interface Serial 0
no description
no ip address
shutdown
!
! Access Control List 1
!
no access-list 1
access-list 1 permit 192.168.0.0 0.0.0.255
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
! Dynamic NAT
!
ip nat translation timeout 86400
ip nat translation tcp-timeout 86400
ip nat translation udp-timeout 300
ip nat translation dns-timeout 60
ip nat translation finrst-timeout 60
ip nat inside source list 1 interface Dialer 1 overload
!
router rip
version 2
network 192.168.0.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
snmp-server host 192.168.x.x private
!
line console 0
exec-timeout 0 0
password xxxxxx
login
!
line vty 0 4
password xxxxxx
login
!
end
Is there an easy way of editing the config also, if I could get the telnet port open it might work.
Cheers,
Jason
Only drama is I cannot connect to some gaming sites as I only have 3 ports open, also I cannot use telnet or hyperterminal as I can't type anything in there.
My config is below if somebody would be so kind to have a look and tell me how and what ACL I need to put in to access in/out traffic.
! ******************************************************************
! Cisco1603.cfg - Cisco router configuration file
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! Monday, September 29, 2003, 09:08:42 PM
!
! Hostname: Cisco1603
! Model: 1603
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Cisco1603
!
enable password xxxxxxx
!
ip name-server 203.220.xx.xxx
!
isdn switch-type basic-net3
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip address negotiated
ip nat outside
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer string 0198333424
dialer hold-queue 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxx
ppp chap password xxxxxxx
ppp pap sent-username xxxxxxxx password xxxxxx
no ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 192.168.x.x 255.255.255.0
ip nat inside
keepalive 10
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
dialer rotary-group 1
!
interface Serial 0
no description
no ip address
shutdown
!
! Access Control List 1
!
no access-list 1
access-list 1 permit 192.168.0.0 0.0.0.255
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
! Dynamic NAT
!
ip nat translation timeout 86400
ip nat translation tcp-timeout 86400
ip nat translation udp-timeout 300
ip nat translation dns-timeout 60
ip nat translation finrst-timeout 60
ip nat inside source list 1 interface Dialer 1 overload
!
router rip
version 2
network 192.168.0.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
snmp-server host 192.168.x.x private
!
line console 0
exec-timeout 0 0
password xxxxxx
login
!
line vty 0 4
password xxxxxx
login
!
end
Is there an easy way of editing the config also, if I could get the telnet port open it might work.
Cheers,
Jason