You are not logged in.
So i've got this arch setup on virtualbox with two network connections. First one a host-only adapter and the second one a nat adapter. I wanted both of them to start up automatically afte boot. So i used
systemctl enable dhcpcd@eth0 (for my host only adapter)
and
systemctl enable dhcpcd@eth1 (for my nat adapter)
However, only the eth0 connection is coming up. The other one doesn't. I can get it to start manually, however, using:
dhcpcd eth1
Any ideas what's going wrong here and how can i fix it? I'd really appreciate some help. Thanking you.
Last edited by Bolt64 (2012-11-29 16:53:17)
Offline
Where do i make the symlinks to and from?
Last edited by Bolt64 (2012-11-26 15:42:18)
Offline
https://bugs.archlinux.org/task/31093
ln -s /usr/lib/systemd/system/dhcpcd@.service /etc/systemd/system/multi-user.target.wants/dhcpcd@eth1.service
Offline
Thanks. That worked for me. Appreciate your help.:)
Offline
Please mark as solved.Thanks.
Offline
Forgive for being such a noob, but how do i mark this as closed?
Offline
Put [SOLVED] in title.
Offline