I have an old network running in bridge mode with 300+ clients. Seeing a lot of strange issues so I have decided to switch it to a routed network using ospf.
So far in the lab, I have ospf working just fine, the routers pass traffic, but any client connecting from behind the AP can not pass traffic.
I have radius + dhcp server working on the head end.
R1 WAN: 10.4.4.4/24
LAN: 192.168.0.254/24
ospf single area
DHCP Server w/ RADIUS mac authentication
RADIUS server
|
|
|
R2 Ether1: 192.168.0.253/24
WLAN1: 172.168.0.1/24
DHCP-Relay to 192.168.0.254
Wireless RADIUS authentication to 192.168.0.254
ospf single area
|
|
|
Lab PC DHCP Lease from RADIUS server (192.168.0.10/24 gw:192.168.0.254)
In this setup, the user with ip 192.168.0.10 can’t pass traffic to 192.168.0.254
R1 has the proper routes and can pass traffic to 172.168.0.1 and vice versa
Obviously I am missing something simple in the setup. Any ideas? Do I need pppoe in this setup? I would like to pass the same IP subnet to the clients (192.168.0.x) or is that not doable?