packetfence icon indicating copy to clipboard operation
packetfence copied to clipboard

PFacct not listening on "radius" type interface

Open lzammit opened this issue 4 years ago • 6 comments

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

lzammit avatar Oct 20 '20 16:10 lzammit

Duplicate of #5788

nqb avatar Oct 21 '20 06:10 nqb

This is not a duplicate of issue #5788 since we are purposely only listening to the radius interfaces instead of listening to all.

jrouzierinverse avatar Oct 21 '20 14:10 jrouzierinverse

This seems to be fixed @lzammit can you please verify everything is working.

jrouzierinverse avatar Oct 30 '20 11:10 jrouzierinverse

@lzammit

jrouzierinverse avatar Feb 15 '22 20:02 jrouzierinverse

@lzammit Please verify

jrouzierinverse avatar Feb 15 '22 20:02 jrouzierinverse

@lzammit can I close this?

jrouzierinverse avatar Aug 09 '22 18:08 jrouzierinverse