首页 科技问答 48Bba,求防火墙 F100-C 系列的拨号上网命令配置

48Bba,求防火墙 F100-C 系列的拨号上网命令配置

科技问答 190
1678720890,CRM论坛(CRMbbs.com)——一个让用户更懂CRM的垂直性行业内容平台,CRM论坛致力于互联网、客户管理、销售管理、SCRM私域流量内容输出5年。 如果您有好的内容,欢迎向我们投稿,共建CRM多元化生态体系,创建CRM客户管理一体化生态解决方案。内容来源:知了社区

问题描述:

求防火墙 F100-C 系列的拨号上网命令配置详细,谢谢。

有两条线路,一条是固定IP,一条是拨号上网的,求命令配置,谢谢。

组网及组网描述:


5小时前提问

参考这个

5小时前回答

暂无

拨号:
interface Dialer1
mtu 1492
ppp chap password si   密码
ppp chap user   账号
ppp pap local-user  账号  password si 密码
dialer bundle enable
dialer-group 1
dialer timer autodial 5
dialer timer idle 0
ip address ppp-negotiate
tcp mss 1400
nat outbound 


int gi1/0/2    

 pppoe-client dial-bundle-number 1 

ip route 0.0.0.0 0 dial 1


静态ip:

int gi1/0/2

ip add 1.1.1.2 30  地址换成公网ip

nat outbound

quit

ip route 0.0.0.0 0 1.1.1.1   换程公网网关



5小时前回答

暂无

你正在,求防火墙 F100-C 系列的拨号上网命令配置