Nice. Now add in a 3rd router and do manual routes![]()
Oh god!!
Nice. Now add in a 3rd router and do manual routes![]()
Just a heads up as to why 192.168.4.x wouldnt work on R2 (when trying to ping hosts on R1). It was because R1 has the same network on its LAN and without NAT in place, it wouldn't of got through, as R1 would re-route it back to the 192.168.4.x on its LAN.
How you finding WANs
ip cef
no ip domain lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.0 192.168.11.0
ip dhcp excluded-address 192.168.100.0 192.168.101.0
!
ip dhcp pool Users
network 192.168.103.0 255.255.255.0
default-router 192.168.103.1
!
!
interface FastEthernet0/0
ip address 192.168.102.2 255.255.255.0
duplex auto
speed auto
!
interface Ethernet1/0
ip address 192.168.103.1 255.255.255.0
half-duplex
!
!
interface Ethernet0/0
ip address dhcp
half-duplex
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
!
ip cef
no ip domain lookup
!
interface FastEthernet0/0
switchport mode trunk
!
interface FastEthernet0/1
switchport access vlan 10
!
interface FastEthernet0/2
switchport access vlan 20
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
no ip address
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
end
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 5
!
ip cef
no ip domain lookup
!
interface FastEthernet0/0
switchport mode trunk
!
interface FastEthernet0/1
switchport access vlan 10
!
interface FastEthernet0/2
switchport access vlan 20
!
interface FastEthernet0/3
switchport access vlan 10
!
interface FastEthernet0/4
switchport access vlan 20
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
no ip address
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
end