Skip to content

RHEL系(CentOS/AlmaLinux/Rocky Linux.....)IPv6+DHCP配置文件

Notifications You must be signed in to change notification settings

JasonHe/RHEL_IPv6_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RHEL_IPv6_config

RHEL系(CentOS/AlmaLinux/Rocky Linux.....)IPv6+DHCP配置文件 目前仅在甲骨文过(请确认网卡名称为eth0),其他云厂商不保证可用性,请使用如下命令获取IPv6+DHCP

# 7.0+
yum install wget -y && wget -O /etc/sysconfig/network-scripts/ifcfg-eth0 https://github.com/JasonHe/RHEL_IPv6_config/raw/main/ifcfg-eth0 && systemctl restart network

# 8.0+
yum install wget -y && wget -O /etc/sysconfig/network-scripts/ifcfg-eth0 https://github.com/JasonHe/RHEL_IPv6_config/raw/main/ifcfg-eth0 && nmcli c reload

About

RHEL系(CentOS/AlmaLinux/Rocky Linux.....)IPv6+DHCP配置文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published