Red Hat: Difference between revisions
Jump to navigation
Jump to search
(Added example config file) |
m (Added Subscriptions) |
||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
See [[Troubleshooting_(Ubuntu)#No_NIC|No NIC]] if you've changed the NIC (eg due to a VMware clone) | See [[Troubleshooting_(Ubuntu)#No_NIC|No NIC]] if you've changed the NIC (eg due to a VMware clone) | ||
== Updates == | |||
* Update server | |||
** <code> yum update </code> | |||
* Get installed package version | |||
** EG <code> rpm -q openssl </code> | |||
== Subscriptions == | |||
subscription-manager list | |||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 13:57, 14 April 2014
Change IP Settings
You need to update the following configuration
- Network interface(s)
- EG for
eth0
update/etc/sysconfig/network-scripts/ifcfg-eth0
- EG for
- Default gateway and hostname
/etc/sysconfig/network
- DNS servers
/etc/resolv.conf
- Restart server networking to apply
/etc/init.d/network restart
Example ifcfg-ethx
file...
DEVICE=eth0 NM_CONTROLLED="yes ONBOOT=yes BOOTPROTO=static PEERDNS=no IPADDR=10.3.0.144 NETMASK=255.255.255.0
See No NIC if you've changed the NIC (eg due to a VMware clone)
Updates
- Update server
yum update
- Get installed package version
- EG
rpm -q openssl
- EG
Subscriptions
subscription-manager list