red hat 簡單網路設定

來源:互聯網
上載者:User
把一台主機加入本網的基本步驟是:

    分配唯一的 IP 位址和主機名稱;
    設定新主機在啟動時配置它的網路介面;
    設定一條預設路由,或許還有更多的路由配置;
    指向一台 DNS 名字伺服器,允許對 Internet 其他部分的訪問。

1. 分配主機名稱和 IP 位址
編輯 /etc/hosts 檔案
127.0.0.1 localhost.localdomain hostname.localdomain localhost hostname
10.1.8.176 hostname.localdomain

2. 配置網路介面
ifconfig eth0 10.1.8.176 netmask 255.255.255.0 broadcast 10.1.8.255 up
用 netstat -i 找到介面名
用 /sbin/ifconfig eth0 查看介面配置

3. 配置路由
route add -net 10.1.8.0 netmask 255.255.255.0 gw 10.1.8.1 eth0
route add default gw 10.1.8.1 eth0
用 netstat -nr 查看路由配置

4. 配置 DNS
編輯檔案 /etc/resolv.conf
nameserver 10.1.9.11
nameserver 211.98.2.4
最多有三個 nameserver 項
查看服務開關檔案 /etc/nsswitch.conf 和 /etc/host.conf,確定網域名稱解析順序

大多數應用都與 libc6 串連,libc6 使用 BIND 的解析器和 nsswitch.conf 檔案。少數比較老的應用與 libc4 或者 libc5 串連,它們使用 /etc/host.conf 檔案

 

服務開關檔案預設值

開 關 文 件 主機名稱尋找的預設設定
/etc/nsswitch.conf files nisplus nis dns
/etc/host.conf hosts,bind

Red Hat 網路設定檔

文    件 設 置 內 容
/etc/sysconfig/network 主機名稱、預設路由
/etc/sysconfig/static-routes 靜態路由
/etc/sysconfig/network-scripts/ifcfg-ifname IP地址、網路遮罩、每個介面的廣播位址

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.