Hi
I am a newbie to the wild world of configuring cisco routers and need some help with my first config.
I have a cisco 1720 router with an adsl module and 2 lan ports. I have battled with my config for weeks - it now seems to connect to the adsl but my routing seems to be wrong (maybe)
Any help will be gratefully accepted - thanks in advance!
Is this a good config? Do i need to do anything else? Are there any security issues i should worry about?
heres my config:
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service dhcp
hostname sol-router
logging queue-limit 100
logging buffered 16384 debugging
enable secret 5 xxxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxx
ip subnet-zero
no ip domain lookup
ip domain name local.local
no ip bootp server
interface ATM0
mtu 1458
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode auto
interface Ethernet0
ip address 192.168.0.1 255.255.0.0
ip nat inside
half-duplex
no cdp enable
hold-queue 100 out
interface FastEthernet0
ip address 10.10.0.1 255.255.0.0
ip nat inside
speed auto
fair-queue
no cdp enable
hold-queue 100 out
interface Dialer0
mtu 1458
ip address negotiated
encapsulation ppp
dialer pool 1
dialer idle-timeout 86400
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname xxxxxxxxxxxxxxxxxxxxxx
ppp chap password xxxxxxxxxxxxxxxxxxxxxx
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 10.10.0.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
line con 0
exec-timeout 0 0
password 7
logging synchronous
login
line aux 0
logging synchronous
line vty 0 4
password 7
login
no scheduler allocate
end
I am a newbie to the wild world of configuring cisco routers and need some help with my first config.
I have a cisco 1720 router with an adsl module and 2 lan ports. I have battled with my config for weeks - it now seems to connect to the adsl but my routing seems to be wrong (maybe)
Any help will be gratefully accepted - thanks in advance!
Is this a good config? Do i need to do anything else? Are there any security issues i should worry about?
heres my config:
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service dhcp
hostname sol-router
logging queue-limit 100
logging buffered 16384 debugging
enable secret 5 xxxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxx
ip subnet-zero
no ip domain lookup
ip domain name local.local
no ip bootp server
interface ATM0
mtu 1458
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode auto
interface Ethernet0
ip address 192.168.0.1 255.255.0.0
ip nat inside
half-duplex
no cdp enable
hold-queue 100 out
interface FastEthernet0
ip address 10.10.0.1 255.255.0.0
ip nat inside
speed auto
fair-queue
no cdp enable
hold-queue 100 out
interface Dialer0
mtu 1458
ip address negotiated
encapsulation ppp
dialer pool 1
dialer idle-timeout 86400
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname xxxxxxxxxxxxxxxxxxxxxx
ppp chap password xxxxxxxxxxxxxxxxxxxxxx
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 10.10.0.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
line con 0
exec-timeout 0 0
password 7
logging synchronous
login
line aux 0
logging synchronous
line vty 0 4
password 7
login
no scheduler allocate
end