|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
Ry Guest
|
Posted: Thu Jul 26, 2007 3:11 pm Post subject: Cisco 877 Internet problems |
|
|
Hi Guys,
This has me dazed, i have an 877 with the below config i can nslookup
www.google.co.uk but can't ping it from my PC!
Although i can ping it from the router, i can't open any web pages
either?
Can any body help me please?
nslookup www.google.co.uk
*** Can't find server name for address 10.10.10.1: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: 10.10.10.1
Non-authoritative answer:
Name: www.l.google.com
Addresses: 66.249.93.104, 66.249.93.99, 66.249.93.147
Aliases: www.google.co.uk, www.google.com
Pinging 66.249.93.104 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 66.249.93.104:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
FROM THE ROUTER:
adsltest#ping 66.249.93.104
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.249.93.104, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 48/49/52
ms
adsltest#
Current configuration : 2251 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname adsltest
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
no ip source-route
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool DHCP
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 10.10.10.1
domain-name ************
!
!
ip cef
no ip bootp server
ip name-server 10.10.10.1
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description $FW_OUTSIDE$$ES_WAN$
no snmp trap link-status
pvc 0/38
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0
36.0 48.0
54.0
station-role root
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
no ip unreachables
ip tcp adjust-mss 1412
!
interface Dialer1
ip address negotiated
ip access-group 111 in
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname ******************
ppp chap password 0 **********
ppp pap sent-username ***************** password 0 ***********
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip http server
no ip http secure-server
ip http client source-interface Vlan1
ip dns server
!
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
!
banner login ^CCCAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
password cisco
login
no modem enable
line aux 0
line vty 0 4
privilege level 15
password cisco
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end |
|
| Back to top |
|
 |
|
|
Ry Guest
|
Posted: Thu Jul 26, 2007 3:11 pm Post subject: Re: Cisco 877 Internet problems |
|
|
On Jul 26, 3:17 pm, Bo...@hotmail.co.uk wrote:
| Quote: | On 26 Jul, 13:12, Ry <murphy...@hotmail.com> wrote:
Hi Guys,
This has me dazed, i have an 877 with the below config i can nslookupwww.google.co.ukbutcan't ping it from my PC!
You need to finish off configurint NAT.
router#conf t
ip access-list extended ACL.nat
permit ip any any
route-map RM.nat permit 10
match ip address ACL.nat
ip nat inside source route-map RM.nat interface Dialer0 overload
int vl 1
ip nat inside
|
Thank for the HELP!! I have added the config although,
Then i get this ERROR: %NAT: Error activating CNBAR on the interface
Vlan1
%NAT: Error activating CNBAR on the interface Dialer1
Can you help |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jul 26, 2007 3:12 pm Post subject: Re: Cisco 877 Internet problems |
|
|
On 26 Jul, 13:12, Ry <murphy...@hotmail.com> wrote:
| Quote: | Hi Guys,
This has me dazed, i have an 877 with the below config i can nslookupwww.google.co.ukbut can't ping it from my PC!
|
You need to finish off configurint NAT.
router#conf t
ip access-list extended ACL.nat
permit ip any any
route-map RM.nat permit 10
match ip address ACL.nat
ip nat inside source route-map RM.nat interface Dialer0 overload
int vl 1
ip nat inside |
|
| Back to top |
|
 |
|
|