forward protocol udp 67(active)! ip helper-address 192.168.1.8 说明:dhcp来源于bootp(主机引导协议),它是主机在boot时靠udp广播来获取ip地址。使用ip forward-protocol udp bootps(bootpc)是因为dhcp的服务和客户分别用udp的67与68地址来分配和获取IP地址的。其实上述命令等同于ip forward-pro udp 67(68)。
IpProtocol string 否 协议类型,取值: tcp:转发 TCP 协议的报文。 udp:转发 UDP 协议的报文。 any:转发所有协议的报文。 tcp ForwardEntryName string 否 DNAT 条目的名称。 名称长度为 2~128 个字符,以大小写字母或中文开头, 可包含数字、下划线(_)和短划线(-)。 ForwardEntry-1 PageNumber integer 否 列表...
ip-protocol-typeip-protocol-type指定IP协议类型。整数形式,取值范围是:0~255。 srcportsrcport-value指定源TCP或者UDP端口号。整数形式,取值范围是:0~65535。 dstportdstport-value指定目的TCP或者UDP端口号。整数形式,取值范围是:0~65535。 match-offsetmatch-offset指定需要匹配的偏移量。整数形式,取值范围是:0...
Data Forward is UDP only (there is no TCP support), due to the nature of this protocol, there's no guarantee the data will ever each the other server. We cannot guarantee that all data will reach the other server and even if it does, it doesn't mean the data will be saved: some ...
Ip-protocol-type The value is an integer in the range from 0 to 255. pkt-info core-id Core-id The value is an integer in the range from 0 to 31. sip Source ip The value is in dotted decimal notation. cur-rx-if Cur-rx-if ...
IpProtocol string 协议类型,取值: tcp:转发 TCP 协议的报文。 udp:转发 UDP 协议的报文。 any:转发所有协议的报文。 tcp ExternalPort string 当查询公网 NAT 网关的 DNAT 条目时,该返回参数为进行端口转发的外部端口或端口段。 当查询 VPC NAT 网关的 DNAT 条目时,该返回参数为 NAT IP 地址被外部网络访问的...
类型: NL_ROUTE_PROTOCOL 添加此 IP 路由的方式的路由机制。 此成员可以是 Nldef.h 头文件中定义的NL_ROUTE_PROTOCOL枚举类型的值之一。 RFC 4292 中介绍了成员。 有关详细信息,请参阅 http://www.ietf.org/rfc/rfc4292.txt。 请注意,Ipmib.h 头文件自动包含 Nldef.h 标头,该头文件由 Iprtrmib.h 标...
2.2.1.2.267 PROTOCOL_METRIC_EX 2.2.1.2.268 ROUTER_IKEv2_IF_CUSTOM_CONFIG_1 2.2.1.2.269 MPR_IF_CUSTOMINFOEX_1 2.2.1.2.270 L2TP_TUNNEL_CONFIG_PARAMS_1 2.2.1.2.271 L2TP_CONFIG_PARAMS_2 2.2.2 File Format for Phonebook 2.2.3 Registry Keys 2.2.4 Error Codes 2.2.5 REMRAS Common Message...
smoltcpimposes a compile-time limit on the number of IP addresses assigned to an interface.onetunincreases the default value to support most use-cases. In effect, the default limit on the number ofonetunpeers is7 per protocol(TCP and UDP). ...
指定规则的协议,如tcp, udp, icmp等,可以使用all来指定所有协议。 如果不指定-p参数,则默认是all值。这并不明智,请总是明确指定协议名称。 可以使用协议名(如tcp),或者是协议值(比如6代表tcp)来指定协议。映射关系请查看/etc/protocols 还可以使用–protocol参数代替-p参数 ...