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

Unterstützung für dns-nameservers in interfaces #129

Open
runningman84 opened this issue Aug 4, 2017 · 1 comment
Open

Unterstützung für dns-nameservers in interfaces #129

runningman84 opened this issue Aug 4, 2017 · 1 comment

Comments

@runningman84
Copy link

Meine /etc/network/interfaces sah vor der yahm Installation so aus:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address  192.168.178.12
    netmask  255.255.255.0
    gateway  192.168.178.1
    dns-nameservers 192.168.178.11

allow-hotplug wlan0
iface wlan0 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

allow-hotplug wlan1
iface wlan1 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Daraus machte der yahm-ui installer folgendes:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

iface eth0 inet manual

allow-hotplug wlan0
iface wlan0 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

allow-hotplug wlan1
iface wlan1 inet manual
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

#iface yahmbr0 inet dhcp

auto yahmbr0
iface yahmbr0 inet static
    address  192.168.178.12
    netmask  255.255.255.0
    gateway  192.168.178.1
    bridge_ports eth0

Da der nameserver Eintrag verschwunden war hatte meine Maschine danach keine funktionierende DNS-Auflösung mehr. Bitte nehmt diesen Eintrag einfach mit beim Umbau der Datei...

@leonsio
Copy link
Owner

leonsio commented Aug 20, 2017

eigentlich sollten die dns-nameservers mitübernommen werden ;(
ich schaue mir die tage das an, kann aber etwas dauern

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