Livejournal
Log in
Post
Friends
My journal
grangerx
Linux Networking commands
Jul 16, 2003 16:03
I'm trying to learn linux. It's a real pain. Such is life. See the comments on this entry for useful Linux networking stuffs.
Leave a comment
Comments 2
lspci - list all PCI devices
grangerx
July 16 2003, 13:06:31 UTC
useful when trying to figure out what network cards are in a machine running linux. It basically retrieves all data about the PCI bus devices and displays them in a terminal window.
Reply
Location of interface configuration files
grangerx
July 16 2003, 13:39:53 UTC
/etc/sysconfig/network-scripts
files of import:
ifcfg-eth* (dhcp/ip-address config for each nic)
ifup (command to bring up "named" nic)
/etc/modules.conf - contains aliases for eth* cards
Reply
Leave a comment
Up
Comments 2
Reply
files of import:
ifcfg-eth* (dhcp/ip-address config for each nic)
ifup (command to bring up "named" nic)
/etc/modules.conf - contains aliases for eth* cards
Reply
Leave a comment