I took away the NAT with the following results: External IP address: Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 207.255.0.130, timeout is 2 seconds: Packet sent with a source address of 10.2.1.120 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/12/20 ms Internal IP address: Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 207.255.0.130, timeout is 2 seconds: Packet sent with a source address of 192.168.10.1 ..... Success rate is 0 percent (0/5)
... View more
Alessio, I get an error with that command: Router#ping www.google.com source 10.2.1.120 repeat 10 Translating "www.google.com"...domain server (207.255.0.130) [OK] ^ % Invalid input detected at '^' marker. Router# Thanks.
... View more
Hi Alessio, I'm statically assigning my IP on my computer. Here are the stats: IP: 192.168.10.100 DNS: 255.255.255.0 Default Gateway: 192.168.10.1 Primary DNS: 207.255.0.130 <-----Given to me by my ISP Secondary DNS: 207.255.0.131 <-----Given to me by my ISP Thanks.
... View more
Hi Soroush, Thanks for the quick response. I implemented your config changes and get the following when pinging google.com: Router#ping google.com Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2607:F8B0:4004:800::1005, timeout is 2 seconds: % No valid route for destination Success rate is 0 percent (0/1) Router# And this is what I receive when pinging google's IP(74.125.228.8) Router#ping 74.125.228.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 74.125.228.8, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 24/26/32 ms Router#
... View more
First off I'm a cisco noob so I relialize I'm probably asking a rediculous question. I am currently setting up a UC540 that I bought used that does not have a configuration. The problem I have encountered is the router is capable of pinging IP addresses but is unable to ping domain names. Furthermore I am unable to access internet resources from my workstation that is directly connected to the router. The router is directly connected to my cable modem. I started over again from scratch and only have what I believe to be the bare minimum in the config to get started. My current config is as follows: Building configuration... Current configuration : 1849 bytes ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ! ! ! dot11 syslog ip source-route ip cef ! ! ! ! ip name-server 207.255.0.130 ip name-server 207.255.0.131 no ipv6 cef ! ! ! ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! voice-card 0 ! ! ! license udi pid UC540W-FXO-K9 sn FGL160527A1 ! ! ! archive log config hidekeys ! ! ! ! ! interface FastEthernet0/0 ip address 72.28.*.* 255.255.255.0 ip nat outside ip virtual-reassembly duplex auto speed auto ! ! interface Integrated-Service-Engine0/0 no ip address shutdown ! ! interface FastEthernet0/1/0 ! ! interface FastEthernet0/1/1 ! ! interface FastEthernet0/1/2 ! ! interface FastEthernet0/1/3 ! ! interface FastEthernet0/1/4 ! ! interface FastEthernet0/1/5 ! ! interface FastEthernet0/1/6 ! ! interface FastEthernet0/1/7 ! ! interface FastEthernet0/1/8 ! ! interface Dot11Radio0/5/0 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 192.168.10.1 255.255.255.0 ip nat inside ip virtual-reassembly ! ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 72.28.*.* ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! voice-port 0/0/0 ! voice-port 0/0/1 ! voice-port 0/0/2 ! voice-port 0/0/3 ! voice-port 0/1/0 ! voice-port 0/1/1 ! voice-port 0/1/2 ! voice-port 0/1/3 ! voice-port 0/4/0 auto-cut-through signal immediate input gain auto-control description Music On Hold Port ! ! ! ! ! ! line con 0 no modem enable line aux 0 line 2 no activation-character no exec transport preferred none transport input all line vty 0 4 login ! end Any help would be greatly appreciated. THANKS!
... View more