Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15171630
  • 博文数量: 7460
  • 博客积分: 10434
  • 博客等级: 上将
  • 技术积分: 78178
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-02 22:54
文章分类

全部博文(7460)

文章存档

2011年(1)

2009年(669)

2008年(6790)

分类: 系统运维

2008-03-19 22:00:15

Q. 问题。如何确定路由器的IP地址和掩码?

A. 解答,在您配置中的以太网界面中查看 IP address 命令 。 下面为如何查找IP地址的实例:

Router>enable
 Password:
 Router#show run
 Building configuration...
 
  Current configuration:     
 !
 version 11.3
 service timestamps debug uptime
 
 ...................
 
 interface Ethernet0
 ip address 172.17.3.192 255.255.0.0

Q. 问题.如何确定TFTP Server for Windows 95的IP地址?

A. 解答。在工具栏中选择“开始”,然后选择“运行”。 输入 winipcfg, 点击“OK”显示IP配置对话框。

Q. 问题。如何确定TFTP Server for Unix Stations的IP地址?

A. 解答。使用 show netstat interface 命令。 即可显示您工作站接口的IP地址。 选择进入路由器网络的IP地址。

Q. 问题。如何确定TFTP服务器和路由器是否在同一网络中?

A. 解答。您需要将TFTP 服务器的IP地址和掩码与路由器以太网接口的IP地址进行比较。

例1:

TFTP server IP address: 172.17.247.195 mask 255.255.0.0
 Interface Ethernet 0 of the router IP address: 172.17.3.192 mask 255.255.0.0   
例2:

TFTP server IP address: 172.17.247.195 mask 255.255.0.0
 Interface Ethernet 0 of the router IP address: 172.10.3.192 mask 255.255.0.0
在例1中, TFTP服务器和路由器的接口在同一网络中, 因此不需要配置缺省网关。

在例2中, TFTP服务器和路由器在不同的IP网络中, 因此必须在路由器上配置缺省网关。

阅读(561) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~