Skip to content

PFacct not listening on "radius" type interface #5930

@lzammit

Description

@lzammit

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions