Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to implement Juniper JunOS PPPOE configuration

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces you how to achieve Juniper JunOS PPPOE configuration, the content is very detailed, interested friends can refer to, hope to be helpful to you.

1) Select interface fe-0/0/1 as the physical interface of PPPOE dial-up interface and encapsulate it into pppoe

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

2) configure PP0.0 parameters of PPPOE interface

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) configure MTU and MSS

Set interfaces pp0 unit 0 family inet mtu 1492

Set security flow tcp-mss all-tcp mss 1350

4) configure the address of the pppoe interface as negotiate-address

Set interfaces pp0 unit 0 family inet negotiate-address

5) configure PPPOE pap authentication

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) configure default rout

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

7) set the area

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 interface-based source address translation

Please change the internal network segment by yourself. Do not copy all of them.

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

On how to achieve Juniper JunOS PPPOE configuration to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report