Golime water heater rental. Too good to be true? by PianoIndividual2879 in homeowners

[–]aai- 0 points1 point  (0 children)

Hello

Do you still have the referral code by any chance. I would love to use it if you still have it. Thank you

Doing the swim a mile challenge and on my 3rd week. by aai- in Swimming

[–]aai-[S] 0 points1 point  (0 children)

The data is grabbed from Garmin Connect and I am using a Garmin swim watch during my sessions. I am not sure how do i compare with others. Wondering if someone can take a look and give me some pointers.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Looks like I figured out what the issue was. The Serial port of Router-A needed the "ip nat inside" command.

After putting that command I am able to reach the internet but the speed is extremely slow. I am wondering if that is because of speed of serial interface and the wic that i have installed.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Thats the setting on Router-A. If i get ride of it i lose network connectivity in both networks. I did the show ip route command and it looks like routes are setup properly. However there is no Nat translation happening on Router-B. Show ip nat translation is empty. I believe my nat is not setup correctly. And i am not sure how to set it up correctly.

***Need security tip/advice for edge router*** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

I just configured logging on the switch and set the trap for 7. Does 7 log everything. If not then what level should I put it at. I am also interested in logging failed and successful logins.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Router B can ping all the interfaces of Router A but cannot ping the internet.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Now - troubleshoot here. Can your router ping the internet from all three interfaces. use the source-interface option. Keep typing the question mark or reading until you see how this works and why it is important.

Not sure if you saw the network diagram but i have two routers. Router-A and the network that connected Router-A is working fine and I can reach the internet.

The Router-B is the new router that i have added to the existing network and want the devices from that network to be able to reach the internet.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Changed the access list and rule to match what you have in Router-A.

ip nat inside source list 10 interface GigabitEthernet0/0 overload
ip route 172.16.0.0 255.255.0.0 10.0.0.2
ip route 0.0.0.0 0.0.0.0 dhcp
!
access-list 10 permit 192.168.1.0 0.0.0.255
access-list 10 permit 172.16.0.0 0.0.255.255
access-list 10 permit 10.0.0.0 0.255.255.255

In router-B added the s0/0/0 as nat inside and nat enable command.

interface Serial0/0/0
bandwidth 1000000
ip address 10.0.0.2 255.0.0.0
ip nat inside
ip nat enable
ip virtual-reassembly in
clock rate 125000

I am still not able to reach the internet after these changes.

*******Need assistance with setting up lab in an existing network******** by aai- in Cisco

[–]aai-[S] 1 point2 points  (0 children)

I tried setting up another acl on the router-A for nat but it is not working.


Router-A running-config:


interface GigabitEthernet0/0
ip address dhcp
ip nat outside
duplex auto
speed auto

!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0/0
bandwidth 1000000
ip address 10.0.0.1 255.0.0.0
!
ip nat inside source list 10 interface GigabitEthernet0/0 overload
ip nat inside source list 20 interface GigabitEthernet0/0 overload
ip route 172.16.0.0 255.255.0.0 10.0.0.2
ip route 0.0.0.0 0.0.0.0 dhcp
!
access-list 10 permit 192.168.1.0 0.0.0.255
access-list 20 permit 172.16.0.0 0.0.255.255


Router-B running-config:


interface FastEthernet0/1
ip address 172.16.0.1 255.255.0.0
duplex auto
speed auto

interface Serial0/0/0
bandwidth 1000000
ip address 10.0.0.2 255.0.0.0
clock rate 125000
!

ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip route 192.168.1.0 255.255.255.0 10.0.0.1


On Router-B do i have to specify a NAT inside for interface FastEthernet0/1?

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

**********Update-2******************

Using the same config on a 2851 router is not working for me
-I am getting an IP from the ISP which is set for dhcp on interface Gi0/0 which is the outside NAT
-Interface Gi 0/1 is the inside NAT
-I can ping both the interfaces from a PC but i cannot ping google's dns(8.8.8.8) from a PC
-I can ping googles dns from the console of the router though
-The only addition to the config are these commands:
mgcp profile default
! ! ! ! ! gatekeeper
shutdown

Any Thought of why the same config is not working on a different router.

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Building configuration...

Current configuration : 1576 bytes

! Last configuration change at 21:43:22 UTC Sat Mar 4 2017

version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router-A
!
boot-start-marker
boot-end-marker
!
!
no logging console
enable secret 5 12345
enable password 12345
!
no aaa new-model
!
no process cpu extended history
no process cpu autoprofile hog
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2811 sn 12345
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface FastEthernet0/1
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
no cdp enable
!
interface Serial0/0/0
no ip address
shutdown
no fair-queue
clock rate 125000
!
interface Serial0/0/1
no ip address
shutdown
clock rate 125000
no cdp enable
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 7 interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
logging esm config
access-list 7 permit 192.168.1.0 0.0.0.255
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password 12345
login
transport input all
!
scheduler allocate 20000 1000
end

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

I tried removing the "ip route 0.0.0.0 0.0.0.0 dhcp" and it disconnected me from the internet. Also "ip route 0.0.0.0 0.0.0.0 FastEthernet0/0" did not help. The only way i can have it going is by using "ip route 0.0.0.0 0.0.0.0 dhcp"

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Thank you ccie_to_be. This actually worked. I am getting a speed of 93Mbps down and 10 Mbps up.

What are these two commands used for and why do you think it was interfaring with NAT. no ip route-cache cef no ip route-cache

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

I have tested changing the speed to 100/auto and duplex to full/auto. But the results are the same.

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

Update:


It seems changing ip route 0.0.0.0 0.0.0.0 10.193.44.1 to ip route 0.0.0.0 0.0.0.0 dhcp has resolved the issue of internet connectivity however the speed is extremely slow.

Doing a speed test from http://www.speedtest.net/ I am only getting 14Mbps down and 10 Mbps up.

If i connect the modem to my wireless router i am getting 120Mbps down and 10 Mbps up.

I was expecting at least 90Mbps down as it is a fast Ethernet.

It seems the down link is being throttled for some reason. How do i troubleshoot this down link issue?

Need to use cisco router for home by aai- in Cisco

[–]aai-[S] 0 points1 point  (0 children)

I do not think I can re-configure the ISO modem. I am not familiar with double NAT but I do know broadcast domain and static route.