# in /etc/conf.d/net (this file :]!).
#modules_eth1=( "dhcpcd" )
+modules_eth0=( "dhclient" )
#config_eth1=( "dhcp" )
#dhcp_eth1="release nodns nontp nonis"
#routes_eth0=( "default via 10.12.11.1" );
#config_eth0="10.12.11.2/24 2001:6f8:1db7::1/64"
-config_eth0="10.12.11.2/24"
-routes_eth0="default via 10.12.11.254"
+config_eth0="10.12.11.2/24 2a02:8109:9300:488:5604:a6ff:fe38:99f9/64"
+routes_eth0="default via 10.12.11.254
+default via 2a02:8109:9300:488:a96:d7ff:fe55:4821"
+#config_eth0="dhcp"
+#dhcp_eth0="release nodns nontp nonis"
+fallback_eth0="apipa"
-dns_domain_eth0="brehm-online.com"
-dns_servers_eth0="10.12.11.254"
-dns_search_eth0="home.brehm-online.com home.hennig-berlin.org brehm-online.com hennig-berlin.org uhu-banane.de"
+#dns_domain_eth0="brehm-online.com"
+#dns_servers_eth0="10.12.11.254"
+#dns_search_eth0="home.brehm-online.com home.hennig-berlin.org brehm-online.com hennig-berlin.org uhu-banane.de"
+
+#postup() {
+# if [ "${IFACE}" = "eth0" ] ; then
+# dhclient -6 eth0
+# fi
+#}
# The network scripts are now part of net-misc/netifrc
# In order to avoid sys-apps/openrc-0.12.4 from removing this file, this comment was
# Printer configuration file for CUPS v1.7.1
-# Written by cupsd on 2014-05-23 07:47
+# Written by cupsd on 2014-06-17 00:25
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
<Printer Bla_blub>
UUID urn:uuid:37ccb9f9-f39f-3442-414c-7de19e42748d
#media "-link0 -link1 -link2", "link0 link1";
#reject 192.33.137.209;
+supersede domain-search "home.brehm-online.com" "brehm-online.com" "uhu-banane.de";
+
#alias {
# interface "ep0";
# fixed-address 192.5.5.213;
# rebind 2 2000/1/12 00:00:01;
# expire 2 2000/1/12 00:00:01;
#}
+
+interface "eth0" {
+ supersede domain-search "home.brehm-online.com" "brehm-online.com" "uhu-banane.de";
+}