Hello, I added a second IP to my ispconfig server, first i added my ip in "System > Server IP Adresses". Then i manually edited /etc/network/interfaces and added these lines : Code: post-up /sbin/ifconfig eth0:0 a.b.c.d netmask 255.255.255.255 broadcast a.b.c.d post-down /sbin/ifconfig eth0:0 down It works now, i just want to be sure if manually edit interfaces config file won't conflict with ispconfig.
Thats ok, you have to edit the interfaces file manually if automatic network configuration is disabled (which is the default).