This IP address is shared - ERROR

Discussion in 'Installation/Configuration' started by aferci, Jan 30, 2008.

  1. aferci

    aferci New Member

    Hello folks.

    I am very pleased with ISPConfig till yesterday when I was adding a new domain to my system. (60 domains work great). When I've added this domain I can not access it. I've added a local IP <> domain_name record to my host file, but without any progress.

    Here is my config.

    Internet <> IPCop <> ISPConfig(Debian 4)
    PublicIP <> Local IP

    Primary IP in server is Local + Public !!!

    When I setup ISPConfig for the first time I've realised that I must put public IP to the site, so my DNS server has RIGHT records. After that I simply change public IP to local one and Virtual site in Apache works fine. But from yesterday this does not help anymore.

    Can somebody give me some directions?! Am I missing something ???

    Regards,

    Andrej
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in Vhosts_ispconfig.conf, and what's the output of
    Code:
    ifconfig
    ?
     
  3. aferci

    aferci New Member

    eth0 Link encap:Ethernet HWaddr 00:0C:29:0A:25:D5
    inet addr:192.168.100.35 Bcast:192.168.100.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe0a:25d5/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1254833 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1203069 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:325977464 (310.8 MiB) TX bytes:1029486577 (981.7 MiB)
    Interrupt:177 Base address:0x1400

    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:16436 Metric:1
    RX packets:37614 errors:0 dropped:0 overruns:0 frame:0
    TX packets:37614 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:19212044 (18.3 MiB) TX bytes:19212044 (18.3 MiB)

    *****************
    If I add an virtual site, system puts changes into Vhosts_ispconfig.conf_date_time , but changes are not added to Vhosts_ispconfig.conf. If I edit Vhosts_ispconfig.conf manualy everything works as it should. What kind of permissions should Vhosts_ispconfig.conf have ?!

    Regards,

    Andrej
     
    Last edited: Feb 1, 2008
  4. falko

    falko Super Moderator Howtoforge Staff

Share This Page