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

Can not create bridged Wifi hotspot #436

Open
edgean opened this issue Oct 18, 2024 · 0 comments
Open

Can not create bridged Wifi hotspot #436

edgean opened this issue Oct 18, 2024 · 0 comments

Comments

@edgean
Copy link

edgean commented Oct 18, 2024

Describe the bug
Laptop with Ethernet and Wifi interface, establish nat wifi spot using default configure is successful, but when I want to create bridge wifi hotspot through the command:

root@thinkpad:/etc# create_ap -m bridge wlp3s0 enp0s31f6 amdc2 20241212
Config dir: /tmp/create_ap.wlp3s0.conf.UJ3BWNAf
PID: 70025
Network Manager found, set ap0 as unmanaged device... DONE
Creating a virtual WiFi interface... ap0 created.
Sharing Internet using method: bridge
Create a bridge interface... Error: Nexthop has invalid gateway.

Doing cleanup.. done
root@thinkpad:/etc# cat /tmp/create_ap.wlp3s0.conf.UJ3BWNAf
cat: /tmp/create_ap.wlp3s0.conf.UJ3BWNAf: No such file or directory
root@thinkpad:/etc# create_ap -m bridge wlp3s0 amdc2 20241212
ERROR: 'amdc2' is not an interface
root@thinkpad:/etc# create_ap -m bridge wlp3s0 enp0s31f6 amdc2 20241212
Config dir: /tmp/create_ap.wlp3s0.conf.T0qXrmq6
PID: 107737
Network Manager found, set ap0 as unmanaged device... DONE
Creating a virtual WiFi interface... ap0 created.
Sharing Internet using method: bridge
Create a bridge interface... Error: Nexthop has invalid gateway.

Doing cleanup.. done
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu]
  • Version [e.g. 18.04]

Additional context
Add any other context about the problem here.

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