Skip to content

Commit 811b257

Browse files
committed
Add router config image.
1 parent 810882d commit 811b257

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

content/blog/2022-11-20-synology-home-assistent.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ tags: [synology]
1212

1313
- [Overview](#overview)
1414
- [Test Urls](#test-urls)
15+
- [Router Config](#router-config)
1516
- [Synology Config](#synology-config)
16-
- [external-access-ddns-settings](#external-access-ddns-settings)
17-
- [application-portal-reverse-proxy-settings](#application-portal-reverse-proxy-settings)
18-
- [security-certs-settings](#security-certs-settings)
17+
- [External Access \> DDNS Settings](#external-access--ddns-settings)
18+
- [Application Portal \> Reverse Proxy](#application-portal--reverse-proxy)
19+
- [Security \> Certificates](#security--certificates)
1920

2021
<!-- /code_chunk_output -->
2122

@@ -31,31 +32,37 @@ Reference
3132

3233
The hope is that these URL will return a valid response
3334

34-
[emeraldjava.synology.me](https://emeraldjava.synology.me)
35-
[home.emeraldjava.synology.me](https://home.emeraldjava.synology.me)
35+
[https://emeraldjava.synology.me](https://emeraldjava.synology.me)
36+
[https://home.emeraldjava.synology.me](https://home.emeraldjava.synology.me)
37+
38+
# Router Config
39+
40+
My home router has the following Port Forwarding rules which send all requests to the Synology IP. Ports 443 and 80 should be open.
41+
42+
![router-port-forwarding](2022-11-20/router-port-forwarding.png)
43+
44+
I have Plex running via Port 32400 and it's remotely accessible.
3645

3746
# Synology Config
3847

39-
This section outlines the specific synology settings that have to align.
48+
This section outlines the specific synology DS-1512 settings that have to align.
4049

41-
## external-access-ddns-settings
50+
## External Access > DDNS Settings
4251

4352
This maps the 'domain' to the dynamic IP of my local synology server.
4453

4554
![external-access-ddns-settings](2022-11-20/external-access-ddns-settings.png)
4655

47-
## application-portal-reverse-proxy-settings
56+
## Application Portal > Reverse Proxy
4857

4958
Setup a reverse proxy which listens for the specific 'domain' and maps those requests to the process on my synology box.
5059

5160
![application-portal-reverse-proxy-settings](./2022-11-20/application-portal-reverse-proxy-settings.png)
5261

53-
## security-certs-settings
62+
## Security > Certificates
5463

5564
The config of the SSL cert for each 'domain'.
5665

5766
![security-certs-settings](./2022-11-20/security-certs-settings.png)
5867

59-
60-
61-
68+
The question is which part or parts of the config are incorrect?
135 KB
Loading

0 commit comments

Comments
 (0)