VictorYourITGroup
Bronze Partner
- Joined
- Mar 5, 2019
- Messages
- 46
- Reaction score
- 11
Hi Song,
The IP addresses catch my eye.
Double check your networking. I posted my 3CX configuration earlier.
Maybe check the network interfaces.
As, long as none of this changed in the Debian update.
Here are my notes to myself, the highlighted are the changes I made (ip addresses changed but are private internal):
"Changes made to the interfaces file to connect to AT&T.
Commented out the allow-hotplug command because that is for USB devices.
Not sure why Debian uses it for onboard nics.
I changed to auto and set eno2 to auto so that they would both start on reboot.
The eno2 interface is defined without a gateway"
/etc/network/interfaces.d/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
##allow-hotplug eno1
auto eno1
auto eno2
iface eno1 inet static
address 192.168.0.88/24
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search example.com
iface eno2 inet static
address 1.1.2.21/24
Check your network and let me know.
DM me if you want to discuss providing a pcap file.
I want to see this fixed.
Thanks !!
The IP addresses catch my eye.
Double check your networking. I posted my 3CX configuration earlier.
Maybe check the network interfaces.
As, long as none of this changed in the Debian update.
Here are my notes to myself, the highlighted are the changes I made (ip addresses changed but are private internal):
"Changes made to the interfaces file to connect to AT&T.
Commented out the allow-hotplug command because that is for USB devices.
Not sure why Debian uses it for onboard nics.
I changed to auto and set eno2 to auto so that they would both start on reboot.
The eno2 interface is defined without a gateway"
/etc/network/interfaces.d/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
##allow-hotplug eno1
auto eno1
auto eno2
iface eno1 inet static
address 192.168.0.88/24
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search example.com
iface eno2 inet static
address 1.1.2.21/24
Check your network and let me know.
DM me if you want to discuss providing a pcap file.
I want to see this fixed.
Thanks !!
