hi i have try'd to routing only 2 routers but it wont work..
router1:
wlan1 - link to router2 - 10.11.100.1/29
eth - home network - 10.11.10.2/24
router2:
wlan1 - link to router1 - 10.11.100.2/29
eth - home network - 10.11.10.1/24
router1 ospf settings:
[admin@1] routing ospf> print
router-id: 10.11.10.2
distribute-default: never
redistribute-connected: as-type-1
redistribute-static: as-type-1
redistribute-rip: no
redistribute-bgp: no
metric-default: 1
metric-connected: 0
metric-static: 0
metric-rip: 0
metric-bgp: 0
[admin@1] routing ospf interface> print
0 interface=wlan1 cost=10 priority=1 authentication-key=""
network-type=broadcast retransmit-interval=5s transmit-delay=1s
hello-interval=10s dead-interval=40s
[admin@1] routing ospf> network print
Flags: X - disabled, I - invalid
NETWORK AREA
0 10.11.100.0/29 area1
[admin@1] routing ospf> area print
Flags: X - disabled
NAME AREA-ID TYPE DEFAULT-COST AUTHENTICATION
0 backbone 0.0.0.0 default none
1 area1 0.0.0.2 default 1 none
and on my router2 i ha ve only this changed...:
[admin@2] > routing ospf print
router-id: 10.11.11.2
distribute-default: if-installed-as-type-1
redistribute-connected: as-type-1
redistribute-static: no
redistribute-rip: no
redistribute-bgp: no
metric-default: 1
metric-connected: 0
metric-static: 0
metric-rip: 0
metric-bgp: 0
[admin@2] > routing ospf interface print
0 interface=wlan2 cost=10 priority=1 authentication-key=""
network-type=broadcast retransmit-interval=5s transmit-delay=1s
hello-interval=10s dead-interval=40s
[admin@2] > routing ospf network print
Flags: X - disabled, I - invalid
NETWORK AREA
0 10.11.100.0/29 area1
[admin@2] > routing ospf area print
Flags: X - disabled
NAME AREA-ID TYPE DEFAULT-COST AUTHENTICATION
0 backbone 0.0.0.0 default none
1 area1 0.0.0.2 default 1 none
and
[admin@2] > routing ospf neighbor print
router-id=10.11.11.2 address=10.11.100.2 priority=1 state="2-Way"
state-changes=0 ls-retransmits=0 ls-requests=0 db-summaries=0
dr-id=10.11.100.2 backup-dr-id=0.0.0.0
and now i can't ping my local network...what have i done wrong??
tnx
bye