Manual:IP/Settings
From MikroTik Wiki
Contents
Summary
Sub-menu: /ip settings
IP Settings allows to configure several IP related kernel parameters.
Properties
| Property | Description |
|---|---|
| accept-redirects (yes | no; Default: yes) | Whether to accept ICMP redirect messages. Typically should be enabled on host and disabled on routers. |
| accept-source-route (yes | no; Default: ) | Whether to accept packets with SRR option. Typically should be enabled on router. |
| ip-forwarding (yes | no; Default: yes) | Emable/disable packet forwarding between interfaces. Resets all configuration parameters to defaults according to RFC1812 for routers. |
| rp_filter (integer [0..2]; Default: 0) | Disables enables source validation.
|
| secure-redirects (yes | no; Default: yes) | Accept ICMP redirect messages only for gateways, listed in default gateway list. |
| send-redirects (yes | no; Default: yes) | Whether to send ICMP redirects. Recommended to be enabled on routers. |
| tcp_syncookies (yes | no; Default: no) |
[ Top | Back to Content ]