Managing multiple network interface cards in Red Hat Fedora Core 9 Codename Sulphur

26 August, 2008 (02:56) | Installing Red Hat Fedora Core 9, Networking | By: redhatfedoracore

Managing multiple network interface cards in Red Hat Fedora Core 9

If you have multiple IP addresses and don’t use Dynamic Host Configuration Protocol (DHCP) then this post might be for you.  Try running dhclient eth0, as root, to use DHCP instead of a using a manual network configuration in Red Hat Fedora Core 9.

  • route
    • Outputs the Kernel IP routing table.
  • route add default gw 192.168.0.1
    • Add default gateway, usually address of hardware router.
  • /etc/resolv.conf
    • Nameserver config, where to put your DNS server entries.
    • Add this to /etc/resolv.conf
      • nameserver 192.168.0.1

Write a comment