Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


ccr_1016_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ccr_1016_config [2015/03/27 18:05] – [Use USB serial port to connect to other devices (switch)] adminccr_1016_config [2015/06/17 22:11] – [Authentication / Security] admin
Line 14: Line 14:
   * Log in with new user, and disable the default admin user:<code>/user disable admin</code>   * Log in with new user, and disable the default admin user:<code>/user disable admin</code>
   * Create self signed certificate for HTTPS:<code>/certificate add name=ca-template common-name=CA key-usage=key-cert-sign   * Create self signed certificate for HTTPS:<code>/certificate add name=ca-template common-name=CA key-usage=key-cert-sign
-add name=server-template common-name=server+/certificate add name=server-template common-name=server
 /certificate sign ca-template name=CA /certificate sign ca-template name=CA
 /certificate sign ca=CA server-template name=server /certificate sign ca=CA server-template name=server
Line 76: Line 76:
   * If connection does not happen, power cycle usb first:<code>/system routerboard usb power-reset   * If connection does not happen, power cycle usb first:<code>/system routerboard usb power-reset
 </code> </code>
 +====Source validation====
 +Current recommended practice in RFC3704 is to enable strict mode to prevent IP spoofing from DDos attacks. If using asymmetric routing or other complicated routing, then loose mode is recommended.
 +
 +strict - Strict mode as defined in RFC3704 Strict Reverse Path. Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded.
 +  * set rp_filter to strict:<code>/ip settings set rp-filter=strict</code>
ccr_1016_config.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1