ralphy wrote: 
> Using soa-web r38.bf70aa7-1 the domain field is repopulated.  If I make
> changes to the static section and click interface down/interface up,
> only the 1st dns entry is written to /etc/resolv.conf, none of the other
> fields.
> 
> > 
Code:
--------------------
  >   > cat /etc/resolv.conf
  > # This file is managed by systemd-resolved(8). Do not edit.
  > #
  > # Third party programs must not access this file directly, but
  > # only through the symlink at /etc/resolv.conf. To manage
  > # resolv.conf(5) in a different way, replace the symlink by a
  > # static file or a different symlink.
  > 
  > nameserver 192.168.100.1
--------------------
> > 
> 
> I have to reboot before all fields are written, which is fine if
> that's the intended behaviour.
> 
> > 
Code:
--------------------
  >   > # cat /etc/resolv.conf
  > # Generated by resolvconf
  > domain dap.ca
  > nameserver 192.168.100.1
  > nameserver 192.168.100.252
  > 
--------------------
> > 
> 
> Note the different comments at the top of resolv.conf. The 1st one is
> after an interface down/up the 2nd is after a save and reboot.

These entries are written to /etc/resolv.conf by the arch linux network
services - controlled by netctl.  All I am doing is editing the
configuration file for the interface - e.g /etc/netctl/eth0.  Doing
interface updown then does netctl stop, netctl start for the interface. 
If anyone has advise on anything extra to run after this to update the
dns config then happy to test it...


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to