Network interfaces question
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
|
Recent comments
23 hours 48 min ago
1 day 4 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 5 hours ago
2 days 7 hours ago