cyberspace
Technical User
I've been configuring a 3Com enterprise level router and i'm trying to get it connected to a netgear (home style).
The router to router connection is fine, and I can ping both of the 3com routers ethernet interfaces from a host. However, i can't ping the next hop from a host, which is the netgear (but can from the router). The 3com can also talk to the internet.
RIP is enabled accross the network, but it still doesn't work.
My past exeperience has all been with Cisco kit so this is stumping me a bit, and I can't think what i've missed.
Any ideas? The config is as follows (although altereed for security reasons, there are also some static routes missing from this)
#
#3Com Router Software V2.41
#
sysname Router
#
configure-user count 2
#
radius scheme system
#
domain system
#
local-user admin
password cipher xxxxxxxxxxxxx
service-type telnet terminal
level 3
service-type ftp
#
interface Aux0
async mode flow
#
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
#
interface Ethernet2/0
ip address 10.0.0.2 255.255.255.252
#
interface Serial0/0
clock DTECLK1
link-protocol ppp
ip address dhcp-alloc
#
interface NULL0
#
rip
network 10.0.0.0
network 192.168.0.0
#
FTP server enable
#
ip route-static 0.0.0.0 0.0.0.0 10.0.0.1 preference 60
#
snmp-agent
snmp-agent local-engineid 0000002B7F00000100007340
snmp-agent sys-info version v3
snmp-agent group v3 admin read-view admin write-view admin
snmp-agent mib-view included admin iso
snmp-agent usm-user v3 admin admin
#
user-interface con 0
authentication-mode password
set authentication password xxx
user-interface aux 0
set authentication password xxx
user-interface vty 0 4
user privilege level 3
set authentication password xxx
idle-timeout 30 0
#
return
'When all else fails.......read the manual'
The router to router connection is fine, and I can ping both of the 3com routers ethernet interfaces from a host. However, i can't ping the next hop from a host, which is the netgear (but can from the router). The 3com can also talk to the internet.
RIP is enabled accross the network, but it still doesn't work.
My past exeperience has all been with Cisco kit so this is stumping me a bit, and I can't think what i've missed.
Any ideas? The config is as follows (although altereed for security reasons, there are also some static routes missing from this)
#
#3Com Router Software V2.41
#
sysname Router
#
configure-user count 2
#
radius scheme system
#
domain system
#
local-user admin
password cipher xxxxxxxxxxxxx
service-type telnet terminal
level 3
service-type ftp
#
interface Aux0
async mode flow
#
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
#
interface Ethernet2/0
ip address 10.0.0.2 255.255.255.252
#
interface Serial0/0
clock DTECLK1
link-protocol ppp
ip address dhcp-alloc
#
interface NULL0
#
rip
network 10.0.0.0
network 192.168.0.0
#
FTP server enable
#
ip route-static 0.0.0.0 0.0.0.0 10.0.0.1 preference 60
#
snmp-agent
snmp-agent local-engineid 0000002B7F00000100007340
snmp-agent sys-info version v3
snmp-agent group v3 admin read-view admin write-view admin
snmp-agent mib-view included admin iso
snmp-agent usm-user v3 admin admin
#
user-interface con 0
authentication-mode password
set authentication password xxx
user-interface aux 0
set authentication password xxx
user-interface vty 0 4
user privilege level 3
set authentication password xxx
idle-timeout 30 0
#
return
'When all else fails.......read the manual'