|
Home > Archive > alt.certification.cisco > December 2002 > Cisco 1605r router problems with @home internet connection
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cisco 1605r router problems with @home internet connection
|
|
| martijn 2002-12-30, 4:24 pm |
| Hi, !
When i connect my cisco 1605r router with @home "my kabelprovider" i can't
ping the dns servers or other url's.
I get a reply from there router, but not from there dns servers, so, no
internet.
my router config is like this.
Current configuration : 471 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname MY CC number
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Ethernet0
ip address dhcp client-id Ethernet0
ip nat outside
!
interface Ethernet1
ip address dhcp client-id Ethernet1
!
ip classless
no ip http server
ip pim bidir-enable
!
!
line con 0
line vty 0 4
password cisco
logging synchronous
login
!
end
What is wrong ? can somebody help me ?
Thanx al lot.
greez,
martijn
| |
| Kirk Goins 2002-12-30, 8:24 pm |
| Do you need a default-gateway ?
martijn wrote:
>
> Hi, !
>
> When i connect my cisco 1605r router with @home "my kabelprovider" i can't
> ping the dns servers or other url's.
>
> I get a reply from there router, but not from there dns servers, so, no
> internet.
>
> my router config is like this.
>
> Current configuration : 471 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname MY CC number
> !
> enable password cisco
> !
> ip subnet-zero
> no ip domain-lookup
> !
> !
> !
> !
> interface Ethernet0
> ip address dhcp client-id Ethernet0
> ip nat outside
> !
> interface Ethernet1
> ip address dhcp client-id Ethernet1
> !
> ip classless
> no ip http server
> ip pim bidir-enable
> !
> !
> line con 0
> line vty 0 4
> password cisco
> logging synchronous
> login
> !
> end
>
> What is wrong ? can somebody help me ?
>
> Thanx al lot.
>
> greez,
>
> martijn
| |
|
| Hi,
your configuration is not complete !!!
You forgot your ip nat commands !
OK you have activated nat on the interfaces but in global configuration mode
you need to state which type of nat you are going to use.
regards
"martijn" <ict-connection@home.nl> wrote in message
news:gx3Q9.7865$mg4.940133@zwoll1.home.nl...
> Hi, !
>
> When i connect my cisco 1605r router with @home "my kabelprovider" i
can't
> ping the dns servers or other url's.
>
> I get a reply from there router, but not from there dns servers, so, no
> internet.
>
> my router config is like this.
>
> Current configuration : 471 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname MY CC number
> !
> enable password cisco
> !
> ip subnet-zero
> no ip domain-lookup
> !
> !
> !
> !
> interface Ethernet0
> ip address dhcp client-id Ethernet0
> ip nat outside
> !
> interface Ethernet1
> ip address dhcp client-id Ethernet1
> !
> ip classless
> no ip http server
> ip pim bidir-enable
> !
> !
> line con 0
> line vty 0 4
> password cisco
> logging synchronous
> login
> !
> end
>
> What is wrong ? can somebody help me ?
>
> Thanx al lot.
>
> greez,
>
> martijn
>
>
|
|
|
|
|