第9章 Path MTU机制
图9-1 Path MTU网络拓扑 9.1 Path MTU机制 1.R1连通性测试PC2,MTU长度为1500byte(数据1452byte+IPV6基本报头40byte+ICMP报头8byte),不会出现丢包及分片 <R1>ping ipv6 -s 1452 -c 1 2002...
5.3 Linux 挂载共享
1.客户端安装支持文件共享服务的软件包(cifs-utils)。 [root@dsrw ~]# smbclient -U dsrw -L 192.168.10.2 bash: smbclient: command not found... Failed to search for file: Cannot update...
1.5 eNSP插件系列
1)USG6000V防火墙设备包 2)CE 系列交换机设备包 3)NE40E路由器设备包 4)NE5000E集群路由器设备包 5)NE9000路由器设备包 6)CX城域路由器设备包 图1-16将路由器设备拖到操作台上 图1-1...
13.4设置账户密码
#设置 VPN账号 + 服务类型 + VPN密码 + IP [root@dsrw ~]# vim /etc/ppp/chap-secrets # Secrets for authentication using CHAP # client server secret IP addresses dsrw pptpd dsrw *
17.3 PPP CHAP认证
1.CHAP认证,服务端R2配置 [R2]aaa [R2-aaa]local-user dsrw password cipher dsrw.com [R2-aaa]local-user dsrw service-type ppp [R2]interface Serial 0/0/0 [R2-Serial0/0/0]link-protocol ...
13.3修改pptp配置文件
[root@dsrw ~]# vim /etc/ppp/options.pptpd 66 ms-dns 8.8.8.8 67 ms-dns 114.114.114.114
2.2远程控制服务-2.2.1配置sshd服务
1.SSH(SecureShell) 是一种能够以安全的方式提供远程登录的协议,也是目前远程管理Linux系统的首选方式。在此之前,一般使用FTP或Telnet来进行远程登录。 SSH能够提供两种安全验证的方法: 1...