<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://ssl.webangel.ie/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ssl.webangel.ie/feed.php">
        <title>Opbzil - linux:linux-networking</title>
        <description></description>
        <link>http://ssl.webangel.ie/</link>
        <image rdf:resource="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-28T11:43:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:network-tips&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:nic-identification&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-bonding&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-ifcfg&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-route&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-sysconfig&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:rhel7-networking&amp;rev=1759830220&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Opbzil</title>
        <link>http://ssl.webangel.ie/</link>
        <url>http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:network-tips&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network-tips</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:network-tips&amp;rev=1759830220&amp;do=diff</link>
        <description>Network Tips

Getting IP from Name
dig +short dns.name</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:nic-identification&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nic-identification</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:nic-identification&amp;rev=1759830220&amp;do=diff</link>
        <description>Nic Identification

COmmand used to identify nics is
ethtool -p &#039;nic-name&#039;

This causes the Nic ports to flash</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-bonding&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redhat-bonding</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-bonding&amp;rev=1759830220&amp;do=diff</link>
        <description>Redhat Bonding

Red Hat Enterprise Linux allows administrators to bind multiple network interfaces together into a single channel using the bonding kernel module and a special network interface called a channel bonding interface. Channel bonding enables two or more network interfaces to act as one, simultaneously increasing the bandwidth and providing redundancy.</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-ifcfg&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redhat-ifcfg</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-ifcfg&amp;rev=1759830220&amp;do=diff</link>
        <description>ifcfg-ethX

/etc/sysconfig/network-scripts/ifcfg-ethX
 Option  Variable(s)  Note Standard Options DEVICE  ethX  Device name for NIC  BOOTPROTO  none/bootp/dhcp  For readability reasons, some people use static instead of none  ONBOOT  yes/no  Turn on at boot time/network startup?</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-route&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redhat-route</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-route&amp;rev=1759830220&amp;do=diff</link>
        <description>Redhat Route

route-ethX

/etc/sysconfig/network-scripts/route-ethX

Various startup &amp; control scripts in RHEL expect networking to be setup in a certain way. When it is, failures/stops/starts/restarts/reloads will work smoothly on the server. 

Here is the recommended method for setting up additional network routes;</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-sysconfig&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redhat-sysconfig</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:redhat-sysconfig&amp;rev=1759830220&amp;do=diff</link>
        <description>/etc/sysconfig/network

this is the central config file, not a lot to say about it really, except the usage of the GATEWAYDEV parameter. This param is to be used when multiple network gateways exist on a RHEL server. But in a simple setup, you&#039;d just see GATEWAY=</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:linux-networking:rhel7-networking&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rhel7-networking</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:linux-networking:rhel7-networking&amp;rev=1759830220&amp;do=diff</link>
        <description>RHEL7 Networking

Disable IPv6

 Disable IPv6</description>
    </item>
</rdf:RDF>
