Skip to main content

routing problem

More
15 years 3 weeks ago #32541 by sose
routing problem was created by sose
on a packet tracer, I have a 2800 cisco router with 2LAN interfaces fa0/0 and fa0/1 with IPs 192.168.1.1 and 192.168.2.1 respectively.
switches were connected to both interface and also PCs to the switches PC1 IP is 192.168.1.2 on fa0/0 and PC2 IP is 192.168.2.2 on fa0/1, but the two PCs cant ping each other

here is my show run

Router#show run
Building configuration...

Current configuration : 511 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface Serial0/1
no ip address
shutdown
!
interface Ethernet1/0
no ip address
duplex auto
speed auto
!
router rip
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
More
15 years 3 weeks ago #32546 by novembre
Replied by novembre on topic Re: routing problem
can pcs ping their local router interface?
have you set the default route on your pcs?
have you configured any VLANs on your switches?
More
15 years 3 weeks ago #32550 by sose
Replied by sose on topic Re: routing problem
hehe i have resolve the problem, mixed up the interfaces

thanks novembre
Time to create page: 0.116 seconds