This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:openwrt [2021/03/13 12:15] – jotasandoku | network_stuff:openwrt [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 41: | Line 41: | ||
| ~ In server rpi: | ~ In server rpi: | ||
| ~ / | ~ / | ||
| - | # provides UDP syslog reception | ||
| module(load=" | module(load=" | ||
| input(type=" | input(type=" | ||
| - | |||
| - | # provides TCP syslog reception | ||
| module(load=" | module(load=" | ||
| input(type=" | input(type=" | ||
| Line 52: | Line 49: | ||
| if $fromhost-ip == ' | if $fromhost-ip == ' | ||
| & ~ | & ~ | ||
| - | |||
| - | | ||
| - | | ||
| - | |||
| ---- | ---- | ||
| Line 216: | Line 209: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | * [[https:// | ||
| + | * abc52ff1248f6ec415776f6f23e9229cdadc1eccfa459d018d79ae5645ce972c | ||
| + | * [[https:// | ||
| Line 222: | Line 219: | ||
| LIST CURRENT CONNECTIONS: | LIST CURRENT CONNECTIONS: | ||
| cat / | cat / | ||
| + | | ||
| + | |||
| + | ---- | ||
| + | __CONFIGURE DYNAMIC DNS DDNS IN OPENWRT__\\ | ||
| + | Use preferably the web UI for the config: | ||
| + | |||
| + | cat / | ||
| + | | ||
| + | config ddns ' | ||
| + | option ddns_dateformat '%F %R' | ||
| + | option ddns_loglines ' | ||
| + | option upd_privateip ' | ||
| + | | ||
| + | config service ' | ||
| + | option interface ' | ||
| + | option ip_source ' | ||
| + | option ip_network ' | ||
| + | option service_name ' | ||
| + | option lookup_host ' | ||
| + | option domain ' | ||
| + | option username ' | ||
| + | option password ' | ||
| + | option use_https ' | ||
| + | option enabled ' | ||