lanzeou-大赛人网-第49页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
第19章 IPV6及OSPF3-19.1 IPV6配置-大赛人网

第19章 IPV6及OSPF3-19.1 IPV6配置

图19-1 IPV6基本配置网络拓扑 1.R1配置 [R1]IPV6 [R1]interface GigabitEthernet 0/0/0 [R1-GigabitEthernet0/0/0]ipv6 enable [R1-GigabitEthernet0/0/0]ipv6 address 2002::1 64 [R1]interfac...
3年前
0575
8.7 无固定IPSEC场景-野蛮模式-大赛人网

8.7 无固定IPSEC场景-野蛮模式

1.无固定IP场景-野蛮模式 早期主模式不能使用在非固定IP场景下,进行身份验证密钥查找时,只能根据IP地址进行查找,不能根据域名方式进行查找预共享密钥-无法进行身份验证,早期解决方案使用野...
3年前
0579
4.2.1匿名访问模式-大赛人网

4.2.1匿名访问模式

1.配置匿名访问模式,重新启动服务,把服务程序加入到开机启动项中。 vsftpd服务程序默认关闭了匿名开放模式,需要做的就是开放匿名用户的上传、下载文件的权限,以及让匿名用户创建、删除、更...
3年前
05711
4.19 点到点子接口运行OSPF-大赛人网

4.19 点到点子接口运行OSPF

图4-9  FR环境下配置OSPF网络拓扑 1.R1配置子接口 [R1]interface Serial 0/0/0.12 p2p [R1-Serial0/0/0.12]ip address 12.1.1.1 8 [R1-Serial0/0/0.12]fr dlci 102 [R1]interface Serial 0/0/0...
3年前
05715
8.3 IPSEC静态VPN-大赛人网

8.3 IPSEC静态VPN

1.手工静态密钥(AH封装模式) 1)配置内网互通路由 #R1 ip route-static 172.16.1.0 24 172.16.14.4 #R4 ip route-static 0.0.0.0 0.0.0.0 172.16.14.1 #R3 ip route-static 172.17.1.0 24 172...
3年前
05712
3.12 防火墙-服务负载均衡-大赛人网

3.12 防火墙-服务负载均衡

1.FW1区域配置 firewall zone trust add interface GigabitEthernet1/0/2 firewall zone untrust add interface GigabitEthernet1/0/0 firewall zone dmz set priority 50 add interface Gigabi...
3年前
05714
13.5设置最大传输单元-大赛人网

13.5设置最大传输单元

[root@dsrw ~]# vim /etc/ppp/ip-up 16 ifconfig $1 mtu 1500 17 echo '$PEERNAME 分配IP: $5 登录IP: $6 登录时间: $(date '+%Y-%m-%d %H:%M:%S')' >> /var/ log/ppp/ip.log
3年前
05712
13.3 中继DHCP配置-大赛人网

13.3 中继DHCP配置

图13-3 中继DHCP配置网络拓扑 1.R1配置DHCP服务器 [R1]dhcp enable [R1]ip pool dsrw.com [R1-ip-pool-dsrw.com]gateway-list 192.168.1.254 [R1-ip-pool-dsrw.com]network 192.168.1.0 mask 25...
3年前
05615
6.3用Community filter 控制路由-大赛人网

6.3用Community filter 控制路由

图6-3 用Community filter 控制路由网络拓扑 1.R1配置BGP [R1]bgp 100 [R1-bgp]router-id 1.1.1.1 [R1-bgp]peer 12.1.1.2 as-number 200 2.R2配置BGP [R2]bgp 200 [R2-bgp]router-id 2.2.2.2 [R...
3年前
05614
第12章 实用工具-大赛人网

第12章 实用工具

1.man命令查看外部部命令帮助 [root@dsrw ~]# man ifconfig SYNOPSIS ifconfig [-v] [-a] [-s] [interface] ifconfig [-v] interface [aftype] options | address ... Address Families If the ...
3年前
05515