You are not logged in.
Pages: 1
I want to use network profiles in rc.conf. I did this:
NET_PROFILES=(doma-koleje)
DAEMONS=(syslog-ng hal ipw3945d network cpufreq netfs crond !slim kdm keytouch bluetooth cups net-profiles)
and in /etc/network-profiles i have doma-koleje:
CONNECTION="ethernet"
DESCRIPTION="Pripojeni doma pres kabel nebo na kolejich, dhcp"
INTERFACE=eth0
IP="dhcp"
DHCP_TIMEOUT=15
If I use manual way (netcfg2 doma-koleje) it works, but the network is not set while arch boots. What I did wrong?
Offline
I want to use network profiles in rc.conf. I did this:
NET_PROFILES=(doma-koleje)
DAEMONS=(syslog-ng hal ipw3945d network cpufreq netfs crond !slim kdm keytouch bluetooth cups net-profiles)
and in /etc/network-profiles i have doma-koleje:
CONNECTION="ethernet" DESCRIPTION="Pripojeni doma pres kabel nebo na kolejich, dhcp" INTERFACE=eth0 IP="dhcp" DHCP_TIMEOUT=15
If I use manual way (netcfg2 doma-koleje) it works, but the network is not set while arch boots. What I did wrong?
change
NET_PROFILES=(doma-koleje)
to
NETWORKS=(doma-koleje)
btw, you can also remove network from your daemons now and your profile should be in /etc/network.d/
Offline
Pages: 1