Displaying 4 results from an estimated 4 matches for "dhcp_client_id".
2020 May 22
1
HW/MAC addr vs client id vs ...
Hello,
when booting using dhcp, some OS-es use their MAC addr, some, when
getting an IP with DHCP use a client id, sometimes? it's 01M+MAC,
sometimes it is a quite long string, similar to UUIDs.
For example some Ubuntu version? sends out their DHCP client id as
01+MAC, similar to windows machines.
Is there a way in Centos/RHEL, to 'configure' that?? (Cisco equipment is
kind of
2011 Nov 29
4
DHCP_HOSTNAME in ifcfg-eth0
Hello
Is there a way for the dhcp client to send the current host name of the
machine when requesting a lease ?
Currently I have to include a line like
DHCP_HOSTNAME=appserver2
in my /etc/sysconfig/network-scripts/ifcfg-eth0, but I would like to
tell the dhcp client to just 'also send the hostname' and then the
client to get the current hostname itself, instead of having the name
2020 Apr 29
2
Diagnosing IPv6 routing
...LAN config, ifcfg-em1:
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6_DEFROUTE=no
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=em1
UUID=fbf59f72-2d60-4dd3-8870-c14a1acb4337
DEVICE=em1
ONBOOT=yes
DHCP_CLIENT_ID=saruman
IPV6_PRIVACY=no
ZONE=internal
IPADDR=10.169.1.128
PREFIX=9
IPV6ADDR=2001:1890:1837:5B11::100/60
WAN config, ifcfg-em2:
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
I...
2020 Apr 28
3
Diagnosing IPv6 routing
On 4/28/2020 3:17 PM, Chris Adams wrote:
> - gateway sends a router solicitation and gets a router advertisement
> with "stateful config" set, which tells gateway to do DHCPv6 (but
> default route comes from RA)
I'm not seeing any outbound IPv6 traffic from my CentOS 7 box on the WAN
interface. I do see RA's emitting from the LAN interface, from radvd. Is
there