
28th August 2006, 21:05
|
|
Member
|
|
Join Date: Aug 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is what i get as a result of dig
root@serv1:~# dig @192.168.200.140 xg3d.com
; <<>> DiG 9.3.2 <<>> @192.168.200.140 xg3d.com
; (1 server found)
;; global options: printcmd
;; connection timed out; no servers could be reached
root@serv1:~#
tried both internal and external ip both got same result
|

28th August 2006, 21:15
|
|
Member
|
|
Join Date: Aug 2006
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by nightsbird
This is what i get as a result of dig
root@serv1:~# dig @192.168.200.140 xg3d.com
; <<>> DiG 9.3.2 <<>> @192.168.200.140 xg3d.com
; (1 server found)
;; global options: printcmd
;; connection timed out; no servers could be reached
root@serv1:~#
tried both internal and external ip both got same result
|
Hmm...have you disabled SELinux and Disabled the firewall in your linux setup? That could be the issue.
|

28th August 2006, 21:22
|
|
Member
|
|
Join Date: Aug 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hmm not sure but i switched to the Ubuntu tutorial it didnt say anything about that.
|

28th August 2006, 21:41
|
|
Member
|
|
Join Date: Aug 2006
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by nightsbird
Hmm not sure but i switched to the Ubuntu tutorial it didnt say anything about that.
|
yeah try going in and disabling the SELinux and Firewall altogether.
See I got my router setup using the DMZ settings so that it by passes me just opening certain ports. Then I got the static ip set in the server from the router and thats the same IP i used when setting up ISPConfig.
|

28th August 2006, 22:27
|
|
Member
|
|
Join Date: Aug 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i dont see that either of those is even installed
|

29th August 2006, 05:12
|
|
Member
|
|
Join Date: Aug 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Okay so for all those interested appearantly you cant use a slave zone with the same ip as the master zone ( it breaks bind) Deleted the slave zone and now it listens even dnsstuff.com can find it.
And for those interested (server settings ip address is nat 192.168 address with an additional ip listed as the external IP the two sites i have setup are linked to the external ip not the internal ip)
New Issue
1) Why when i pull up the site does it show the apache /var/www folder contents and not the appropriate virtual host root?ISSUE SOLVE FOUND ANSWER IN ANOTER THREAD
2) Mail will not deliver?
Last edited by nightsbird; 29th August 2006 at 05:25.
|

29th August 2006, 08:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,890
Thanks: 693
Thanked 4,188 Times in 3,205 Posts
|
|
Quote:
|
Originally Posted by nightsbird
Mail will not deliver?
|
Which lines appear in your mail.log, wehn you send a email. Whicht pop3 daemon do you have installed?
|

29th August 2006, 13:17
|
|
Member
|
|
Join Date: Aug 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
its a Courier/Postfix setup I know that my isp blocks the standard mail port. Could this be the issue if so how do i change the port
It says connection timed out port 25
this is the log why does it have example.com also
Aug 29 05:15:47 serv1 postfix/qmgr[28325]: 7CE251203A7: from=<web1_**bar@example.com>, size=684, nrcpt=1 (queue active)
Aug 29 05:15:47 serv1 postfix/qmgr[28325]: E56BE1203BA: from=<****bar@xg3d.com>, size=724, nrcpt=1 (queue active)
Aug 29 05:16:17 serv1 postfix/smtp[32513]: connect to encore-etch.com[205.2**.2**.9*]: Connection timed out (port 25)
Aug 29 05:16:17 serv1 postfix/smtp[32514]: connect to encore-etch.com[205.2**.2**.9*]: Connection timed out (port 25)
Aug 29 05:16:17 serv1 postfix/smtp[32514]: E56BE1203BA: to=<***@****-etch.com>, relay=none, delay=54529, status=deferred (connect to encore-etch.com[205.2**.2**.9*]: Connection timed out)
Aug 29 05:16:17 serv1 postfix/smtp[32513]: 7CE251203A7: to=<***@****-etch.com>, relay=none, delay=55467, status=deferred (connect to encore-etch.com[205.2**.2**.9*]: Connection timed out)
|

29th August 2006, 14:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,890
Thanks: 693
Thanked 4,188 Times in 3,205 Posts
|
|
Quote:
|
Originally Posted by nightsbird
its a Courier/Postfix setup I know that my isp blocks the standard mail port. Could this be the issue if so how do i change the port
|
Yes, thats the issue. If you know that your ISP blocks your mail traffic, why did you not post it at the beginning?
You can not run a mailserver on a dsl line where port 25 is blockes, because all other mailservers will try to contact your server on port 25. If you only want to send mail and not receive email, then you can ask your provider if the run a mailrelay server that is not blocked.
|

29th August 2006, 20:50
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by till
then you can ask your provider if the run a mailrelay server that is not blocked.
|
If you want to relay your emails through your ISP's mail server, have a look here: http://www.howtoforge.com/forums/sho...ight=relayhost
Your domain isn't working, there's something wrong with your DNS settings:
Code:
dig xg3d.com
; <<>> DiG 9.2.1 <<>> xg3d.com
;; global options: printcmd
;; connection timed out; no servers could be reached
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:17.
|
|
Recent comments
1 day 6 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 12 hours ago
2 days 14 hours ago