Difference between revisions of "Centos7-RHEL9"

From neil.tappsville.com
Jump to navigationJump to search
m
m
Line 15: Line 15:
 
<code>/etc/sysconfig/network-scripts/route-eth0</code>
 
<code>/etc/sysconfig/network-scripts/route-eth0</code>
 
   172.16.5.0/24 via 10.0.0.101 dev eth0
 
   172.16.5.0/24 via 10.0.0.101 dev eth0
 +
 +
== Screen ==
 +
Terminal multiplexer.
 +
 +
Start a 'window'  <code>screen</code>  To exit <code> ctrl + a , d</code>

Revision as of 00:11, 4 October 2019

Interfaces

 vi /etc/sysconfig/network-scripts/ifcfg-eth0

VM interfaces

VMWare interfaces are created in the following order

  • ens192
  • ens224
  • ens256
  • ens161

Static Routes

Temporary ip route add 172.16.5.0/24 via 10.0.0.101 dev eth0

/etc/sysconfig/network-scripts/route-eth0

 172.16.5.0/24 via 10.0.0.101 dev eth0

Screen

Terminal multiplexer.

Start a 'window' screen To exit ctrl + a , d