- Joined
- Oct 24, 2017
- Messages
- 3
- Reaction score
- 0
Hi there,
I'm trying to install the 3CX Phone System on a virtual Debian 9 64-bit System. The Debian installation is clean and up-to-date.
In the installation process I have to choose the network interface, but there is nothing to choose - I tried the web installation and the text based one.
My /etc/network/interfaces file looks like this:
auto lo
iface lo inet loopback
# Auto generated venet0 interfaces
auto venet0
iface venet0 inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
up route add default dev venet0
iface venet0 inet6 static
address ::2
netmask 128
up ip -6 r a default dev venet0
auto venet0:0
iface venet0:0 inet static
address *here is my public ip address*
netmask 255.255.255.255
Can anybody help me to fix this issue?
Greets Lars
I'm trying to install the 3CX Phone System on a virtual Debian 9 64-bit System. The Debian installation is clean and up-to-date.
In the installation process I have to choose the network interface, but there is nothing to choose - I tried the web installation and the text based one.
My /etc/network/interfaces file looks like this:
auto lo
iface lo inet loopback
# Auto generated venet0 interfaces
auto venet0
iface venet0 inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
up route add default dev venet0
iface venet0 inet6 static
address ::2
netmask 128
up ip -6 r a default dev venet0
auto venet0:0
iface venet0:0 inet static
address *here is my public ip address*
netmask 255.255.255.255
Can anybody help me to fix this issue?
Greets Lars