hello, does setting method=shared successfully shared the internet access for you? And now you are looking for a way to assign a static IP to the device you want to share the internet access to?
Hi! Just to be sure I understood correctly, you have one device connected to the internet through LAN. And you want to use that device as a hotspot for another device right? Then, for the device connected through LAN, you set the ipv4 config ip to 192.168.1.64 and gateway to: 192.168.1.1 . So which is the static IP you want to set now?
Hi there, I think I understand what you’re asking, in which case you can set the IP address on the shared interface with the normal address1 parameter in the ipv4 section. I’d expect your config then to look something like:
This way the Fin would use the IP address 192.168.1.1 (rather than the default 10.42.x.0/24 address) for the shared interface eth0 and you’d be able to set your connected device to use 192.168.1.64 with gateway 192.168.1.1 and that should work fine.