freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于linux的dhcp服務(wù)器配置畢業(yè)論文(更新版)

2025-01-01 03:38上一頁面

下一頁面
  

【正文】 ccess of the use o f D HC P service has beco me very pop ular. D yna mic Host Allocation Protocol ( DHC P) use has beco me i ncreasingl y impor ta nt. In the actual opera tion, b uilding a D HCP server is also beco ming more co mmo n. Technological develop me nts a nd the use o f D HCP for hos t configura tion para me ters, can e ffec tively address the c urrent shorta ge of IP address resources and user mobility iss ues, a nd ca n greatly red uce the w orkload of a large ne tw ork a d mi nistrators to red uce errors in ma nual ne tw ork co nfi guratio n is cond ucive to rapid to b uild a large ne tw ork or modify their w or k confi guratio n. D HCP server needs to b uild a stable operating s yste m a nd server softw are. A mo ng the co mpetitio n i n the operating s yste m, Linux i n order to free, high e fficienc y, stability, crossplatform fea tures, co mbi ned w ith pow erful adva nta ges of low hardw are require me nts and q uic kly occ upied a number o f o ther co mmercial operating s ys te m mar ket, b ut also also co nti nued to spread a nd develop me nt. The Red hat Li nux operating sys te m, after a period of develop me nt has beco me a major Li nux distribution, more a nd more busi nesses and individuals be ga n to use it for w ork, s tud y a nd recreatio n. A t the sa me ti me , Red Ha t Li nux for D HC P services are also incl uded i n the c urre nt Inter , the mos t pop ular dyna mic IP address allocation server. In this paper, enterprise w or k DHC P server, based o n a step b y step description of the DHCP server build process. Ke ywords: Ente rprise ne tworks。其客戶端都采用 w indow s 系統(tǒng),便于員工的操作。 企業(yè)網(wǎng) 中 使用 DHCP 服務(wù)器 大大 縮短 了配置 或重 新配 置網(wǎng)絡(luò) 中工作站所花費(fèi)的時(shí)間,同時(shí)通過對(duì) DHCP 服務(wù)器 的設(shè)置可靈活的設(shè)置地址的 租期。在網(wǎng)絡(luò)中接收到DHC Pdiscover 發(fā)現(xiàn)信息的 DH CP 服務(wù)器都 會(huì)做出響應(yīng),它從尚未出租 的IP 地址中挑選一個(gè)分配給 D HCP 客戶機(jī),向 D HCP 客戶機(jī)發(fā)送一個(gè)包含出租的 IP 地址和其他設(shè)置的 DHCPoffer 提供信息 , 如圖 。以后 DH CP 客戶 機(jī)每次重新登 錄網(wǎng)絡(luò)時(shí),就不需要再發(fā)送 DHCPdiscover 發(fā)現(xiàn)信息了,而是直接發(fā)送包含前一次所分配的 IP 地址的 DHCPreq uest 請(qǐng)求信息。 第 3 章 Linux 系統(tǒng)的安裝 Red Hat Linux 簡介 什么是 Linux、簡單地說, Linux 是一套免費(fèi)使用和自由 傳播的類Unix 操作系統(tǒng),它主要用于基于 Intel x86系列 CPU 的計(jì)算機(jī)上。 Linux 操作系統(tǒng) 軟件包不僅包括完整的 Linux 操作系統(tǒng),而且還包括了文本編輯器、高級(jí)語言編譯器等應(yīng)用軟件。在選好繼續(xù)下一步的安裝提示”可能丟失數(shù)據(jù)”選著”是”。 在這個(gè)階段可能需要一個(gè)比較長的時(shí)間,在安裝過程中對(duì)選中的一些基本的組件的文件解壓和安裝過成,更換 3 張系統(tǒng)盤后,最后提示安裝成功的界面,如圖 所示。 參數(shù) 解釋 ddnsupdatestyle 配置 DHCPDNS 互動(dòng)更新模式。 表 4. 1 DHCP 配置 文件參數(shù)表 ( 2) DHCP 配置文件中的 declarations (聲明):用來描述網(wǎng)絡(luò)布 局、提供客戶的 IP 地址等。 allow bootp。 routers 為客戶端設(shè)定默認(rèn)網(wǎng)關(guān)。 option domainnameservers 。 fixedaddress . 6 6。 option routers 。 對(duì)服 務(wù)器而 言,要 確保 網(wǎng)卡正 常工 作,并 具備廣 播功能。 分析 : 通常是 Linux DHCP 服 務(wù) 器 沒 有 辦 法 接 收 來 自 的 DHCP 客 戶 機(jī) 的 Request 封 包 造 成 的 。 檢查具有 DHCP 中繼功能的網(wǎng) 絡(luò)設(shè)備,查看在連接 DHCP 客戶端所在網(wǎng)段的接口上是否配置有正確的 DHCP 服務(wù)器組, DHCP 服務(wù)器組的ip 地址配置是否正確。因此需要事先創(chuàng)建目錄,并將 dhcpd 復(fù)制到其中。 首先停止目前 dhcpd 服務(wù),然后建立 chroot 目錄: /sbin/service dhcpd start mkjailenv /chroot/ mkjailenv A ponent of Jail (version for linux) Juan M. Casillas Making chrooted environment into /chroot Doing preinstall() Doing special_devices() Doing gen_template_password() Doing postinstall() D one. 下面的例子展示為 監(jiān)牢 添加 dhcpd 程序的過程: addjailsw /chroot/ P /usr/sbin/dhcpd addjailsw A ponent of Jail (version for linux) Juan M. Casillas Guessing dhcpd args(0) Warning: file /chroot//lib/tls/ exists. Overwritting it Warning: file /chroot//lib/ exists. Overwritting it ??? Done 接下來將 dhcpd 的相關(guān)文件拷貝到 監(jiān)牢 中: mkdir p /chroot/dhcp/etc cp /etc/ /chroot/dhcp/etc/ mkdir p /chroot/dhcp/var/state/dhcp touch /chroot/dhcp/var/state/dhcp/ 重新啟動(dòng) dhcpd: [root root] /chroot/usr/sbin/dhcpd 使用 ps 命令檢查 dhcpd 進(jìn)程: ps ef | grep dhcpd root 2402 1 0 14:25 ? 00:00:00 /chroot/usr/sbin/dhcpd root 2764 2725 0 14:29 pts/2 00:00:00 grep dhcpd 注意此時(shí)進(jìn)程名稱已經(jīng)改變,使用檢查 dhcpd 運(yùn)行的端口: stat nutap | grep dhcpd udp 0 0 :67 :* 2402/dhcpd 端口號(hào)沒有改變。 致 謝 在本次 畢業(yè)設(shè) 計(jì)中 ,曾遇 到過 不少問 題, 如果只 靠我 個(gè)人的 努力,很難按時(shí)完成畢業(yè)設(shè)計(jì) (雖然是只是寫一 篇論文和配置相關(guān)服務(wù) ),在此 ,我衷心感謝我的指導(dǎo)老師 —— *
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1