Hello ,
when i try to update my panel from 1.3.1 to 1.3.3 then give me a error about network interface.
OS: Ubuntu 16.04
Plugins disable
imcp-panel stop before update
1.3.3 network interface problem
- All
- Thread is marked as Resolved.
-
-
Show us your /etc/network/interfaces file and also the result of the ifconfig command.
-
-
hello
Code- # The primary network interfaceauto ens18iface ens18 inet static address 10.10.10.10 netmask 255.255.255.192 network 10.10.10.10 broadcast 10.10.10.10 gateway 10.10.10.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 8.8.8.8 dns-search hostcom.orgauto ens18:1iface ens18:1 inet static address 10.10.10.11 netmask 255.255.255.192 broadcast 10.10.10.10 network 10.10.10.01auto ens18:2iface ens18:2 inet static address 10.10.10.12 netmask 255.255.255.192 broadcast 10.10.10.10 network 10.10.10.10# i-MSCP [10.10.10.11] entry BEGINauto ens18:1004iface ens18:1004 inet static address 10.10.10.11 netmask 32# i-MSCP [10.10.10.11] entry ENDING
Code- ifconfig
- ens18 Link encap:Ethernet HWaddr 0a:5e:f4:3a:da:3e
- inet addr:10.10.10.10 Bcast:10.10.10.63 Mask:255.255.255.192
- inet6 addr: fe80::85e:f4ff:fe3a:da3e/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:33010875 errors:0 dropped:46 overruns:0 frame:0
- TX packets:18112485 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:4532355020 (4.5 GB) TX bytes:7487324556 (7.4 GB)
- ens18:1003 Link encap:Ethernet HWaddr 0a:5e:f4:3a:da:3e
- inet addr:10.10.10.11 Bcast:0.0.0.0 Mask:255.255.255.255
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- ens18:1004 Link encap:Ethernet HWaddr 0a:5e:f4:3a:da:3e
- inet addr:10.10.10.12 Bcast:0.0.0.0 Mask:255.255.255.255
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:65536 Metric:1
- RX packets:3650064 errors:0 dropped:0 overruns:0 frame:0
- TX packets:3650064 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1
- RX bytes:4643624241 (4.6 GB) TX bytes:4643624241 (4.6 GB)
-
1. Read https://github.com/i-MSCP/imsc…d#ip-addresses-management
2. Cleanup your /etc/network/interfaces file -