Basic Routing

Hi All,

This is what I've setup:
PC1[10.10.10.1/30] ------[10.10.10.2/30----192.168.0.1/30]---------[192.168.0.2/30]PC2
PC1 : g/w 10.10.10.2
PC2: g/w 192.168.0.1

Print from CLI

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADC 10.10.10.0/30 10.10.10.1 ether8 0
1 ADC 192.168.0.0/30 192.168.0.2 ether1 0

ADDRESS NETWORK INTERFACE

0 192.168.0.2/30 192.168.0.0 ether1
1 10.10.10.1/30 10.10.10.0 ether8
I still can't ping end to end. Any help is appreciated.

The configuration seems correct. Possibly it’s a firewall problem: on PC1, on PC2 or on the router.

based on your picture, I assume that [10.10.10.2/30----192.168.0.1/30] are two ports on the same router, specifically ether8 and ether1

Two potential problems:
1)

ADDRESS NETWORK INTERFACE

0 192.168.0.2/30 192.168.0.0 ether1
1 10.10.10.1/30 10.10.10.0 ether8

Why are you putting the addresses of the PCs on your router? You should put 10.10.10.2 and 192.168.0.1

  1. Did you set up a SRCNAT (masq) between ether 1 and ether 8?