April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

RHEL 7 minimal install

1. during installation prompt, insert net.ifnames=0 to disable consistent network device naming

rehel7-1

2. after first reboot of installation:

rhel7-2

3. enable normal ethx interface name and disable ipv6
vi /etc/default/grub
add net.ifnames=0,ipv6.disable=1 to GRUB_CMDLINE_LINUX line

grub2-mkconfig -o /boot/grub2/grub.cfg

4. disable UTC
vi /etc/adjtime
change UTC to LOCAl

5. disable selinux
vi /etc/sysconfig/selinux
SELINUX=disabled

6. disable firewall
systemctl stop firewalld
systemctl disable firewalld

7. yum -y install net-tools
systemctl stop NetworkManager
systemctl disable NetworkManager
systemctl restart network
chkconfig network on
ifconfig

8. reboot

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>