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

How to give connected devices unique IPs? #35

Open
georgetian3 opened this issue Apr 3, 2022 · 1 comment
Open

How to give connected devices unique IPs? #35

georgetian3 opened this issue Apr 3, 2022 · 1 comment

Comments

@georgetian3
Copy link

I currently am using a Linux server as a WiFi hotspot using the following command:

lnxrouter --ap myaccesspoint -p mypassword --no-virt

However, the public IP address on any device that is connected to the internet through the server has the same IP as the server, whereas I was hoping that all my devices would have their own public IP.

How can I achieve this?

@garywill
Copy link
Owner

garywill commented Apr 3, 2022

You need bridge method I think. Sadly currently this script can't, it can only do NAT.
Try create_ap https://github.com/oblique/create_ap

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

2 participants