[Experience sharing] uos基础 ipwatchd.conf 查看ip冲检测突工具的配置
Tofloor
poster avatar
行初心
deepin
2025-11-18 19:03
Author

统信桌面操作系统专业版V20(1070)
Linux uos 5.10.97-arm64-desktop

uos基础 ipwatchd.conf 查看ip冲检测突工具的配置

root@uos:~# systemctl status ipwatchd
● ipwatchd.service - LSB: IP conflict detection daemon
   Loaded: loaded (/etc/init.d/ipwatchd; generated)
   Active: active (running) since Mon 2025-11-17 10:23:58 CST; 54min ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 4915)
   Memory: 488.0K
   CGroup: /system.slice/ipwatchd.service
           └─1729 /usr/sbin/ipwatchd -c /etc/ipwatchd.conf

11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Child 1663 belongs to ipwatchd.service.
11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Control process exited, code=exited, status=0/SUCCESS
11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Got final SIGCHLD for state start.
11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Changed start -> running
11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Job 109 ipwatchd.service/start finished, result=done
11月 17 10:23:58 uos systemd[1]: Started LSB: IP conflict detection daemon.
11月 17 10:23:58 uos systemd[1]: ipwatchd.service: Failed to send unit change signal for ipwatchd.service: Connection reset by peer
11月 17 10:24:27 uos systemd[1]: ipwatchd.service: Changed dead -> running
11月 17 10:24:27 uos systemd[1]: ipwatchd.service: Failed to reset devices.allow/devices.deny: No such file or directory
11月 17 10:24:37 uos systemd[1]: ipwatchd.service: Failed to reset devices.allow/devices.deny: No such file or directory


root@uos:~# cat /etc/ipwatchd.conf 
# IPwatchD configuration file
# See ipwatchd.conf(5) for more details

iface_configuration automatic
#iface eth0 active
#iface eth0:0 passive
defend_interval 10
user_script /usr/sbin/ipwatchd-script
syslog_facility daemon

root@uos:~#
Reply Favorite View the author
All Replies
hkent
deepin
2025-11-19 07:56
#1

不忘初心,科普频道开张拉,欢迎订阅。applaud

Reply View the author