linux-router icon indicating copy to clipboard operation
linux-router copied to clipboard

How to give connected devices unique IPs?

Open georgetian3 opened this issue 2 years ago • 1 comments

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?

georgetian3 avatar Apr 03 '22 08:04 georgetian3

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

garywill avatar Apr 03 '22 11:04 garywill