36-60 路由器 有两2个公网IP地址,在公网上使用白名单的方法访问
================================
IPS运营商接口
interface GigabitEthernet0/0
port link-mode route
description to
combo enable fiber
ip address 101.102.103.211 255.255.255.248
nat outbound 3334.
nat server protocol tcp global 101.102.103.211 20001 inside 10.10.10.211 20001
nat server protocol tcp global 101.102.103.211 20002 inside 10.10.10.211 20002
nat server protocol tcp global 101.102.103.212 9080 inside 10.10.11.5 80
LAN接核心交换机
interface GigabitEthernet0/1
port link-mode route
combo enable copper
ip address 10.10.255.2 255.255.255.252
nat server protocol tcp global 101.102.103.212 9001 inside 10.10.11.5 80
需求:想让内网这个(10.10.11.5)地址,在公网上使用白名单的方法访问,拒绝所有白名单之外的公网IP地址访问 10.10.11.5 IP地址
(0)
最佳答案
可以使用高级ACL来实现。
以下是配置参考命令:
[SW1]acl advanced 3000
[SW1-acl-ipv4-adv-3000]rule 0 permit ip source 172.16.10.0 0.0.0.255 destination 192.168.1.0 0.0.0.255
[SW1-acl-ipv4-adv-3000]rule 1 permit ip source 172.16.20.0 0.0.0.255 destination 192.168.2.0 0.0.0.255
[SW1-acl-ipv4-adv-3000]rule 3 deny ip source 172.16.10.0 0.0.0.255 destination 192.168.2.0 0.0.0.255
[SW1-acl-ipv4-adv-3000]rule 4 deny ip source 172.16.20.0 0.0.0.255 destination 192.168.1.0 0.0.0.255
[SW1-acl-ipv4-adv-3000]quit
[SW1]int gi 1/0/1
[SW1-GigabitEthernet1/0/1]packet-filter 3000 outbound
[SW1-GigabitEthernet1/0/1]quit
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论