Need to change IP LAN in 3CX v 20

Status
Not open for further replies.

maxbas

Bronze Partner
Joined
Apr 6, 2023
Messages
9
Reaction score
2
hello everyone
i absolutely need to change the internal LAN IP of 3cx, how should i do ?
I am going crazy with it !
 
Change the IP in the OS itself (i.e. Windows or Linux).
May need a reboot afterwards, may not.
 
Code:
sudo nano /etc/network/interfaces

For example..

auto enp0s3
iface enp0s3 inet static
address 192.168.18.22
netmask 255.255.255.0
gateway 192.168.18.22
dns-nameservers 8.8.4.4 8.8.8.8
Code:
sudo systemctl restart NetworkManager.service
 
  • Like
Reactions: maxbas
Code:
sudo nano /etc/network/interfaces

For example..

auto enp0s3
iface enp0s3 inet static
address 192.168.18.22
netmask 255.255.255.0
gateway 192.168.18.22
dns-nameservers 8.8.4.4 8.8.8.8
Code:
sudo systemctl restart NetworkManager.service

Thanks a lot !
 
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,952
Messages
589,894
Members
164,844
Latest member
abctel2