Interface nodesFirewallOptionsGetOptions

Returned by GET /nodes/{node}/firewall/options

Hierarchy

  • nodesFirewallOptionsGetOptions

Indexable

[additionalProperties: string]: any

Properties

enable?: boolean

Enable host firewall rules.

log_level_in?: string

Log level for incoming traffic.

log_level_out?: string

Log level for outgoing traffic.

log_nf_conntrack?: boolean

Enable logging of conntrack information.

ndp?: boolean

Enable NDP (Neighbor Discovery Protocol).

nf_conntrack_allow_invalid?: boolean

Allow invalid packets on connection tracking.

nf_conntrack_max?: number

Maximum number of tracked connections.

nf_conntrack_tcp_timeout_established?: number

Conntrack established timeout.

nf_conntrack_tcp_timeout_syn_recv?: number

Conntrack syn recv timeout.

nosmurfs?: boolean

Enable SMURFS filter.

protection_synflood?: boolean

Enable synflood protection

protection_synflood_burst?: number

Synflood protection rate burst by ip src.

protection_synflood_rate?: number

Synflood protection rate syn/sec by ip src.

smurf_log_level?: string

Log level for SMURFS filter.

tcp_flags_log_level?: string

Log level for illegal tcp flags filter.

tcpflags?: boolean

Filter illegal combinations of TCP flags.

Generated using TypeDoc