Hey everyone,
Just wondering if anyone has any advice for me, currently doing a troubleshooting assessment and at wits end of what else can be done.
Basically there is 4 routers in the system, 3 all on the same network on a 192.168.x.x network. Bar one which is on a 63.122.x.x network. The rest of the network talks with each other and can even talk to this router, but cant talk to anything passed this router.
It's obviously something inside this router which is causing the issue, i've looked twice and three times at the configuration and nothing springs to mind that could be causing the issue.
Like I said I can send packets to this router and back, but cannot do so passed this router which has a web server connected to it. I've double checked all IP addresses and everything, I've already fixed 4-5 issues with this configuration for this router already. Any help would be fantastic.
Just wondering if anyone has any advice for me, currently doing a troubleshooting assessment and at wits end of what else can be done.
Basically there is 4 routers in the system, 3 all on the same network on a 192.168.x.x network. Bar one which is on a 63.122.x.x network. The rest of the network talks with each other and can even talk to this router, but cant talk to anything passed this router.
It's obviously something inside this router which is causing the issue, i've looked twice and three times at the configuration and nothing springs to mind that could be causing the issue.
Code:
MELB#show run
Building configuration...
Current configuration : 623 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname MELB
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
description To Server0
ip address 63.122.12.5 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
description To RHOMS Eng
ip address 63.122.12.2 255.255.255.252
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
Like I said I can send packets to this router and back, but cannot do so passed this router which has a web server connected to it. I've double checked all IP addresses and everything, I've already fixed 4-5 issues with this configuration for this router already. Any help would be fantastic.





