sudo service xx_net start -allow_remote 后,局域网其它电脑想开启配置,400,怎么确认配置已经运行。
root@openclaw:/home/user/XX-Net# curl -I http://wwww.baidu.com
HTTP/1.1 301 Moved Permanently
Location: https://www.baidu.com/
Date: Mon, 16 Mar 2026 16:27:54 GMT
Content-Type: text/plain; charset=utf-8
root@openclaw:/home/user/XX-Net# curl -I http://wwww.google.com
curl: (6) Could not resolve host: wwww.google.com
root@openclaw:/home/user/XX-Net#
root@openclaw:/home/user/XX-Net# ./start
bash: ./start: Permission denied
root@openclaw:/home/user/XX-Net# sudo ./start -allow_remote
sudo: ./start: command not found
root@openclaw:/home/user/XX-Net# sudo ./start
sudo: ./start: command not found
root@openclaw:/home/user/XX-Net# sudo service xx_net start
root@openclaw:/home/user/XX-Net# sudo service xx_net status
● xx_net.service - LSB: Monitor for xx_net activity
Loaded: loaded (/etc/init.d/xx_net; generated)
Active: active (exited) since Tue 2026-03-17 00:17:00 CST; 12min ago
Invocation: 735489b07ca34df29a7b0a52d33fdb93
Docs: man:systemd-sysv-generator(8)
Process: 3900 ExecStart=/etc/init.d/xx_net start (code=exited, status=0/SUCCESS)
CPU: 30ms
Mar 17 00:17:00 openclaw systemd[1]: Starting xx_net.service - LSB: Monitor for xx_net activity...
Mar 17 00:17:00 openclaw xx_net[3900]: Starting XX-Net proxy server: xx_net.
Mar 17 00:17:00 openclaw systemd[1]: Started xx_net.service - LSB: Monitor for xx_net activity.
root@openclaw:/home/user/XX-Net#
sudo service xx_net start -allow_remote 后,局域网其它电脑想开启配置,400,怎么确认配置已经运行。
root@openclaw:/home/user/XX-Net# curl -I http://wwww.baidu.com
HTTP/1.1 301 Moved Permanently
Location: https://www.baidu.com/
Date: Mon, 16 Mar 2026 16:27:54 GMT
Content-Type: text/plain; charset=utf-8
root@openclaw:/home/user/XX-Net# curl -I http://wwww.google.com
curl: (6) Could not resolve host: wwww.google.com
root@openclaw:/home/user/XX-Net#
root@openclaw:/home/user/XX-Net# ./start
bash: ./start: Permission denied
root@openclaw:/home/user/XX-Net# sudo ./start -allow_remote
sudo: ./start: command not found
root@openclaw:/home/user/XX-Net# sudo ./start
sudo: ./start: command not found
root@openclaw:/home/user/XX-Net# sudo service xx_net start
root@openclaw:/home/user/XX-Net# sudo service xx_net status
● xx_net.service - LSB: Monitor for xx_net activity
Loaded: loaded (/etc/init.d/xx_net; generated)
Active: active (exited) since Tue 2026-03-17 00:17:00 CST; 12min ago
Invocation: 735489b07ca34df29a7b0a52d33fdb93
Docs: man:systemd-sysv-generator(8)
Process: 3900 ExecStart=/etc/init.d/xx_net start (code=exited, status=0/SUCCESS)
CPU: 30ms
Mar 17 00:17:00 openclaw systemd[1]: Starting xx_net.service - LSB: Monitor for xx_net activity...
Mar 17 00:17:00 openclaw xx_net[3900]: Starting XX-Net proxy server: xx_net.
Mar 17 00:17:00 openclaw systemd[1]: Started xx_net.service - LSB: Monitor for xx_net activity.
root@openclaw:/home/user/XX-Net#