search for: dhcpc

Displaying 10 results from an estimated 10 matches for "dhcpc".

Did you mean: dhcp
1998 Mar 09
1
*sigh* another RH5 /tmp problem
RedHat 5, when using dhcp to configure the interface calls a script called "ifdhcpc-done" to be executed after a dhcp interface is configured. At the end of the process it updates resolv.conf: if [ -f /etc/dhcpc/resolv.conf ]; then echo "setting up resolv.conf" >> /tmp/dhcplog cp /etc/dhcpc/resolv.conf /etc fi There is no protection against the...
2013 Aug 21
2
Problem with DHCP and default route in CentOS
I have a CentOS 6.4 VM that is getting its DHCP information from dnsmasq (a libvirt instance). However, it is not applying the routing information. Attached is a tcpdump of the dhcpc output. You'll see: Default-Gateway Option 3, length 4: 192.168.122.1 However, when I run 'route -n', I get: # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.122.0 0.0.0.0 255.255.255.0 U...
2002 Jul 27
2
dhclient
does anyone have dhclient-script (isc''s dhcpc v3) for iproute2? i have ported most of it, but how do i remove aliases with the ip command? Best regards, Alejandro Mery _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2018 Feb 06
2
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...and the libguestfs mailing list (once the user takes the obligatory troubleshooting trip to discover the source of the problem). In this case the initial symptom was "a guest that was never logged into by a human was failing an automated test". There were several steps from there to "dhcpc was failing to get an IP address due to bad selinux labels", and then learning via IRC that the labels were incorrect because extra packages are installed with the image mounted on the libguestfs appliance, which runs with selinux disabled. What is preventing virt-builder from automatically m...
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?
2002 Jul 28
0
Samba connection problem btw RH7.3 and WinME
...grams # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost M20 /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost.localdomain /etc/sysconfig/network-scripts/ifcfg-eth0 [root@localhost root]# DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes /etc/dhcpc/dhcpcd-eth0.info IPADDR=218.188.33.13 NETMASK=255.255.254.0 NETWORK=218.188.32.0 BROADCAST=218.188.33.255 GATEWAY=218.188.32.1 DNS=210.0.144.66,210.0.144.26 DHCPSID=192.168.252.202 DHCPGIADDR=218.188.32.1 DHCPSIADDR=192.168.252.202 DHCPCHADDR=00:50:FC:39:3B:59 DHCPSHADDR=00:02:85:1B:BD:60 DHCPSNAM...
2006 Aug 04
2
Can you explain me this behaviour please?
Hi, I found a behaviour of rsync I cannot explain. 1) rsync -vaS --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ 2) rsync -vaS --relative --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ I sync most of one server to another as a fallback server. I had the relative option first (dont know anymore why), then
2018 Feb 07
0
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...ailing list (once the user takes the obligatory > troubleshooting trip to discover the source of the problem). In this > case the initial symptom was "a guest that was never logged into by a > human was failing an automated test". There were several steps from > there to "dhcpc was failing to get an IP address due to bad selinux > labels", and then learning via IRC that the labels were incorrect > because extra packages are installed with the image mounted on the > libguestfs appliance, which runs with selinux disabled. > > What is preventing virt-bui...
2005 Jan 02
5
Xen0 crash dump (/dev/ram0 root) possibly of interest
I''m continuing to work on making a new XenCD as previously discussed here. In the course of that work, I''ve generated (actually, currently stuck on) the enclosed crash dump. Thought I''d forward it for interest. To head off questions, you''ll see references to a very large initrd (~114 Mb). The Xen dump may or not be related to this unusual usage.
2006 Mar 14
1
iptables+iproute problem
...ase is renewed. # # NOTE #1: Some DHCP clients like the original "pump" (the newer # versions have been fixed) did NOT have the ability to run # scripts after a lease-renew. Because of this, you need to # replace it with something like "dhcpcd" or "dhclient". # # NOTE #2: The syntax for "dhcpcd" has changed in recent versions. # # Older versions used syntax like: # dhcpcd -c /etc/rc.d/rc.firewall eth0 # # Newer versions execute a file called /etc/dhcpc/dhc...