PDA

View Full Version : How to see IP's in the IP List


AngelDrago
22nd March 2006, 18:48
Hi guys i added after a month of running ISPConfig great i added more ip's in debian 3.1 in here /etc/network/interfaces and i do not see them in the ispconfig ip list under management/server/settings

also do i need to change the host file to reflect my domains?

like descripted like this...
127.0.0.1 localhost.localdomain localhost server1
192.168.0.100 server1.example.com server1
192.168.0.101 virtual-ip1.example.com virtual-ip1

or do i need to create it like this

127.0.0.1 localhost.localdomain localhost server1
192.168.0.100 server1.mydomain.com server1
192.168.0.101 virtual-ip1.mydomain.com virtual-ip1
192.168.0.102 virtual-ip2.mydomain.com virtual-ip2
192.168.0.103 virtual-ip3.mydomain.com virtual-ip3
192.168.0.104 virtual-ip4.mydomain.com virtual-ip4

and replace the virtual-ip with something else??

Thank you
Angel

falko
23rd March 2006, 01:39
Hi guys i added after a month of running ISPConfig great i added more ip's in debian 3.1 in here [FONT=Verdana, Arial, Helvetica, sans-serif][SIZE=2][I][FONT=Courier New, Courier, mono]/etc/network/interfaces and i do not see them in the ispconfig ip list under management/server/settingsYou must add them there manually.

also do i need to change the host file to reflect my domains?

If your domains have proper DNS records, then it's not necessary. Otherwise I'd recommend it.