I am trying to compare the results of throughput testing for a ER-X-SFP and ER-Lite. This same config works on an ER-X but when I copy the config over to the ER-L, I am unable to reach either computer from either side.
I have:
COMP1 Connected to eth1
comp1 IP info:
IPv4 Address. . . . . . . . . . . : 192.168.50.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.50.1
COMP2 Connected to eth2
IPv4 Address. . . . . . . . . . . : 192.168.51.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.51.1
Router config:
interfaces { ethernet eth0 { address 192.168.1.1/24 duplex auto speed auto } ethernet eth1 { address 192.168.50.1/24 duplex auto speed auto } ethernet eth2 { address 192.168.51.1/24 duplex auto speed auto } loopback lo { } } protocols { } gui { https-port 443 } ssh { port 22 protocol-version v2 } } system { host-name ubnt login { user ubnt { authentication { encrypted-password **************** plaintext-password **************** } level admin } } ntp { server 0.ubnt.pool.ntp.org { } server 1.ubnt.pool.ntp.org { } server 2.ubnt.pool.ntp.org { } server 3.ubnt.pool.ntp.org { } } offload { ipsec enable ipv4 { forwarding enable } ipv6 { forwarding disable } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone UTC }
From COMP1 I can't ping COMP2
From COMP2 I can't ping COMP1
From the router I can't ping COMP1 or COMP2
From COMP1 and COMP2 I can ping both eth1 and eth2 ip's.
What the heck am I missing?