RB 1
ether0= public ip
ether1=172.17.0.1/30
ether1=192.168.0.1 dhcp server running for own machines on network
ether9=172.17.0.253/30 to Radius that is on 172.17.0.254
0.0.0.0/0 gateway= public ip
simple nat rule running
RB2
ether1=172.17.0.2/30
radius running for clients - local address=172.17.0.2
pool=10.102.1.1-10.102.1.253
NAS is correct as RM authenticates clients and disconnects them or change pool ip.
No nat rule 0.0.0.0/0 gateway 172.17.01
We started hotspot and it came under our attention that clients does not get disconnected directly when their data was finished. So we ran from our Radius the following command.
echo User-Name=client,Framed-IP-Address=10.102.1.251 | radclient 172.17.0.2:1700 disconnect secret123
Radius debug on RB2 gives response " receive remote request from 172.17.0.1 with unknown address, dropping
Can ping RB2 and Radius from RB1 and vice versa. Clients is connected and is browsing
When i turn of the nat rule on RB1 the client gets disconnected on RB2 as per command - but all browsing stops. This points me to the nat rule Or Natting that is making the trouble.
What can be the problem ? Help would be much appreciated.