YiannisH-3CX,
3CX V16.0.0.1581 Linux ISO on-site. SSH, Logged in as root.
I confirmed that .../debian stretch main is in the 3cxpbx list file. I can ping downloads-global.3cx.com.
** my interfaces file **
nano /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp2s0
iface enp2s0 inet static
address 192.168.43.254
netmask 255.255.252.0
gateway 192.168.40.1
** type ip addr **
root@3cx:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether ec:8e:b5:74:50:71 brd ff:ff:ff:ff:ff:ff
inet 192.168.43.254/22 brd 192.168.43.255 scope global enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::ee8e:b5ff:fe74:5071/64 scope link
valid_lft forever preferred_lft forever
** type ip route **
root@3cx:~# ip route
default via 192.168.40.1 dev enp2s0 onlink
192.168.40.0/22 dev enp2s0 proto kernel scope link src 192.168.43.254
Is my routing correct?
** my Kerio firewall (gateway) address is 192.168.40.1 **
I only have UDP-5001, UDP-5090, TCP-5090 traffic rules setup.
I have one external android client and one iOS client. I do not have any external SIP phones.
What ports on my firewall must be open for 'apt-get update' to retrieve files from downloads-global.3cx.com?
Thank you,