- Posts: 783
- Thank you received: 0
Help help help cisco routing
- skepticals
- Offline
- Elite Member
Less
More
17 years 1 month ago #23531
by skepticals
Replied by skepticals on topic Re: Help help help cisco routing
Do a 'show run' on the router and then copy and paste the output here.
17 years 1 month ago #23533
by vitamin
Replied by vitamin on topic Re: Help help help cisco routing
Building configuration...
Current configuration : 1024 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname connetions
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$GrWs$UgEyD3sjnthkIN8MJDa2g1
enable password xxxxxxxx
!
no aaa new-model
!
resource policy
!
ip subnet-zero
no ip routing
no ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
no mop enabled
!
interface Ethernet0/1
ip address 192.168.2.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Ethernet0/1
ip route 192.168.1.0 255.255.255.0 Ethernet0/1
ip route 192.168.2.0 255.255.255.0 Ethernet0/0
!
ip http server
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password xxxxxxxx
login
!
no process cpu extended
no process cpu autoprofile hog
!
end
Current configuration : 1024 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname connetions
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$GrWs$UgEyD3sjnthkIN8MJDa2g1
enable password xxxxxxxx
!
no aaa new-model
!
resource policy
!
ip subnet-zero
no ip routing
no ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
no mop enabled
!
interface Ethernet0/1
ip address 192.168.2.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Ethernet0/1
ip route 192.168.1.0 255.255.255.0 Ethernet0/1
ip route 192.168.2.0 255.255.255.0 Ethernet0/0
!
ip http server
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password xxxxxxxx
login
!
no process cpu extended
no process cpu autoprofile hog
!
end
17 years 1 month ago #23534
by Dove
Remove the above line, it should work.
Dove
Replied by Dove on topic Re: Help help help cisco routing
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Ethernet0/1
end
Remove the above line, it should work.
no ip route 0.0.0.0 0.0.0.0 Ethernet0/0
no ip route 0.0.0.0 0.0.0.0 Ethernet0/1
Dove
17 years 1 month ago #23537
by vitamin
Replied by vitamin on topic Re: Help help help cisco routing
Nope. Still does not work. Ping just reports "Request time out"
Any ideas?
Any ideas?
17 years 1 month ago #23538
by Dove
Dove
Replied by Dove on topic Re: Help help help cisco routing
Oops Sorry...I missed out...
Your config required bit correction as below. Give the below commands
no ip route 192.168.1.0 255.255.255.0 Ethernet0/1
no ip route 192.168.2.0 255.255.255.0 Ethernet0/0
ip route 192.168.1.0 255.255.255.0 Ethernet0/0
ip route 192.168.2.0 255.255.255.0 Ethernet0/1
Your config required bit correction as below. Give the below commands
no ip route 192.168.1.0 255.255.255.0 Ethernet0/1
no ip route 192.168.2.0 255.255.255.0 Ethernet0/0
ip route 192.168.1.0 255.255.255.0 Ethernet0/0
ip route 192.168.2.0 255.255.255.0 Ethernet0/1
Dove
- skepticals
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
17 years 1 month ago #23542
by skepticals
Doesn't that turn off IP routing regardless of his settings?
Replied by skepticals on topic Re: Help help help cisco routing
no ip routing
Doesn't that turn off IP routing regardless of his settings?
Time to create page: 0.136 seconds