济南磐龙笔记本交换机维修

资讯 2024-07-15 阅读:43 评论:0
天融信防火墙命令集锦Convergence of Firewall CommandsHelpmode chinesel区域权限:pf service add name webui(gui/ping/telent) area 区域名 addr...

天融信防火墙命令集锦

Convergence of Firewall Commands



Helpmode chinesel


区域权限:pf service add name webui(gui/ping/telent) area 区域名 addressname any

regional competence: service add name webui (gui/ping/telent) area Addressname any


web管理服务开启:system httpd start

web management services open: system httpd start

web界面权限添加:pf service add name webui area 区域名 addressname any

web interface privileges added: pf service add name webui area


添加网口ip network interface eth16 ip add 192.168.4.12 mask 255.255.255.0 label 0

Add web portal/span>: network interface eth16 ip add 192.168.4.12 mask 255.255.255.0 label 0

禁用网口:   network interface eth16 shutdown

Disabled portal: & nbsp; network interface et 16 shutdown

启用网口:   network interface eth16 no shutdown

Enable web portal: & nbsp; network interface et16 no shutdown

交换模式:   network interface eth16 switchportno switchport路由模式)

exchange mode: & nbsp; network interface et 16 switchport ( no switchport route mode)


区域设置:  define area add name E1 attribute 网口 access offon)《off权限禁止,on权限允许》

Regional settings: & nbsp;define isa add name E1 antibute access off ( )

主机地址:  define host add name 主机名 ipaddr 192.1.1.1

Host address: & nbsp; host name hostname

子网地址:  define host subnet add name 名字 ipaddr 192.168.1.1 mask 25.255.255.0

subnet address: & nbsp;definine host subnet add name ipiddr 192.168.1.1 mask 25.255.0

自定义服务:define service add name 名称 protocol  6 port 端口号 (6tcp的协议码)

Custom services: name name name protocol   6 port port port number(>6

vlan添加ipnetwork interface vlan.0001 ip add 192.168.1.1 mask 255.255.255.0 label 0

vlan Add : network interface vlan.0001 ip add 192.168.1.1 mask 255.255.255.0 label 0



web服务器外网访问

web

1)设置 E1 区域

1) Set E1 Section

#define area add name E1 access on attribute eth1

2)定义 WEB 服务器真实地址

2) Defines the real address of the WEB server

#define host add name WEB_server ipaddr 172.16.1.2

3)定义 WEB 服务器访问地址

3) Define WEB server access address

#define host add name MAP_IP ipaddr 202.99.27.199

4)定义服务端口

4) Defines the service port

#define service add name Web_port protocol 6 port 8080

说明:“6”是 TCP 协议的协议码

states: "6" is the code of the TCP protocol

5)设置地址转换规则

5) Setup address conversion rules

#nat policy add srcarea E1 orig_dst MAP_IP orig_service http

trans_dst Web_server trans_service Web_port














                                       路由adls

& nbsp;                                   & nbsp; & nbsp; & nbsp; & nbsp;     routeadls

ADS拨号设置

ADS dial-up settings

1)设置 ADSL 拨号参数

1) Set ADSL Dialup Parameters

#network adsl set dev eth0 username adsl1234 passwd 123456 attribute adsl

2)定义外网区域(adsl-a)

2) Defines the outer network area (adsl-a)

#define area add name adsl-a attribute adsl access on

3)配置地址转换策略

3) Configure address conversion policy

#nat policy add srcarea area_eth1 dstarea adsl-a trans_src adsl

4)拨号

4) Dial

#network adsl start

5)查看拨号连接情况

5) See dial-up connection

# network adsl show status

STATE: PHASE_RUNNING

RX_BYTES: 815

TX_BYTES: 2021

RX_PKTS: 13

TX_PKTS: 42

LOCALIP: 168.22.100.3

PEERIP: 168.22.100.1

ELAPS: 586


Dhcp配置

Dhcp

1)配置 Eth1 口的 IP 地址

1) Configure IP address for Eth1

#network interface eth1 ip add 10.10.10.1 mask 255.255.255.0

系统自动为物理接口 eth1 绑定属性“eth1”。

The system automatically binds the properties "eth1" to the physical interface eth1.

2)添加区域对象,指定对区域对象的访问权限为允许访问,并将区域与属性 eth1 绑

2) Add area objects, specify access rights to regional objects as allowed, and bind area to attribute eth1

定。

/span'

#define area add name area_eth1 access on attribute eth1

3)开放该区域的 DHCP 服务

3) Opening up DHCP services in the region

#pf service add name dhcp area area_eth1 addressname any

4)配置 DHCP 服务器

4) Configure DHCP Server

首先要配置 DHCP 服务器的地址池

first configures the address pool of the DHCP server

#network dhcp server add_subnet subnet 10.10.10.0 submask 255.255.255.0 gateway

10.10.10.1 sub_start 10.10.10.23 sub_end 10.10.10.33 pri_dns 202.106.0.20

如果需要,DHCP 服务器可以给指定 MAC 地址的主机绑定 IP 地址。

If necessary, the DHCP server can bind the IP address to the host of the specified MAC address.

#network dhcp server add_host name bind macaddr 00:50:04:c3:b0:31 ipaddr

10.10.10.25

5)在 eth1 口启动 DHCP 服务器

5) Start DHCP server at eth1

#network dhcp server start on eth1

6)查看已分配的 IP 情况

6) See allocated IP

#network dhcp show binded








web服务器外网访问

web server extranet access

1)设置 E1 区域

1) Set E1 Section

#define area add name E1 access on attribute eth1

2)定义 WEB 服务器真实地址

2) Defines the real address of the WEB server

#define host add name WEB_server ipaddr 172.16.1.2

3)定义 WEB 服务器访问地址

3) Define WEB server access address

#define host add name MAP_IP ipaddr 202.99.27.199

4)定义服务端口

4) Defines the service port

#define service add name Web_port protocol 6 port 8080

说明:“6”是 TCP 协议的协议码

notes: , , is the code of the TCP protocol

5)设置地址转换规则

5) Setup address conversion rules

#nat policy add srcarea E1 orig_dst MAP_IP orig_service http

trans_dst Web_server trans_service Web_port





目的地址转换

nat policy add srcarea adsla  orig_dst adsl orig_service anyshare端口 trans_dst 营销系统主机

andpolicialaddsrcarea   orig_dspanspan>

nat policy add orig_src any orig_dst adsl orig_service anyshare端口 trans_dst 营销系统主机

adslspan'

区域源地址转换

Source Address Conversion :

nat policy add srcarea area_eth11 dstarea adsla trans_src adsl enable yes


访问控制

Access Control

firewall policy add action accept  srcarea area_eth12  dstarea area_eth11

firewall policy add action accept  src any  dstarea area_eth11







源地址转换

Source Address Conversion

1)定义区域对象

1) Defines area objects

#define area add name area_eth1 access on attribute eth1

#define area add name area_eth0 access off attribute eth0

2)定义内网地址对象

2) Define inner-network address object

#define subnet add name  子网 100.x ipaddr 192.168.100.0 mask 255.255.255.0

ipaddr1 mask

3)定义 NAT 地址

3) Define NT Address

#define host add name nat-ip ipaddr 202.10.10.1 mask 255.255.255.0

定义 NAT 地址池

Defines NT Address Pool

#define range add name nat-pool ip1 202.10.10.1 ip2 202.10.10.10

4)定义 NAT 地址转换规则

4) Definition of NT address conversion rules

转换为固定 nat-ip

to fixednat-ip

#nat policy add dstarea area-eth1 orig_src  子网 100.x trans_src nat-ip enable yes

isa-eth1 orig_src  

在地址池中动态选择转换后的 IP

#nat policy add dstarea area-eth1 orig_src  子网 100.x trans_src nat-pool enable yes

policy dstarea a/span> orig_src  




济南磐龙笔记本交换机维修  www.pldtwx.com

Dinan Rock Notebook Switching www.pldtwx.com

文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
热门文章
  • 以太坊区块链浏览器的搭建

    以太坊区块链浏览器的搭建
    环境;Ubuntu 首先需要下载git 参考链接:?http://www.360bchain.com/article/156.html??Environment; Ubuntu first needs to download git reference link: ˂a rel="noformlow" href="http://www.360bchai.com/article/156.html"? http://www.360bchai.com/article/156.htm...
  • 百度元宇宙希壤app官方下载

    百度元宇宙希壤app官方下载
    希壤元宇宙是一款非常好玩的休闲手游,这款游戏采用了元宇宙的游戏概念,超级自由的游戏玩法,在这里没有什么标准限定,你可以自由的在这里进行着一切你想做的事情,游戏比较的休闲和放松,没有什么操作难度,感兴趣的小伙伴们可以来007游戏网下载这款非常有趣的希壤元宇宙吧!˂a href=http://m.yx007.com/key/xxsy" target="_blank" , a game that uses the concept of meta-cosm, super-free p...
  • 【CoinCentral 合作內容】加密貨幣 Decred 正式推出 2018 發展路段線圖

    【CoinCentral 合作內容】加密貨幣 Decred 正式推出 2018 發展路段線圖
    早些時候,加密貨幣Decred發表了一篇博客文章,概述了他們2018年的正式發展路線圖。Earlier, encrypt currency Decred published a blog article outlining their official road map for development in 2018.在這個路線圖中,團隊在為他們制定營銷宣傳之前,明確地表明他們於建立和發布可交付物品的成果,同時將他們的營銷集中在項目的核心組成部分。Decred團隊正在研究一些...
  • 跨接在两个网络间的语音记录仪设计

    跨接在两个网络间的语音记录仪设计
      摘  要: 设计了语音记录仪。该语音记录仪桥接在通信设备之间,同时提供3种桥接接口:以太网接口,支持在IP通信方式下的各通话组的直通及录音功能;二线接口,支持模拟二线方式下的直通及录音功能;音频接口,支持模拟音频方式下的直通及录音功能。同时话音记录仪提供FTP服务器,可以通过局域网对语音记录仪保存的语音文件进行下载和管理。此外,该设备支持语音回放功能。 extracts & nbsp; to : The voice record...
  • 元宇宙概念股有哪些 元宇宙概念股一览表

    元宇宙概念股有哪些 元宇宙概念股一览表
    元宇宙概念股排行精选 元宇宙概念股一览表(2022/11/08),下文就随小蔡来简单的了解一下吧。The contours of the meta-cosmology unit are in the list of the meta-cosmological concept units (2022/11/08), so let's get to the bottom of this with Little Choi. 元宇宙概念股龙头有:The contou...
标签列表