From c7269faaa37ecf90b0bc9e730f9237f269105dfc Mon Sep 17 00:00:00 2001 From: chris <6024426+iw0nderhow@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:40:37 +0200 Subject: [PATCH] Align WebRTC docs with current config (#1299) In pikvm/kvmd, kvmd/configs/janus/janus.jcfg, the port range is specified as 20000-40000. --- docs/webrtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webrtc.md b/docs/webrtc.md index 998d616..f1c6b03 100644 --- a/docs/webrtc.md +++ b/docs/webrtc.md @@ -78,7 +78,7 @@ In rare cases, WebRTC may not work. Here some common tips: * Tricky IPv6 configuration on the network can be a problem. IPv6 support for WebRTC in PiKVM is still in its infancy, so if your network has IPv4, it will be easiest to disable IPv6 on PiKVM. To do this, switch the file system to write mode using `rw` command, add option `ipv6.disable_ipv6=1` to `/boot/cmdline.txt` and perform `reboot`. Also see [here](https://wiki.archlinux.org/title/IPv6#Disable_IPv6). -* A paranoid firewall when you try to connect to the PiKVM by forwarding port 443 to the Internet from the internal network. WebRTC is not enough of this, it uses UDP on ports 10000-20000 for a P2P connection. Make sure that the Firewall does not block them. +* A paranoid firewall when you try to connect to the PiKVM by forwarding port 443 to the Internet from the internal network. WebRTC is not enough of this, it uses UDP on ports 20000-40000 for a P2P connection. Make sure that the Firewall does not block them. * If nothing helps, open the browser's JS console and look at the log, and contact our community via [Discord](https://discord.gg/bpmXfz5). Developers and/or experienced users will definitely help you.