You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrtg opens a udp port on all interfaces, this is security concern:
service mrtg_daemon onestart
sockstat -46L | grep mrtg
mrtg perl 634 4 udp4 *:36768 :
Is it possible to bind mrtg to 127.0.0.1 , for security reasons ?
The text was updated successfully, but these errors were encountered:
mrtg opens a udp port on all interfaces, this is security concern:
service mrtg_daemon onestart
sockstat -46L | grep mrtg
mrtg perl 634 4 udp4 *:36768 :
Is it possible to bind mrtg to 127.0.0.1 , for security reasons ?
The text was updated successfully, but these errors were encountered: