You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or you can assign a second IP to the interface like /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto eth0:1
iface eth0:1 inet static
address 10.10.10.2
netmask 255.255.255.0
We could also use DNSMasq, but it might conflict with netconnectd
DNS resolution
If using DNSMasq, it might interfere with other dhcp services and hostname resolution, but it could be an interesting alternative.
Here is an example config file for dnsmasq
DHCP Fallback
This StackOverflow QA gives an example of a fallback DHCP server if no DHCP server is discovered on the network.
This should allow people to connect directly to the machine without using WiFi.
We could also use DNSMasq, but it might conflict with netconnectd
DNS resolution
If using DNSMasq, it might interfere with other dhcp services and hostname resolution, but it could be an interesting alternative.
Here is an example config file for dnsmasq
Other good related posts:
Automatically Create Hotspot if no Network is Available
Systemd-Networkd
Systemd-resolved
The text was updated successfully, but these errors were encountered: