![]() |
[SOLVED] DNS help for newbie - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] DNS help for newbie (/thread-2578.html) |
[SOLVED] DNS help for newbie - wickit - 02-27-2008 01:52 AM Hi, first thanks for a great piece of software. my setup fresh install on Debian install on ip 192.168.1.68 host *.co.uk added extra outside ip 212.*.*.* dmz setup on firewall to 192.168.1.68 setup A record WWW on offsite dns to 212.*.*.* This only goes straight to the admin login ? i have also setup a temp reseller and a temp user with another domain. again i setup another WWW A record to point to 212.*.*.* again it goes straight to the admin login ! please can you advise on what im doing wrong on the DNS side of things. dont forget im very new to Linux, im a windows geek sorry but i want to turn to the light side !!!!! Thx in advance RE: DNS help for newbie - joximu - 02-27-2008 02:42 AM Quote:i want to turn to the light side ok, then we try to help... on the ispCP box you can turn off dns and everything. Clear. The IP for ispCP is only the internal one. So, it's a pure apache configuration what you'll get. try this command Code: apache2 -S /J Upd: ah - question: are you coming from outside or from inside the LAN? RE: DNS help for newbie - wickit - 02-27-2008 07:59 PM Sorry but im still very confused The apache comand gives me VirtualHost configuration: 192.168.1.68:80 admin.*.co.uk (/etc/apache2/sites-enabled/00_master.conf:6) 217.*.*.*:80 is a NameVirtualHost default server testing.*.co.uk (/etc/apache2/sites-enabled/ispcp.conf:52) port 80 namevhost testing.*.co.uk (/etc/apache2/sites-enabled/ispcp.conf:52) port 80 namevhost *.co.uk (/etc/apache2/sites-enabled/ispcp.conf:140) Syntax OK again if i go to the domain testing.*.co.uk it points me straigt to the admin login page ????? and in answer to your question i am comming from outsite forgot to mention my name servers are off site and not hosted localy, all im doing is point records at the live ip RE: DNS help for newbie - joximu - 02-27-2008 08:11 PM your apache should not use the external IP - since the server (as I understood) has only one internal IP - and all traffic is routed from outside to this server... /J RE: DNS help for newbie - wickit - 02-27-2008 08:35 PM joximu Wrote:your apache should not use the external IP - since the server (as I understood) has only one internal IP - and all traffic is routed from outside to this server... Ok i have removed the ip from the control panel, do i have to make any manual changes to any config files ? ......again thanks for your help on this...... RE: DNS help for newbie - joximu - 02-27-2008 08:40 PM if you can remove the ip from the panel then there should be no website connected to it... did you switch the ip from the reseller...? if tha apache -S still shows the external ip, maybe you need to regenerate the config files (see docu/faq). /J RE: DNS help for newbie - wickit - 02-27-2008 08:55 PM Fantastic your a star.... all working like a dream. RE: DNS help for newbie - joximu - 02-27-2008 09:05 PM We don't use stars, but reputation points :-) Enjoy your ispCP! Cheers J RE: DNS help for newbie - wickit - 02-27-2008 09:11 PM joximu Wrote:We don't use stars, but reputation points :-) reps coming your way !! RE: DNS help for newbie - joximu - 02-27-2008 09:19 PM thnx ![]() |