戴爾伺服器內網ip配置命令
❶ 戴爾windows8怎麼設置ip地址
1:右鍵「網路」----屬性----點擊 「更改適配器設置」(左邊欄)---網路連接(乙太網),之後就如下圖了,跟WIN7和XP設置IP是一樣的
歡迎你繼續詢問
❷ Win7系統下如何用命令配置IP地址
1、打開命令提示符,輸入netsh後回車
2、接著輸入interface後回車
3、輸入ip,回車
4、輸入set address "連接名稱" static 新IP地址 子網掩碼 網關 1,然後回車
注意,上述命令需要按照用戶要求進行修改,連接名稱可以參照「網路連接」中的名稱修改,支持中文,但引號要用英文版。每項之間都要有空格,最後要輸入「1」,代表確定。可參照以下示例:
set address "乙太網 3" static 192.168.1.108 255.255.255.0 192.168.0.1 1
5、也可以把以上命令一次性輸入,但要確保不換行:netsh interface ip set address "連接名稱" static 新IP地址 子網掩碼 網關 1
示例:netsh interface ip set address "乙太網 3" static 192.168.1.108 255.255.255.0 192.168.0.1 1
另外,也可以用類似命令來修改DNS,格式與上面相同,只要把「address」換成「dns」即可:netsh interface ip set dns "乙太網 3" static DNS地址。
❸ 戴爾電腦的IP地址怎麼改
你好。
開始 - 運行輸入CMD,回車,在管理員命令窗口輸入:ipconfig/all,回車,
查看本機IP地址、網關、DNS等,再輸入到本地連接的IP地址中。
❹ 請問戴爾伺服器怎麼設置管理IP地址,開機時按哪個健進去設置
您好,請參考
戴爾Dell伺服器遠程管理卡的配置和應用
(一)DELL十二代以前的伺服器配置,例如:R710,R610,R410等
1, 開機按F2鍵,在CMOS中找到「AC Power Recovery」選項設置為「ON」。意思說 把伺服器的開機選項設置為一通電,伺服器就自動開機。
2, DELL 遠程管理卡配置,主要設置能通過遠程管理卡實現開機,關機,重啟功能。開機檢測的時候 ,在提示下圖時 ,按 Ctrl +E 進入遠程卡設置界面
網頁鏈接
❺ 伺服器:戴爾 PowerEdge SC430(P4 2.8G),十台機左右聯網,請告之詳細IP,DNS,域或組設置
那就好解決了。。~~
把PowerEdge 安裝win2003
伺服器上肯定會有二塊網卡。
一塊是外網卡,鏈接modem的,IP不用設置(如果是固定光纖的話,把這個外網卡IP設置為電信分配給你的IP和DNS)
另一塊是內網卡,鏈接到區域網中一個交換機上面的。IP設置如下:IP 192.168.0.1 掩碼:255.255.2550
網關:可不填 DNS:各地不同 202.103.0.117 202.103.24.68
然後十台工作站的IP設置如下:
IP 192.168.0.2-255 掩碼:255.255.2550
網關:192.168.0.1 DNS:各地不同 202.103.0.117 202.103.24.68
這樣子一個區域網就組好了,伺服器怎麼上網,03自帶的也行,用其它的撥號軟體也行,如ras等。。。
❻ 如何配置伺服器的內網IP以及MTU
在本機打開dos窗口,執行: ping -f -l 1472 192.168.0.1 其中192.168.0.1是網關IP地址,1472是數據包的長度。請注意,上面的參數是「-l」(小寫的L),而不是「-1」。 如果能ping通,表示數據包不需要拆包,可以通過網關發送出去。
如果出現: Packet needs to be fragmented but DF set. 表示數據包需要拆開來發送。此時,減少數據包長度,再執行上面的ping命令。從1400到1472之間多試幾次,就能找到合適的數據包長度了。把數據包長度加上數據包頭28位元組,就得到MTU的值。
如果檢測到網關的MTU值是1500,不需要修改。 如果網關有防火牆ping不通,可以試試直接把MTU設為1400。
❼ 戴爾交換機配置命令大全
交換機除了能夠連接同種類型的網路之外,還可以在不同類型的網路(如乙太網和快速乙太網)之間起到互連作用。這篇文章主要介紹了DELL6224交換機基本配置命令一覽,需要的朋友可以參考下
具體介紹
1:配置登錄用戶,口令等
console> //用戶直行模式提示符
console>enable //進入特權模式
console# //特權模式(配置密碼後必須輸入密碼才可進入特 權模式)
console#config //進入全局配置模式 configure
console(config)# //配置模式提示符
console(config)#exit //還有一個命令是end也和exit差不多
console#quit
console>
console(config)#hostname xxx //設置主機名成為xxx這里使用console
console(config)#enable password xxx //設置使能口令為明文顯示為xxx,必須不少於8字元遠程telnet的時候起作用本地通過console口不需要密碼的
console(config)#username zy password 12345678 level 15 //定義交換機的用戶名以及對應的許可權。
console(config)#line console //進入console口配置視圖,這里可以設置通過超級終端訪問交換機的一些參數
console(config-line)#enable authentication default //配置訪問角色為默認
console(config-line)#exec-timeout <0-65535> minutes // 設置console口自動關閉時間,以分鍾為單位
console(config-line)#speed 9660 //設置訪問速率,一般9660為默認設置。
console(config-line)#password xxxx //不少於八位的密碼用來訪問console,與enable password xxx,差不多
console(config-line)#no password //刪除password密碼
console(config-line)#exit //退出console口配置視圖
console(config)#line telnet //進入telnet配置視圖
console(config-telnet)#enable authentication default //配置訪問角色為默認
console(config-telnet)#exec-timeout <0-65535> minutes // 設置telnet訪問閑置自動關閉時間,以分鍾為單位
console(config-telnet)#password xxxx //不少於八位的密碼用來訪問telnet
console(config-telnet)#no password //刪除password密碼
console(config-telnet)#exit //退出telnet口配置視圖
console(config)#line ssh //進入ssh配置視圖
console(config-ssh)#enable authentication default //配置訪問角色為默認
console(config-ssh)#exec-timeout <0-65535> minutes // 設置ssh訪問閑置自動關閉時間,以分鍾為單位
console(config-ssh)#password xxxx //不少於八位的密碼用來訪問ssh
console(config-ssh)#no password //刪除password密碼
console(config-ssh)#exit //退出ssh口配置視圖
2:cisco2960 VLan設置
console> enable //進入特權模式
console#configure //進入配置視圖
console(config)#vlan database //進入vlan設置
console(config-vlan)#vlan 2 //創建vlan 2
console(config-vlan)#no vlan 2 v //刪除vlan 2
console(config-vlan)#exit //回到特權模式下
console(config)#interface vlan 2 //進入vlan2配置視圖
console(config-if-vlan2)#name xxx //為vlan取名字
埠設置命令:
console(config)#interface ethernet 1/g1 //進入網口1, / 1/g1指的是第一個插槽上的第一個千兆網口
console(config-if-1/g1)# //介面視圖模式
console(config-if-1/g1)#speed 10/100/1000 //定義埠的帶寬,只能從這三種模式中做選擇。
console(config-if-1/g1)#plex full/half //定義雙工模式
console(config-if-1/g1)#negotiation //啟用自動協商速度和雙工參數
console(config-if-1/g1)#no negotiation //禁用自動協商速度和雙工參數
console(config-if-1/g1)#switchport mode access/trunk/general //定義埠類型,總共有三種類型
console(config-if-1/g1)#switchport access vlan 2 //將埠以access模式加入到vlan 2中
console(config-if-1/g1)#shutdown //關閉當前埠
console(config-if-1/g1)#no shutdown //打開當前埠
console(config)#interface ethernet 1/g24 //進入匯聚千兆口24,共有4個千兆combo口21-24
console(config-if-1/g24)#
console(config-if-1/g24)#plex auto/full/half //設置埠工作模式為 自適應/全雙通/半雙通
console(config-if-1/g24)#switchport mode trunk //設置當前埠模式為匯聚口
console(config-if-1/g24)#switchport mode access //設置當前埠模式為接入模式
console(config-if-1/g24)#switchport trunk allowed vlan add/remove 1,2 //將當前匯聚埠加入或移除從vlan1,2通過,vlan修剪,默認為all,全部允許
console(config-if-1/g24)#switchport access vlan 2 //將當前埠以access模式加入到vlan 2中
若21-24號口用作光口的話配置介面就對應1/xg1-1/xg4代表使用光線做10G上聯口用:
console(config)#interface ethernet 1/xg1 //進入匯聚萬兆口1,共有4個千兆combo口21-24對應四個1/xg1-1/xg4萬兆光口
console(config-if-1/xg1)#
console(config-if-1/xg1)#plex auto/full/half //設置埠工作模式為 自適應/全雙通/半雙通
console(config-if-1/xg1)#switchport mode trunk //設置當前埠模式為匯聚口
console(config-if-1/xg1)#switchport mode access //設置當前埠模式為接入模式
console(config-if-1/xg1)#switchport trunk allowed vlan add/remove 1,2 //將當前匯聚埠加入或移除從vlan1,2通過,vlan修剪,默認為all,全部允許
console(config-if-1/xg1)#switchport access vlan 2 //將當前埠以access模式加入到vlan 2中
將埠加入vlan
console(config)#interface ethernet 1/g1
console(config-if-1/g1)#switchport mode access
console(config-if-1/g1)#switchport access vlan 2
將多個埠加入到VLAN中
console(config)#interface range ethernet 1/g1-1/g12 //進入1-12這個介面組里配置
console(config-if)#switchport mode access
console(config-if)#switchport access vlan 2
console#show vlan //用於查看配置後結果
3:設置VTP cisco專有的vlan終極協議也成為區域網幹道協議,作用是十幾台交換機在企業網中,配置VLAN工作量大,可以使用VTP協議,把一台交換機配置成VTP Server, 其餘交換機配置成VTP Client,這樣他們可以自動學習到server 上的VLAN 信息
4:交換機配置IP地址
console(config)#interface vlan 1 //進入vlan 1
console(config-if-vlan1)#ip address 119.167.223.221 255.255.255.128 //設置交換機的管理ip地址
console(config)#ip default-gateway 119.167.223.254 //設置交換機的默認網關
console(config)#end //退出當前模式
5: 交換機保存設置命令
console# running-config startup-config //將當前正在使用中的配置保存到交換機開機需要載入的配置文件里去。
console# running-config backup-config //將當前的配置保存在備份配置文件里
6:交換機顯示命令
特權模式下:
console#show running-config //顯示當前正在使用的配置信息
console#show startup-config //交換機開機是自動載入的 配置文件
console#show vlan //顯示vlaner配置信息
console#show interfaces configuration ethernet 1/g1 //顯示二層埠狀態,可以用來決定此口是否為二層或三層口
console#show ip interface vlan100 //查看交換機vlan100的ip配置信息
console#show version //查看交換機固件版本信息
7:基於埠的mac地址綁定
console#config //進入配置視圖模式
console(config)#interface ethernet 1/g1 //進入具體埠視圖模式下
console(config-if-1/g1)#switchport port-secruity //配置埠安全模式
console(config-if-1/g1)#switchport port-secruity mac-address MAC(主機的mac地址) //配置該埠要綁定的主機的MAC地址
console(config-if)#no switchport port-secruity mac-address MAC(主機的mac地址) //刪除綁定主機的mac地址
8:配置交換機的snmp功能
console(config)#snmp-server community xxx ro //xxx為自定義的共同體名稱,並且團體的許可權為只讀。
console(config)#snmp-server host x.x.x.x(ip地址) xxx(團體名) //設置管理機x.x.x.x,同時允許該管理機以團體明xxx訪問。
console(config)#snmp-server host 119.167.223.221 zy //例子
console(config)#snmp-server enable traps //啟用snmp服務
9:交換機禁ping配置
console(config)#access-list 110 deny icmp any any //配置訪問控制列表(Access Control List,ACL)110指的ICMP對應ping。
console(config)#access-list 110 permit ip any any //運行所有的IP協議的應用
console(config)#int vlan 1
console(config-if-vlan1)#ip access-group 110 in
console(config)#int vlan 2
console(config-if-vlan2)#ip access-group 110 in
console(config)#int vlan 3
console(config-if-vlan3)#ip access-group 110 in
console(config)#interface ethernet 1/g1 //埠禁ping
console(config-if-1/g1)#ip access-group 110 in
10:恢復交換機出廠設置
console#clear config //恢復交換機出廠設置
console#reload //重新啟動交換機
相關閱讀:交換機工作原理過程
交換機工作於OSI參考模型的第二層,即數據鏈路層。交換機內部的CPU會在每個埠成功連接時,通過將MAC地址和埠對應,形成一張MAC表。在今後的通訊中,發往該MAC地址的數據包將僅送往其對應的埠,而不是所有的埠。因此,交換機可用於劃分數據鏈路層廣播,即沖突域;但它不能劃分網路層廣播,即廣播域。
❽ 用來顯示用戶所在主機內部IP協議配置信息的命令是什麼
windows的話現實本機IP配置的命令就是就是ipconfig。
ipconfig命令詳解
一、選項
Options:
/? Display this help message
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
通過/? 我們就得到了上面這個列表
/all:顯示所有網路適配器(網卡、撥號連接等)的完整TCP/IP配置信息。與不帶參數的用法相比,它的信息更全更多,如IP是否動態分配、顯示網卡的物理地址等。
/release:DHCP客戶端手工釋放IP地址;
(/release_all和/release N 釋放全部(或指定)適配器的由 DHCP分配的動態IP 地址。此參數適用於IP地址非靜態分配的網卡,通常和下文的renew參數結合使用。)
/renew:DHCP客戶端手工向伺服器刷新請求;重新定義IP, 通常也是使用 /flushdns以後所必須使用的命令。
(ipconfig /renew_all或ipconfig /renew N 為全部(或指定)適配器重新分配IP地址。此參數同樣僅適用於IP地址非靜態分配的網卡,通常和上文的release參數結合使用。)
/flushdns:清除本地DNS緩存內容; 這個命令是用來清空內存中的DNS列表。如果DNS有問題的話可以用這個命令進行清空。
/displaydns:顯示本地DNS內容;
/registerdns:DNS客戶端手工向伺服器進行注冊; 用了/flushdns命令以後都需要使用這個命令,不然就無法瀏覽網站等需要DNS解析的網路連接
/showclassid:顯示網路適配器的DHCP類別信息;
/setclassid:設置網路適配器的DHCP類別。
/batch 文件名 :將Ipconfig所顯示信息以文本方式寫入指定文件。此參數可用來備份本機的網路配置。
二、應用實例
例1:ipconfig /all 這個就列出了所有的網路配置信息
Windows IP Configuration
Host Name . . . . . . . . . . . . : microsof-372e43
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethrnet NIC 第一塊網卡
Physical Address. . . . . . . . . : 00-E0-4E-11-07-5B
這個是上面那塊網卡的物理地址,因為沒有啟用,所以只有這些信息,如果啟用的話就跟下面的8029網卡是一樣多的。
這個是WINDOWS IP信息,這個一般是不需要看的。 可以去我的電腦--屬性里進行修改
Ethernet adapter 本地連接 2:
Ethernet adapter 本地連接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8029(AS) PCI Ethernet Adpter
Physical Address. . . . . . . . . : 52-54-AB-3C-09-85
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 202.96.199.132
209.6.199.133
這個是另外一塊網卡的信息,包括IP DNS GATEWAY等等信息。這些你都可以自動填寫,也可以通過DNCP獲取。
PPP adapter FTTB:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 61.129.XXX.XXX
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 61.129.XXX.XXX
DNS Servers . . . . . . . . . . . : 202.96.209.133
10.16.1.24
NetBIOS over Tcpip. . . . . . . . : Disabled