Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start tunnel when the firewalld is running #477

Open
felixruan opened this issue Sep 13, 2024 · 0 comments
Open

Failed to start tunnel when the firewalld is running #477

felixruan opened this issue Sep 13, 2024 · 0 comments

Comments

@felixruan
Copy link
Contributor

felixruan commented Sep 13, 2024

debian linux: apt-get install firewalld

root@debian:~# firewall-cmd --state
running

root@debian:~# ./go-ios tunnel start --nojson
WARN[0000] go-ios agent is not running. You might need to start it with 'ios tunnel start' for ios17+. Use ENABLE_GO_IOS_AGENT=yes for experimental daemon mode.
INFO[0000] no udid specified using first device in list udid=xxx
INFO[0000] Tunnel server started
INFO[0001] start tunnel udid=xxx
INFO[0001] ManualPairAndConnectToTunnel: starting manual pairing and tunnel connection, dont forget to stop remoted first with 'sudo pkill -SIGSTOP remoted' and run this with sudo.
WARN[0011] failed to start tunnel error="ManualPairAndConnectToTunnel: failed to find device ethernet interface: context deadline exceeded" udid=xxx
INFO[0011] start tunnel udid=xxx
INFO[0011] ManualPairAndConnectToTunnel: starting manual pairing and tunnel connection, dont forget to stop remoted first with 'sudo pkill -SIGSTOP remoted' and run this with sudo.
WARN[0021] failed to start tunnel error="ManualPairAndConnectToTunnel: failed to find device ethernet interface: context deadline exceeded" udid=xxx
INFO[0021] start tunnel udid=xxx
INFO[0021] ManualPairAndConnectToTunnel: starting manual pairing and tunnel connection, dont forget to stop remoted first with 'sudo pkill -SIGSTOP remoted' and run this with sudo.
WARN[0031] failed to start tunnel error="ManualPairAndConnectToTunnel: failed to find device ethernet interface: context deadline exceeded" udid=xxx
INFO[0031] start tunnel udid=xxx

How to reslove this issue? If I stop the firewalld, it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant