<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">On my Arch Linux ARM system, everything can be set in /etc/network.d/wired-eth0.  By default, the version of /etc/network.d/wired-eth0 is for DHCP.  I switched that to the version for a fixed IP address first:<div><br></div><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"># cd /etc/network.d</font></div><div><font class="Apple-style-span" color="#000000"># mv wired-eth0{,.orig}</font></div><div><font class="Apple-style-span" color="#000000"># cp examples/ethernet-static ./wired-eth0</font></div></blockquote><div><br></div><div>Then I customized it for my system (IPv4 only):</div><br><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"># vi /etc/network.d/wired-eth0</font></div></blockquote><br><blockquote type="cite"><div># Set DECnet MAC address for host address 54.147, ALLMULTI</div><div><font class="Apple-style-span" color="#000000">PRE_UP='ip link set eth0 address AA:00:04:00:93:D8 allmulticast on'</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">CONNECTION='ethernet'</font></div><div><font class="Apple-style-span" color="#000000">DESCRIPTION='A basic static ethernet connection using iproute'</font></div><div><font class="Apple-style-span" color="#000000">INTERFACE='eth0'</font></div><div><font class="Apple-style-span" color="#000000">IP='static'</font></div><div><font class="Apple-style-span" color="#000000">ADDR='130.118.44.225'</font></div><div><font class="Apple-style-span" color="#000000">NETMASK='255.255.252.0'</font></div><div><font class="Apple-style-span" color="#000000">#ROUTES=('192.168.0.0/24 via 192.168.1.2')</font></div><div><font class="Apple-style-span" color="#000000">GATEWAY='130.118.44.1'</font></div><div><font class="Apple-style-span" color="#000000">HOSTNAME='sheeva'</font></div><div><font class="Apple-style-span" color="#000000">DNS=('130.118.4.2 130.118.4.7')</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">## For IPv6 autoconfiguration</font></div><div><font class="Apple-style-span" color="#000000">#IP6=stateless</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">## For IPv6 static address configuration</font></div><div><font class="Apple-style-span" color="#000000">#IP6='static'</font></div><div><font class="Apple-style-span" color="#000000">#ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')</font></div><div><font class="Apple-style-span" color="#000000">#ROUTES6=('abcd::1234')</font></div><div><font class="Apple-style-span" color="#000000">#GATEWAY6='1234:0:123::abcd'</font></div></blockquote><div><div><br></div></div><div>
Larry Baker<br>US Geological Survey<br>650-329-5608<br><a href="mailto:baker@usgs.gov">baker@usgs.gov</a><br><br><br>
</div>
<br><div><div>On 10 Feb 2013, at 11:41 AM, Adam Nielsen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi all,<br><br>I have just switched my Arch Linux machine to systemd and it mostly works, but I'm encountering a few issues.<br><br>For one, all my NFS mounts are failing, and it seems to be because I have granted permission via domain name, and since switching to systemd my machine no longer has a domain name, so I'm getting access denied errors:<br><br>$ cat /etc/hostname<br>korath<br><br>$ hostname<br>korath<br><br>$ hostname -s<br>localhost<br><br>$ hostname -f<br>localhost.localdomain<br><br>Why is the short name being reported as localhost?  How can I change the domain to my actual domain name instead of "localdomain"?  According to all the documentation, the domain name should not be specified in /etc/hostname - so where should it go?<br><br>Many thanks,<br>Adam.<br><br>_______________________________________________<br>systemd-devel mailing list<br><a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a><br>http://lists.freedesktop.org/mailman/listinfo/systemd-devel<br></div></blockquote></div><br></div></body></html>