服务器cisco搭建
❶ 思科模拟器怎么做ftp dhcp dns 邮件服务器搭建的
Cisco packet tracer6.2
1、根据给出的参考图,选择相关设备设计拓扑图
拓扑图构建和配置PC
❷ 在思科模拟器中搭建web服务器和ftp服务器
在思科模拟器中搭建web服务器和ftp服务器的方法如下:
准备材料:Cisco Packet Tracer
1、打开Cisco Packet Tracer,点击【终端设备】,选择一台电脑和服务器,按住鼠标左键拖动到工作区。
❸ 思科模拟器新手详细教程
1首先,打开思科模拟器软件,连接三台交换机的连接线,将所有交换机互相连接起来,一台当服务器,一台当客户机,另外一台当透明模式2把三台交换机的配置清除干净,重启交换机,配置命令为复制内容到剪贴板 S1#flas。
路由器的模拟器可以使用Dynamips 至于交换机,没有什么比较好的模拟器,只能使用packet tracer,思科官方的模拟器,只能做一些很简单的交换的实验 交换机的命令,最好是需要真机也可以通过桥接真实交换机和路由器模拟器来。
1首先,打开Boson Network Designer窗口,如图2选择要添加的设备,点击前面加号展开3选择要添加设备的具体型号,点击前面加号展开4鼠标选中所要添加的设备,按住不要放,拖进工作面板,然后释放鼠标5为设备。
首先打开思科模拟器软件,找到3台2811类的路由器和3台交换机,3台电脑,若干条电缆,进行连接,路由器与路由器之间用DCE串口线连接,电脑和电脑之间用直通线连接,给电脑配置IP地址,网关,并且要使它们处于不同网段之间,给。
详细的配置文档我发上来了,打开路由器配置的时候会询问你是否使用一问一答配置模式,回答NO即可 R1en conf t int g00 no sh ip add 54 2552552550 int g01 no sh ip add 255。
方法步骤 1打开安装文件所在目录,双击安装文件打开2在所弹出的安装窗口中单击ldquonextrdquo3同意协议,单击ldquoYESrdquo4设置好安装路径,单击ldquonextrdquo5安装进行中,稍等片刻即可。
初级的思科学习者建议使用Cisco Packet Tracer,NP以上的使用可以使用DynamipsGUI或GNS3模拟器的用法,自行网络思科模拟器教程。
❹ 用Cisco packet tracer 制作NAT服务器具体步骤 制作web服务器具体步骤
制作nat 步骤:
路由器配置清单:
interface fastethernet0/0
ip address 192.168.100.1 255.255.0.0 //定义本地端口IP地址
ip nat inside // 定义为内部端口(本地) !
interface fastethernet0/1
ip address 202.99.160.129 255.255.255.252
ip nat outside ! 定义外部端口(外网)
ip nat pool onlyone 202.99.160.130 202.99.160.130 netmask 255.255.255.252 //定义合法 IP地址池,名称为onlyone
access-list 1 permit 192.168.100.0 0.0.0.255 //定义本地访问列表
ip nat inside source list1 pool onlyone overload //采用端口复用动态地址转换
另外nat可以分为静态、动态、端口映射
web服务器这方面,我还没学到.抱歉
❺ 用cisco_PacketTracer_5怎么搭建web服务器
在下面的pc栏选择一个服务器,,就是主机那个图标
❻ 怎么配CISCO设备做PPPOE服务器
路由器7401上的配置(虚拟端口的配置)
interface Virtual-Template1
ip unnumbered Loopback0
ip mtu 1492
no logging event link-status
peer match aaa-pools(配置为从radius服务器拿地址)
peer default ip address pool pppoe_sqp(配置为从本机pool拿地址)
ppp authentication chap pap
ppp ipcp dns 211.158.2.68 211.158.2.69(分配DNS)
ppp timeout idle 3600
(断线时间:注意 timeout idle 起效需要的条件!!!idle time 的意义为如果无流量多长时间自动将用户断线
1。不可以启用IP CEF ,(原因,数据包必须经过路由器处理才可以重置idle time)
2.同理,启用NAT也可以正常使用idle time
3.应该和Radius的return-list attribute: session timeout配合使用,session timeout意义为不管有无流量本连接的最大时
全配置如下:
DAZU_7401_GOV#sh run
Building configuration...
Current configuration : 1733 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DAZU_7401_GOV
!
boot-start-marker
boot system disk0:c7400-jk9o3s-mz.123-8.T.bin
boot system disk0:c7400-js-mz.122-4.B8.bin
boot-end-marker
!
enable password 123
!
username tommy password 0 123
aaa new-model
!
!
aaa authentication ppp default local group radius
aaa authorization network default local group radius
aaa accounting network default start-stop group radius
aaa session-id common
ip subnet-zero
!
!
no ip domain lookup
!
!
ip cef
ip ips po max-events 100
vpdn enable
!
vpdn-group 1
accept-dialin
protocol pppoe
virtual-template 1
pppoe limit max-sessions 3000
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 172.18.5.6 255.255.255.255
!
interface GigabitEthernet0/0
ip address 10.1.1.1 255.255.255.0
plex full
speed auto
media-type rj45
pppoe enable
!
interface GigabitEthernet0/1
ip address 192.168.1.111 255.255.255.0
plex full
speed 100
media-type rj45
!
interface Virtual-Template1
ip unnumbered GigabitEthernet0/1
ip mtu 1492
peer default ip address pool 1
ppp authentication pap chap
ppp ipcp dns 61.128.128.68
ppp timeout idle 3600
!
ip local pool 1 10.1.1.2 10.1.1.254
ip classless
no ip http server
no ip http secure-server
!
!
!
!
!
!
radius-server host 192.168.1.181 auth-port 1645 acct-port 1646
radius-server key cisco
!
control-plane
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
transport preferred all
transport input all
transport output all
!
!
end