Misc Flashcards
1
Q
location of system-wide settings: i.e. hostname, gateway, enabled|
disabled
A
/etc/sysconfig/network
2
Q
system-config-network’ tool controls this directory.
A
/etc/sysconfig/networking
3
Q
which system-config-network would produce what path?
A
/usr/sbin/system-config-network
4
Q
ifconfig network scripts reside where?
A
/etc/sysconfig/network-scripts
5
Q
ifconfig command to set a static virtual (sub) interface with ip and netmask
A
ifconfig eth0:1 192.168.75.22 netmask 255.255.255.0
6
Q
remove a sub interface
A
ifconfig eth0:3 del 192.168.75.24