Skip to content

Instantly share code, notes, and snippets.

@hanrw
Last active June 30, 2023 14:47
Show Gist options
  • Save hanrw/b367342ac020b84fc9cbeaa474bbebec to your computer and use it in GitHub Desktop.
Save hanrw/b367342ac020b84fc9cbeaa474bbebec to your computer and use it in GitHub Desktop.
Synology DS918+ Enable extra lan ports
This only verified for reinstall -
- Jun's Loader 1.04b
- DSM_DS918+_24922.pat 6.2.2
===== check current maxlanport =====
user@DiskStation:/etc.defaults$ cat synoinfo.conf|grep maxlan
maxlanport="2"
=====modify synoinfo.conf =====
user@DiskStation:/etc.defaults$ sudo vi synoinfo.conf
```
maxlanport="4"
eth2_mtu="1500"
eth3_mtu="1500"
eth2_wol_options="d"
eth3_wol_options="d"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment