Open georgetian3 opened 2 years ago
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?
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
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?