Getting used to GNS3
So I put 3 routers up. R1 F0/0:192.168.2.1 /24, S0/0:10.1.1.2 /30
R2 S0/1:10.1.1.1 /30, S0/0:10.2.2.1 /30
R3 S0/0:10.2.2.2 /30
with a loopback I made on my desktop. The Lo1 can ping 192.168.2.1 but can't ping any other IPs. I put 3 router configs below:
Ethernet adapter Loopback 1:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::28bc:5b16:97de:c850%22
IPv4 Address. . . . . . . . . . . : 192.168.2.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
DID I DO SOMETHING WRONG WITH THE LOOPBACK ? I guess you can't control what type of cable from the Cloud (my physical loopback on my PC) to R1.
So I put a switch in between and still can't ping past gateway IP on R1.
I know I'm probably missing something obvious but can't be sure
Router 1
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.1.1.2 255.255.255.252
clock rate 64000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router eigrp 1
network 10.1.1.0 0.0.0.3
network 192.168.1.0
network 192.168.2.0
no auto-summary
Router 2
interface Serial0/0
ip address 10.2.2.1 255.255.255.252
clock rate 64000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
ip address 10.1.1.1 255.255.255.252
clock rate 2000000
!
router eigrp 1
network 10.1.1.0 0.0.0.3
network 10.2.2.0 0.0.0.3
no auto-summary
Router 3
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.2.2.2 255.255.255.252
clock rate 2000000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router eigrp 1
network 10.2.2.0 0.0.0.3
network 192.168.3.0
no auto-summary
R1 SHOW IP ROUTE
R1(config)#do sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/30 is subnetted, 2 subnets
D 10.2.2.0 [90/2681856] via 10.1.1.1, 00:02:36, Serial0/0
C 10.1.1.0 is directly connected, Serial0/0
C 192.168.2.0/24 is directly connected, FastEthernet0/0
D 192.168.3.0/24 [90/2707456] via 10.1.1.1, 00:02:36, Serial0/0
ROUTER 2 or BB
BB#SH IP ROUTE
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
172.30.0.0/24 is subnetted, 8 subnets
C 172.30.2.0 is directly connected, Loopback2
C 172.30.3.0 is directly connected, Loopback3
C 172.30.0.0 is directly connected, Loopback0
C 172.30.1.0 is directly connected, Loopback1
C 172.30.6.0 is directly connected, Loopback6
C 172.30.4.0 is directly connected, Loopback4
C 172.30.5.0 is directly connected, Loopback5
C 172.30.8.0 is directly connected, Loopback8
172.39.0.0/24 is subnetted, 1 subnets
C 172.39.7.0 is directly connected, Loopback7
10.0.0.0/30 is subnetted, 2 subnets
C 10.2.2.0 is directly connected, Serial0/0
C 10.1.1.0 is directly connected, Serial0/1
D 192.168.2.0/24 [90/2195456] via 10.1.1.2, 00:26:56, Serial0/1
D 192.168.3.0/24 [90/2195456] via 10.2.2.2, 00:31:25, Serial0/0
ROUTER 3
R2#SH IP ROUTE
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/30 is subnetted, 2 subnets
C 10.2.2.0 is directly connected, Serial0/0
D 10.1.1.0 [90/2681856] via 10.2.2.1, 00:28:39, Serial0/0
D 192.168.2.0/24 [90/2707456] via 10.2.2.1, 00:28:32, Serial0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
Well, I put in a Host instead of a Cloud and used the Virtual PC feature in GNS3 and it worked. But it would sure be cool if I could ping through my computer's physical Loopback I created with hardware wizard.