Hi everyone, I've tried setting my wireless network up manually and it has worked but eventually it disconnected, so I tried Wicd and Netcfg but I had no success.
EVN: F13, dhclient-4.1.1-15.fc13.i686
--------
My public interface (eth0) successfully gets a *real* public IP address from my ISP DHCP server; HOWEVER.....here's the issue:
- Valid public IP that the dhcp client gets from ISP is on 174.97.216.0
network.
I would like to boot an Arch Linux instance using LXC.
I have archbang installation. I have DSL internet connection. I have dual boot windows 7 and archbang linux and google chrome browser. My internet works good on windows where as it is very slow on archbang.I have checked log erros.log in /var/log.
This didn't help much.Now I have following status for eth0 and eno1eth0
dhcpcd@eth0.service - dhcpcd on eth0
Loaded: loaded (/usr/lib/systemd/system/dhcpcd@.service; enabled)
Active: failed (Result: exit-code) since Thu 2013-05-09 11:23:52 CEST; 1min 31s ago
Process: 350 ExecStart=/usr/sbin/dhcpcd -q -w %I (code=exited, status=1/FAILURE)
May 09 11:23:52 sunshine systemd[1]: dhcpcd@et
I want to watch my network for DHCP servers, so I use dhcpcd -T $interface to dump the response of the DHCP server. How do I tell dhcpcd to display all the responses (normally the official dhcp server is the fastest one but I want to capture for other, slower ones)
Thanks in advance
After my ISP read this Topic's posts they pointed me at link where it says I should comment the line noipv4ll in my /etc/dhcpcd.conf and I did it.Now I have different systemctl status of dhcpcd@eth0 which is, I hope, a good sign:[ibrahim@broislinux ~]$ sudo systemctl status dhcpcd@eth0
[sudo] password for ibrahim:
dhcpcd@eth0.service - dhcpcd on eth0
Loaded: loaded (/usr/lib/systemd/sys
I am using latest Arch Linux. But whenever I start my PC, it sometimes gets an IP address but most of the time, it gives me stress. I am getting very confused, how can I make sure it is really setting DHCP IP?
This is what I have:
In rc.conf:
DAEMONS=( ...
I'm trying to understand how dhcp for IPv4 is used with bridging.
eth0 is configured to be in br0. This is working just fine but only br0 gets a dhcp lease, while eth0 doesn't. Both are configured with BOOTPROTO=dhcp. If anything, I would have expected eth0 to have the IP address and br0 as a "layer 2 device" to have none, not the other way around.
Any suggestion would be greatly appreciated.