OSPF Issue

I've got 2 MTs and a Win2k3. One MT is on the grain elevator, another is in my house connecting the grain elevator to my home network. The Win2k3 is on my home network. The grain elevator is 2.9.8 and the one in my house is 2.9.10. I can Winbox to the MT at my house and then MAC telnet to the grain elevator. I only seem to be able to ping an address on a connected subnet, despite it appearing that everyone knows how to get to everyone else.

Grain Elevator

[admin@ICSAP1-HammettFarms1] > /interface print
Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 R wlan1 wlan 0 0 1500
2 wlan2 wlan 0 0 1500

[admin@ICSAP1-HammettFarms1] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 ;;; added by setup
10.1.12.100/24 10.1.12.0 10.1.12.255 ether1
1 10.1.10.100/24 10.1.10.0 10.1.10.255 wlan1
2 10.1.11.100/24 10.1.11.0 10.1.11.255 wlan2

[admin@ICSAP1-HammettFarms1] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf

DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE

0 ADo 10.1.0.0/24 r 10.1.10.1 wlan1
1 ADo 10.1.1.0/24 r 10.1.10.1 wlan1
2 ADC 10.1.10.0/24 10.1.10.100 wlan1
3 Do 10.1.10.0/24
4 ADC 10.1.11.0/24 10.1.11.100 wlan2
5 ADC 10.1.12.0/24 10.1.12.100 ether1
6 Do 10.1.12.0/24


My House

[admin@RB512] > /interface print
Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 X pppoe-user-mike pppoe-out 0 0
2 X bridge1 bridge 0 0 1500
3 R wlan1 wlan 0 0 1500

[admin@RB512] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 10.1.1.52/24 10.1.1.0 10.1.1.255 ether1
1 X 192.168.0.20/24 192.168.0.0 192.168.0.255 ether1
2 10.1.10.1/24 10.1.10.0 10.1.10.255 wlan1
3 X 10.1.11.1/24 10.1.11.0 10.1.11.255 wlan1
4 10.1.0.3/24 10.1.0.0 10.1.0.255 ether1

[admin@RB512] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf

DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE

0 ADC 10.1.0.0/24 10.1.0.3 ether1
1 ADC 10.1.1.0/24 10.1.1.52 ether1
2 Do 10.1.1.0/24
3 ADC 10.1.10.0/24 10.1.10.1 wlan1
4 Do 10.1.10.0/24
5 ADo 10.1.12.0/24 r 10.1.10.100 wlan1


\

Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com

The Win2k3 box is the connection to the Internet, so it would be the default
route. What's the difference between a Full and a 2-Way state? Why don't
either of them see the Windows router as neighbor?

Grain leg

[admin@ICSAP1-HammettFarms1] > /routing ospf neighbor print
router-id=10.1.10.1 address=10.1.10.1 priority=1 state="Full"
state-changes=5 ls-retransmits=0
ls-requests=0 db-summaries=0 dr-id=10.1.10.100 backup-dr-id=10.1.10.1

router-id=10.1.12.100 address=10.1.12.100 priority=1 state="2-Way"
state-changes=0 ls-retransmits=0
ls-requests=0 db-summaries=0 dr-id=10.1.12.100 backup-dr-id=0.0.0.0

[admin@ICSAP1-HammettFarms1] > /routing ospf network print
Flags: X - disabled, I - invalid

NETWORK AREA

0 10.1.10.0/24 ICS
1 10.1.11.0/24 ICS
2 10.1.12.0/24 ICS

My House

[admin@RB512] > /routing ospf neighbor print
router-id=10.1.10.1 address=10.1.1.52 priority=1 state="2-Way"
state-changes=0 ls-retransmits=0
ls-requests=0 db-summaries=0 dr-id=10.1.1.52 backup-dr-id=0.0.0.0

router-id=10.1.12.100 address=10.1.10.100 priority=1 state="Full"
state-changes=6 ls-retransmits=0
ls-requests=0 db-summaries=0 dr-id=10.1.10.100 backup-dr-id=10.1.10.1

[admin@RB512] > /routing ospf network print
Flags: X - disabled, I - invalid

NETWORK AREA

0 10.1.10.0/24 ICS
1 10.1.1.0/24 ICS

Full: link state databases completely synchronized
2-Way: bidirectional communication established

Eugene

So how would I go about resolving that?