《Linux操作系統(tǒng)06-網(wǎng)絡(luò)》由會員分享,可在線閱讀,更多相關(guān)《Linux操作系統(tǒng)06-網(wǎng)絡(luò)(14頁珍藏版)》請?jiān)谘b配圖網(wǎng)上搜索。
1、單擊此處編輯母版標(biāo)題樣式,單擊此處編輯母版文本樣式,第二級,第三級,第四級,第五級,Acegene IT Co.Ltd.,*,Linux,操作系統(tǒng),網(wǎng)絡(luò)管理,周炯,上海艾基信息技術(shù)有限公司,1,Acegene IT Co.Ltd.,內(nèi)容簡介,1,網(wǎng)絡(luò)管理,2 VNC,使用,3,遠(yuǎn)程操作,telnet,ssh,rsh,使用,2,Acegene IT Co.Ltd.,1,網(wǎng)絡(luò)管理,1.1,網(wǎng)卡配置,1.2 IP,轉(zhuǎn)發(fā),1.3,網(wǎng)絡(luò)設(shè)置,3,Acegene IT Co.Ltd.,1.1,網(wǎng)卡配置,配置文件,(,Redhat,),/etc/,sysconfig,/network-scripts/*:,
2、網(wǎng)卡,/etc/sysconfig/network-scripts/ifcfg-eth0,/etc/,resolv.conf,:DNS,配置,命令行,ifconfig,eth0,#,ifconfig,eth0 202.38.85.10,netmask,255.255.255.0 broadcast 202.38.85.255,ifup,eth0,啟動網(wǎng)卡,ifdown,eth0,禁用網(wǎng)卡,圖形界面,netconfig,4,Acegene IT Co.Ltd.,1.2 IP,轉(zhuǎn)發(fā),/proc/sys/net/ipv4/ip_forward,為,1,/etc/,sysconfig,/network
3、,FORWARD_IPV4=YES,5,Acegene IT Co.Ltd.,1.3,網(wǎng)絡(luò)設(shè)置,主機(jī)名設(shè)置,配置文件,:/etc/,sysconfig,/network,命令行,:#hostname host,/etc/hosts,配置,IP,long_name,short_name,alias,127.0.0.1,localhost.localdomain,localhost,localhost,6,Acegene IT Co.Ltd.,2 VNC,使用和管理,遠(yuǎn)程圖形終端,Remote X terminal,跨平臺,Linux,Unix,Windows,軟件部分,vncserver,vnc
4、viewer,7,Acegene IT Co.Ltd.,2 VNC,服務(wù)器端管理,Install,vnc,server for Linux,rpm,Uvh,vnc-3.3.7-1.i386.rpm,Start VNC server and stop,vnc,server.,The user must be the current user to run X application.Otherwise,will,occure,a authentication error.,vncserver,:2(localhost:2),vncserver,kill:2,Set password,vncpas
5、swd,Set DISPLAY,DISPLAY=host:display.0,export DISPLAY,8,Acegene IT Co.Ltd.,2 VNC,客戶端使用,Run X application,vncviewer,hostname:display,如,vncviewer,localhost:2,Web,訪問,http:/hostname:580 x,x,為,display,端口,9,Acegene IT Co.Ltd.,3,遠(yuǎn)程操作,telnet,telnet,服務(wù)管理,chkconfig telnet on,service telnet restart,或:,/etc/ini
6、t.d/xinit restart,telnet,遠(yuǎn)程交互,telnet hostname,10,Acegene IT Co.Ltd.,3,遠(yuǎn)程操作,rsh,配置,chkconfig,rsh,on,chkconfig,rlogin on,chkconfig,rexec,on,啟動服務(wù),service,xinetd,reload,/etc/,init.d/xinetd,reload,/etc/,init.d/xinetd,restart,操作命令,rlogin,遠(yuǎn)程登錄,rlogin hostname,rsh,遠(yuǎn)程,shell,rsh,hostname,rcp,遠(yuǎn)程文件復(fù)制,rcp,file h
7、ostname:/dir,11,Acegene IT Co.Ltd.,3,遠(yuǎn)程操作,ssh,配置文件,/etc/,ssh/ssh_config,操作命令,ssh,遠(yuǎn)程,shell,ssh,hostname,scp,遠(yuǎn)程文件復(fù)制,scp,file hostname:/dir,12,Acegene IT Co.Ltd.,A,Q,&,Q U E S T I O N S,A N S W E R S,練習(xí),配置網(wǎng)卡的地址,通過配置文件修改虛擬機(jī)上的,bridge,網(wǎng)卡,保證這個地址從局域網(wǎng)可以訪問,配置網(wǎng)絡(luò),修改主機(jī)名,hostname,設(shè)置,/etc/hosts,實(shí)現(xiàn)遠(yuǎn)程主機(jī)基于主機(jī)名訪問,使用,VNC,啟動,vnc,服務(wù)器在,:3,通過瀏覽器訪問,vnc,執(zhí)行,xclock,程序,顯示時鐘,#export DISPLAY=:3.0,#,xclock,使用,ssh,scp,兩個,Linux,系統(tǒng)之間相互登錄,ssh,在兩個,Linux,系統(tǒng)之間拷貝文件,scp,14,Acegene IT Co.Ltd.,