Juniper JunOS PPPOE配置

news/2024/11/25 19:43:57/

1)选择接口fe-0/0/1作为PPPOE拨号接口的物理接口,并封装成pppoe

set interfaces fe-0/0/1 unit 0 encapsulation ppp-over-ether


2)配置PPPOE接口的PP0.0参数

set interfaces pp0 unit 0 pppoe-options underlying-interface fe-0/0/1.0

set interfaces pp0 unit 0 pppoe-options idle-timeout 0

set interfaces pp0 unit 0 pppoe-options auto-reconnect 3

set interfaces pp0 unit 0 pppoe-options client


3)配置MTU与MSS

set interfaces pp0 unit 0 family inet mtu 1492

set security flow tcp-mss all-tcp mss 1350


4)配置pppoe接口的地址为negotiate-address

set interfaces pp0 unit 0 family inet negotiate-address


5)配置PPPOE pap 认证

set interfaces pp0 unit 0 ppp-options chap default-chap-secret 12345678

set interfaces pp0 unit 0 ppp-options chap local-name szXXXXXXXX@163.gd

set interfaces pp0 unit 0 ppp-options chap no-rfc2486

set interfaces pp0 unit 0 ppp-options chap passive

set interfaces pp0 unit 0 ppp-options pap default-password 12345678

set interfaces pp0 unit 0 ppp-options pap local-name szXXXXXXXX@163.gd

set interfaces pp0 unit 0 ppp-options pap local-password 12345678

set interfaces pp0 unit 0 ppp-options pap passive


6)配置缺省路由

set routing-options static route 0.0.0.0/0 next-hop pp0.0


7)设置区域

set security zones security-zone untrust interfaces pp0.0

set security zones security-zone untrust interfaces fe-0/0/1.0


8)Interface based Nat 基于接口的源地址转换

内部网段请自行更改,别全部复制。。。

set security nat source rule-set trust-to-untrust from zone trust

set security nat source rule-set trust-to-untrust to zone untrust

set security nat source rule-set trust-to-untrust rule source-nat-rule match source-address 192.168.10.0/24

set security nat source rule-set trust-to-untrust rule source-nat-rule match source-address 172.16.0.0/16

set security nat source rule-set trust-to-untrust rule source-nat-rule then source-nat interface



本文转自yangye1985 51CTO博客,原文链接:http://blog.51cto.com/yangye/1874180,如需转载请自行联系原作者


http://www.ppmy.cn/news/427414.html

相关文章

PPP协议和PPPoE协议

以前没有关注过这两个协议,因为我一直认为PPP协议和PPPoE协议属于底层协议。但是在一次抓包时候发现在校园网内的数据包都带有PPP协议层,因此去研究了一下。 1 PPP协议介绍 PPP 点对点协议(Point to Point Protocol)属于二层协议,隧道协议的…

Linux 进程通信--共享内存

共享内存函数由shmget、shmat、shmdt、shmctl四个函数组成。下面的表格列出了这四个函数的函数原型及其具体说明。 1. shmget函数原型 shmget(得到一个共享内存标识符或创建一个共享内存对象) 所需头文件 #include <sys/ipc.h> #include <sys/shm.h> 函数说明…

Cisco GNS3教程,GNS3搭建IPv6 6rd环境,Linux 配置 IPv6 6rd详析

Cisco GNS3 IPv6 6rd实验 1、回顾 前文&#xff1a;https://www.cnblogs.com/kingpop/p/14054321.html 在描述Cisco GNS3搭建6rd实验之前&#xff0c;再来回顾下&#xff0c;之前讲的Linux下搭建6rd的步骤&#xff0c;上次只是给了一个简单的例子&#xff0c;并没有详细说出每…

vue中使用echarts词云

1. 安装 cnpm install echarts-wordcloud2. 创建模板组件 WordCloudChart <template><div :id"id" :style"{ height:height,width:width }" /> </template><script>import echarts from "echarts/lib/echarts";impor…

15.TFTP 与 NFS 服务器配置

15. TFTP 与 NFS 服务器配置 实验要求: 1.安装并配置TFTP服务。 2.安装并配置NFS服务。 实验器材: 软件: 1. 安装了RHEL6的vmware虚拟机。 2. TFTP的rpm安装包。 3. TFTP下载工具Tftpd32。 4. NFS的rpm安装包。 硬件: 1.PC机一台。 背景知识: 1. 交叉开发: 嵌入式系统开发多采…

CTF 小白教程《从0到1:CTFer成长之路》SQL - 2 解题过程

大家好&#xff01; 我是小黄&#xff0c;很高兴又跟大家见面啦 &#xff01; 拒绝水文&#xff0c;从我做起 &#xff01;&#xff01;&#xff01;&#xff01; 未经允许&#xff0c;禁止转载 &#xff0c;违者必究&#xff01;&#xff01;&#xff01;&#xff01; 本实验…

Android退出应用程序

前言 在某些极端情况下&#xff0c;例如&#xff0c;用户拒绝授予某项核心权限&#xff0c;此时应用需要暂停服务&#xff0c;这是就要考虑用户退出。 Android程序有很多Activity&#xff0c;比如说主窗口A&#xff0c;调用了子窗口B&#xff0c;如果在B中直接finish(), 接下…

vivoiqooz1鸿蒙系统,OPPOreno5与iQOOz1哪个好?哪个更值得入手?

OPPOreno5这款手机以超炫酷的外观设计俘获了女性玩家们的喜爱。而iQOOz1却是以超强的性价比和性能赢得了大众们的一致好评&#xff0c;那么OPPOreno5与iQOOz1哪款手机更好呢? 1、手机基本参数对比 2、屏幕方面 OPPOreno5&#xff1a;6.43英寸OLED屏幕&#xff0c;为用户带来超…