From c37f4632b7a655c80030a77b425399b630c59669 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 9 Aug 2018 22:43:22 +0200 Subject: [PATCH 1/2] httpallowed->added private 172.16.* class B subnet Ubuntu 18.08 with latest "apt" docker-version (fresh install) defaulted to 172.16.0.1 and .2 addresses, resulting in a "403 access denied" error (webif inaccessible) --- root/defaults/oscam.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/defaults/oscam.conf b/root/defaults/oscam.conf index 1a2b1d6..8a7cd8a 100644 --- a/root/defaults/oscam.conf +++ b/root/defaults/oscam.conf @@ -9,4 +9,5 @@ logfile = stdout [webif] httpport = 8888 -httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255 +httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255,255.255.255.255 +https://github.com/linuxserver/docker-oscam/blob/master/root/defaults/oscam.conf From 1ee6f1c697d31ee19b0b9d9e4631bb9a59f49915 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 9 Aug 2018 22:45:38 +0200 Subject: [PATCH 2/2] typo - removed garbage from prev. commit --- root/defaults/oscam.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/root/defaults/oscam.conf b/root/defaults/oscam.conf index 8a7cd8a..2b37037 100644 --- a/root/defaults/oscam.conf +++ b/root/defaults/oscam.conf @@ -10,4 +10,3 @@ logfile = stdout [webif] httpport = 8888 httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255,255.255.255.255 -https://github.com/linuxserver/docker-oscam/blob/master/root/defaults/oscam.conf