search for: dhcpcd

Displaying 20 results from an estimated 124 matches for "dhcpcd".

2015 Jul 29
1
[PATCH v2] appliance init: find NIC name for dhcpcd
dhcpcd requires an interface name as parameter to work. We are now getting it from /proc/sys/net/ipv4/conf/ folder children. dhclient on Debian also has the problem, thus use the guessed interface name for it too. --- appliance/init | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a...
2016 Jun 16
4
libguestfs can't communicate over network while creating VM
...Ms in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian template we have in order to create new VM). However according to the log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd comman...
2014 Oct 02
5
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, Richard W.M. Jones wrote: > The script won't fail, but the network won't work. What's the > alternative on SuSE? I think that would be dhcpcd, which is also used by NetworkManager. Olaf
2017 Feb 14
1
dhcpcd.conf
Hi, ran into a problem w/ linode hosted VM where IPv6 address changed after they migrated it to a different host. They claim I can fix it with sed -i 's/slaac private/slaac hwaddr/' /etc/dhcpcd.conf However there appears to be no dhcpcd.conf on any of my CentOS 7 systems. What is the CentOS 7 equivalent?
2015 Jul 28
0
[PATCH 1/2] appliance init: find NIC name for dhcpcd
dhcpcd requires an interface name as parameter to work. We are now getting it from /proc/sys/net/ipv4/conf/ folder children. --- appliance/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index cca62e7..ef18959 100755 --- a/appliance/init +++ b/ap...
2010 Jan 11
1
Bug#564702: [PATCH] rules suggestions for dhcpcd
Package: logcheck Severity: wishlist I'm attaching rules suggestions for dhcpcd as a git patch, and also a sample from my logs. Please review the patch (I can fix any issues with it) and include in logcheck if you like it. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Added-rules-for-dhcpcd.patch URL: <http://li...
2007 Apr 18
0
[Bridge] Re: bridge can't get ip by "dhcpcd br0"
...By default,we hope our bridge device can get ip from both staic and dhcp. > > We can successfully set static ip to br0 by > ifconfig br0 192.168.1.99 netmask 255.255.255.0 up > > But when we try to get ip from dhcp server for br0, > we failed to do this. > [root@localhost /]#dhcpcd br0 > > The bridge device get no ip from dhcpcd server, > and I also use ethereal to listen the traffic on eth1 and eth2, > we found no any dhcp discover packet was sent out. > Only 802.1d (Spanning Tree Protocol) packet was seen. > > I have read all articles on http://bridge...
2005 Jul 27
0
CESA-2005:603-01: Moderate CentOS 2 i386 dhcpcd security update
The following errata for CentOS-2 have been built and uploaded to the centos mirror: RHSA-2005:603-01 Moderate: dhcpcd security update Files available: dhcpcd-1.3.20pl0-2.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John Newbigin Computer System...
2015 Jul 28
4
[PATCH 0/2] Misc fixes
Here are two patches: one fixes the gpg-agent causing unmount to fail after running dnf to install packages. The other ones fixes dhcpcd call in the init program to provide it an interface name. Cédric Bosdonnat (2): appliance init: find NIC name for dhcpcd Make sure gpg-agent is terminated before umount appliance/init | 3 ++- customize/customize_run.ml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -...
2015 Mar 13
2
Re: Name resolution not working inside virt-customize
On 03/13/2015 11:13 AM, Richard W.M. Jones wrote: > > Yes, the log indicates name resolution not working. Please try the > diagnosis steps that I outlined in: > > https://www.redhat.com/archives/libguestfs/2015-March/msg00075.html Sorry, I somehow missed the above message. $ ./run guestfish get-backend direct Here are the outputs of the /dev/tcp test, first doing: $ ./run
2014 Oct 02
2
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, Richard W.M. Jones wrote: > It seems as if it would, from reading the dhcpcd man page .. Looks like the syntax is 'dhcpcd <interface>'. Olaf
2011 Sep 25
8
Unable to get IP address in guest OS through DHCP
Hello, I have a Gentoo Linux guest, which was working very well with the past xm tool stack. Since the migration to xen-4.1.1 and to the new xl tool stack, I have a problem for the IP assignation. Actually, when dhcpcd starts at boot time the IP address is not correctly assigned. This also happens if I perform "dhcpcd eth0" once I''ve accessed to the guest shell. I don''t know what happens, but it always worked with the previous xen tool stack. I use a bridge for the guest OS networking...
2020 Apr 06
2
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
...> > Install Bind9 and upgrade to bind9_dlz, finally install and configure dhcp. That's what I was wondering... I'll do the join first with the internal Samba dns server then upgrade it to bind9_dlz. > There is a lot of difference between Raspbian and Ubuntu, Raspbian uses > dhcpcd and Ubuntu uses netplan for instance. > > If I was doing this (I use my Rpi4 as a Unix domain member), I would > remove dhcpcd and then set a fixed ip the old-school way with > /etc/network/interfaces. My dhcpcd.conf specifies a fixed ip for eth0, but I don't really know how wel...
2017 Sep 22
5
Connecting to internet with USB tethered iphone
I am trying to get a centos 6 system on the internet with a tethered iPhone. I can see the phone with lsusb as bus 001 device 011. A post on stackoverflow said I would need to run "# ip link set usb0 up && dhcpcd usb0" But how do I reference my phone in that command?
2019 Mar 04
2
getent not working after installing firewall
...s > > required for a AD/DC. The DC has been running Samba4 for Active > > Directory for about 4 years and has always done DNS serving for the > > LAN (domain) and DHCP. > > > > > > On Domain Member (labrat) > > > > > > > > # Generated by dhcpcd from eth0.dhcp > > > > # /etc/resolv.conf.head can replace this line > > > > domain hprs.local > > > > nameserver 192.168.0.2 > > > > nameserver 192.168.0.3 > > > > # /etc/resolv.conf.tail can replace this line > > > > > &gt...
2013 Jan 19
0
Cannot get eth0 to work on libvirt-lxc
...ate UP mode DEFAULT qlen 1000 link/ether 02:00:00:00:00:17 brd ff:ff:ff:ff:ff:ff 7: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 --- So, eth0 exists. Now, still in the guest: --- # systemctl start dhcpcd at eth0 A dependency job for dhcpcd at eth0.service failed. See 'journalctl -xn' for details. # journalctl -xn -- Logs begin at Sat 2013-01-19 10:50:45 UTC, end at Sat 2013-01-19 10:56:26 UTC Jan 19 10:54:48 gitolite sudo[38]: pam_unix(sudo:session): session opened for us Jan 19 10:54:48 g...
2016 Jun 16
0
Re: libguestfs can't communicate over network while creating VM
...the process. One with I am struggling with is to signing keys of our custom repository - " > vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package > (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian template we have in order to create new VM). However according to the log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd c...
2016 Jun 15
1
libvirt can't communicate over network while creating VM
...s in the process. One with I am struggling with is to signing keys of our custom repository - " vm.sh("wget -O - " + key_address + " | apt-key add -")" where "vm" is a GuestFS object. So I have set "vm.set_network(True)" and I have installed "dhcpcd5" package (that's whats on Debian Jessie) on both Host OS with KVM running and VM template (because we always copy Debian template we have in order to create new VM). However according to the log libvirt is still complaining that dhcpcd is missing (line 371 in the log). I ran dhcpcd comma...
2014 Oct 02
0
Re: [PATCH v2 1/4] appliance: Use dhclient instead of hard-coding IP address of appliance.
On Thu, Oct 02, 2014 at 01:53:45PM +0200, Olaf Hering wrote: > On Thu, Oct 02, Richard W.M. Jones wrote: > > > The script won't fail, but the network won't work. What's the > > alternative on SuSE? > > I think that would be dhcpcd, which is also used by NetworkManager. It turns out we don't package dhcpcd in Fedora. If we did the following, would it work? if grep -sq guestfs_network=1 /proc/cmdline; then if dhclient --version >/dev/null 2>&1; then dhclient else dhcpcd fi fi It seems as if it w...
2015 Mar 13
0
Re: Name resolution not working inside virt-customize
...." messages should appear). Question is why does /etc/resolv.conf not get created? On Fedora, it is created by dhclient running from appliance/init: https://github.com/libguestfs/libguestfs/blob/master/appliance/init#L88-L94 On Debian/Ubuntu that is supposed to run dhclient if available or dhcpcd if not. Run `./run virt-rescue --network --scratch' on the Ubuntu host and see if: - either dhclient or dhcpcd exists in the appliance - they work when you run them, or if there is an error message - if running one of them creates /etc/resolv.conf I don't see any error in the log fr...