Network interfaces question

Discussion in 'Installation/Configuration' started by sulfuric, Jan 30, 2006.

  1. sulfuric

    sulfuric ISPConfig Developer ISPConfig Developer

    I made install ispconfig on ubuntu (perfect setup) to the letter.

    I created a domaind for technical issues (godaddy) and ns1.domaind.com and ns2.domaind.com are pinted to my IP (62.87.xx.xxx), I have adsl modem. In isp config i created (domaind.com) two A records ns1 and ns2 point to my ip (62.87.....) ¿The nameservers on options on dns manager (domind.com) must be ns1.domind.com and ns2.domind.com or godaddy ns??


    in my network interfaces i have

    auto eth0 (MOdem ADSL) WAN
    iface eth0 inet static
    address 62.87.....
    netmask 255.255.255.0
    network 62.87...
    broadcast 192.168.0.255
    gateway 192.168.0.1 ????

    auto ra (wireless) LAN
    iface ra inet static
    address 192.168.0.101
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1

    and /etc/hosts

    127.0.0.1 localhost.localdomain localhost server1
    62.87..... server1.domind.com server1
    192.168.0.101 virtual-ip1.domind.com virtual-ip1

    My question if i make a client with example.com domind and i go to DNS manager and I create records with my ip 62.87..... apache runs to /var/www
    no to my client page /var/www/web1/web. And if i point to my internal ip only works on my LAN.

    How can I resolve this. Give information about this part of setup THANKS A LOT
     
  2. sulfuric

    sulfuric ISPConfig Developer ISPConfig Developer

    Ok

    Tanks, but I solve my problem i understand the functionality of isp config NOW, thanks to moderators for support.
     

Share This Page