packetfence
packetfence copied to clipboard
PFacct not listening on "radius" type interface
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
Duplicate of #5788
This is not a duplicate of issue #5788 since we are purposely only listening to the radius interfaces instead of listening to all.
This seems to be fixed @lzammit can you please verify everything is working.
@lzammit
@lzammit Please verify
@lzammit can I close this?