网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。

  • A、ifconfig 172.10.5.9
  • B、ifconfig 172.10.5.9 netmask 255.255.255.0
  • C、ifconfig eth0 172.10.5.9
  • D、ifconfig eth0 172.10.5.9 netmask 255.255.255.0

参考答案

更多 “在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。A、ifconfig 172.10.5.9B、ifconfig 172.10.5.9 netmask 255.255.255.0C、ifconfig eth0 172.10.5.9D、ifconfig eth0 172.10.5.9 netmask 255.255.255.0” 相关考题
考题 ● 在Linux系统中,把本机IP地址更改为192.168.1.1的正确命令是 (46) 。(46)A. [/root]#ipconfig eth0 192.168.1.1 upB. [/root]#ifconfig eth0 192.168.1.1 upC. [/root]#ipconfig 192.168.1.1 upD. [/root]#ifconfig 192.168.1.1 up

考题 文中( 2 )处正确的答案是( )。A.ifconfig-up eth1 10.1.1.2/8B.ifconfig ethl 10.1.1.2 255.0.0.0 upC.ifconfig ethl 10.1.1.2 up netmask 255.0.0.0D.ifconfig ethl 10.1.1.2/8;ifconfig eth1 up

考题 ● 客户机通过代理服务器 Server 访问Internet 的连接方式如下图所示。在Linux 操作 系统中,为代理服务器中IP 地址为 192.168.0.1 的网卡分配IP 地址并激活该网络接口,应 执行 (55) ;为IP 地址为 192.168.0.100 的PC 机配置默认网关,应执行 (56) 。配置完成后,运行 (57) 命令重启计算机,通过 (58) 命令显示当前 DNS 服务器 的地址和域名。(55)A .ifconfig –up eth1 192.168.0.1/24B.ifconfig eth1 192.168.0.1 255.255.255.0 upC.ifconfig eth1 192.168.0.1 up netmask 255.255.255.0D.ifconfig 192.168.0.1/24 eth1 netmask 255.255.255.0 up(56)A .route add default 192.168.0.1B.route add up 192.168.0.1C.route add –net 0.0.0.0/32 gw 192.168.0.1D.route add –host 192.168.0.100/24 gw 192.168.0.1(57)A .rebootB .shutdownC.init 0D.poweroff(58)A .resolvB .pingC .nslookupD .testdns

考题 在Linux系统中,把本机IP地址更改为192.168.1.1的正确命令是(46)。A.[/root]#ipconfig eth0 192.168.1.1 upB.[/root]gifconfig eth0 192.168.1.1 upC.[/root]#ipconfig 192.168.1.1 upD.[/root]#ifconfig 192.168.1.1 up

考题 某单位客户机通过代理服务器Server访问Internet的连接方式如图2-3所示。在Linux操作系统中,为代理服务器中IP地址为192.168.0.1的网卡分配IP地址并激活该网络接口,应执行(68);为IP地址为192.168.0.100的PC配置默认网关,应执行(69)。配置完成并重启计算机后,运行(70)命令可显示出当前DNS服务器的地址和域名。A.ifconfig eth1 192.168.0.1 255.255.255.0 upB.ifconfig eth1 192.168.0.1 up netmask 255.255.255.0C.ifconfig 192.168.0.1/24 eth1 netmask 255.255.255.0 upD.ifconfig-up eth1 192.168.0.1/24

考题 阅读以下利用Linux主机实现TCP/IP网络互联的技术说明,请将以下(1)~(15)空缺处的内容填写完整。【说明】某实验室4台Linux主机通过图6-14所示的拓扑方式互连。请将以下(1)~(15)空缺处填写完整以实现主机PC1与主机PC4之间的相互访问。1.运行(1)命令关闭主机PC2和主机PC3,分别在这两台主机上添加第二块网卡(eth1)。2.在Linux操作系统下安装网卡,如果操作系统没有内置的驱动程序,那么用户必须(2),才能完成驱动程序的安装。3.在主机PC2与PC3上为第二块网卡分配IP地址,并激活该网络接口:对于主机PC2应执行的配置命令是(3);对于主机PC3应执行的配置命令是(4)。【供选择的答案】(1) A.reboot B.shutdown C.init 1 D.init 6(2) A.用ifconfig命令配置网卡 B.手工修改“/dev/eth0”文件C.手工安装驱动程序且重新编译Linux内核 D.重启操作系统(4) A.ifconfig -up eth1 218.5.120.2/24B.ifconfig eth1 218.5.120.2 255.255.255.0 upC.ifconfig eth1 218.5.120.2 up netmask 255.255.255.0D.ifconfig eth1 218.5.120.2/8;ifconfig eth1 up

考题 在Linux操作系统中,为一块设备名为eth1的网卡分配IP地址和子网掩码的命令是(38)。A.ipaddress eth1 192.168.2.3 mask 255.255.255.0B.config eth1 192.168.2.3 mask 255.255.255.0C.serserial eth1 192.168.2.3 mask 255.255.255.0D.ifconfig eth1 192.168.2.3 mask 255.255.255.0

考题 在Linux 中,可以使用( )命令为计算机配置 IP地址。A. ifconfig B. config C. ip-address D. ipconfig

考题 在Linux系统中,使用ifconfig设置接口的IP地址并启动该接口的命令是( )。A.ifcorffig eth0 192.168.1.1 mask 255.255.255.0B.ifconfig 192.168.1.1 mask 255.255.255.0 upC.ifconfig eth0 192.168.1.1 mask 255.255.255.0 upD.ifconfig 192.168.1.1 255.255.255.0

考题 与“ifup eth0”命令功能相同的命令是( )。A、ifdown eth0 upB、ipconfig up eth0C、ifconfig up eth0D、ifconfig eth0 up

考题 在Linux中,给计算机分配IP地址正确的方法是( )。A、ipconfig eth0 166. 111. 219.150 255. 255. 255.0B、ifconfig eth0 166. 111. 219.150 255. 255. 255.0C、ifconfig eth0 166. 111. 219.150 netmask 255.255.255.0D、在Linux窗口配置中配置

考题 Linux系统中为一块设备名为eth0的网卡分配IP地址和子网掩码的命令是(请作答此空),如果不打算使用DNS进行地址解析,则可以将所有的主机名都放入文件( )中A.serserial eth0 192.168.1.1 netmask 255.255.255.0 B.ifconfig eth0 192.168.1.1 netmask 255.255.255.0 C.minicom eth0 192.168.1.1 netmask 255.255.255.0 D.mount eth0 192.168.1.1 netmask 255.255.255.0

考题 在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。A、route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0B、route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0C、route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0D、route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0

考题 在linux系统中,查看本机网卡eth0的IP地址,可以执行()命令。A、ifconfigB、ifconfig eth0C、ipconfigD、ipconfig eth0E、ipconfig/all

考题 与”ifup eth0”命令功能相同的命令是哪个?()A、ifdown eth0 upB、ipconfig up eth0C、ifconfig up eth0D、ifconfig eth0 up

考题 修改eth0网卡的IP地址为172.18.48.65和子网掩码255.255.255.128的命令:()A、ifconfigeth0172.18.48.65netmask255.255.255.128B、ifconfig172.18.48.65netmask255.255.255.128C、ipconfigeth0172.18.48.65netmask255.255.255.128D、ifconfigup172.18.48.65netmask255.255.255.128

考题 有的时候,需要系统管理员手工更改网卡的硬件地址(MAC地址)。在RedHatLinux9系统中,更改正在工作的网卡eth0的硬件地址,一般需要使用下列()命令来完成。A、ifconfig eth0 upB、ifconfig eth0 downC、ifconfig eth0 inet00:0c:29:78:9a:bcD、ifconfig eth0 hwether00:00:0c:12:34:56

考题 如果我想要查看eth0的子网掩码需要用到的命令不可能是()?A、ifconfig eth0B、ifconfig eth0 upC、ifup eth0D、ifdown eth0

考题 修改eth0网卡的IP地址为172.18.48.56和子网掩码255.255.255.128的命令:()A、ifconfigeth0javascript:void(0);172.18.48.56netmask255.255.255.128B、ifconfig172.18.48.56netmask255.255.255.128C、ipconfigeth0172.18.48.56netmask255.255.255.128D、ifconfigup172.18.48.56netmask255.255.255.128

考题 要想关闭掉eth0网卡需要的命令是()A、ifconfig eth0B、ifup eth0C、ifdown eth0D、ifconfig eth0 up

考题 在UNIX系统中,查看IP地址的命令为:()A、isB、catC、moreD、killE、psF、ifconfig

考题 在Linux系统中,使用ifconfig设置接口的IP地址并启动该接口的命令是()。A、ifconfigeth0192.168.1.1mask255.255.255.0B、ifconfig192.168.1.1mask255.255.255.0upC、ifconfigeth0192.168.1.1mask255.255.255.0upD、ifconfig192.168.1.1255.255.255.0

考题 How should TCP/IP be configured on the ent0 network adapter?()A、ifconfig en0 192.168.10.1 netmask 255.255.255.0 gateway 192.168.10.254B、ifconfig ent0 192.168.10.1 netmask 255.255.255.0 gateway 192.168.10.254C、mktcpip h test61 -a 192.168.10.1 -i en0 m 255.255.255.0 g 192.168.10.254 -sD、mktcpip h test61 -a 192.168.10.1 -i ent0 m 255.255.255.0 g 192.168.10.254 -

考题 How should TCP/IP be configured on the ent0 network adapter?()A、ifconfig en0 192.168.10.1 netmask 255.255.255.0 gateway 192.168.10.254B、ifconfig ent0 192.168.10.1 netmask 255.255.255.0 gateway 192.168.10.254C、mktcpip test61 -a 192.168.10.1 -i en0 255.255.255.0 192.168.10.254 -smktcpip ? test61 -a 192.168.10.1 -i en0 ? 255.255.255.0 ? 192.168.10.254 -sD、mktcpip test61 -a 192.168.10.1 -i ent0 255.255.255.0 192.168.10.254 -smktcpip ? test61 -a 192.168.10.1 -i ent0 ? 255.255.255.0 ? 192.168.10.254 -s

考题 单选题在Linux系统中,使用ifconfig设置接口的IP地址并启动该接口的命令是()。A ifconfigeth0192.168.1.1mask255.255.255.0B ifconfig192.168.1.1mask255.255.255.0upC ifconfigeth0192.168.1.1mask255.255.255.0upD ifconfig192.168.1.1255.255.255.0

考题 单选题在linux系统中,为本机添加到192.168.1.0/25的路由信息,网关地址为172.16.1.1,应执行()命令。A route add -net 192.168.1.0 netmask 255.255.255.128 dev eth0B route add 192.168.1.0 netmask 255.255.255.128 gw 172.16.1.1 dev eth0C route add -net 192.168.1.0 netmask 255.255.255.0 gw 172.16.1.1 dev eth0D route add 192.168.1.0 netmask 255.255.255.192 gw 172.16.1.1 dev eth0

考题 单选题在linux系统中,为本机以太网卡配置IP地址为172.10.5.9,子网掩码为255.255.255.0,应执行()命令。A ifconfig 172.10.5.9B ifconfig 172.10.5.9 netmask 255.255.255.0C ifconfig eth0 172.10.5.9D ifconfig eth0 172.10.5.9 netmask 255.255.255.0