-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Milestone
Description
Config:
[interface ens224.147]
enforcement=inlinel2
ip=172.21.147.1
type=internal,radius
mask=255.255.255.0
Expected behavior: having a radius authentication and accounting process listening
With PFacct:
[root@pf-testing pf]# netstat -nlp | grep 1813
udp 0 0 192.168.126.110:1813 0.0.0.0:* 2290/pfacct
[root@pf-testing pf]# netstat -nlp | grep 1812
udp 0 0 127.0.0.1:18121 0.0.0.0:* 11062/radiusd
udp 0 0 192.168.126.110:1812 0.0.0.0:* 11062/radiusd
udp 0 0 172.21.147.1:1812 0.0.0.0:* 11062/radiusd
With radius-acct:
[root@pf-testing pf]# netstat -nlp | grep 1812
udp 0 0 127.0.0.1:18121 0.0.0.0:* 12011/radiusd
udp 0 0 127.0.0.1:18122 0.0.0.0:* 12090/radiusd
udp 0 0 192.168.126.110:1812 0.0.0.0:* 12011/radiusd
udp 0 0 172.21.147.1:1812 0.0.0.0:* 12011/radiusd
[root@pf-testing pf]# netstat -nlp | grep 1813
udp 0 0 192.168.126.110:1813 0.0.0.0:* 12090/radiusd
udp 0 0 172.21.147.1:1813 0.0.0.0:* 12090/radiusd