Hello!

A 'whois roskopp.com' returns the following nameserver:

 Domain servers in listed order:
    NS1.ROSKOPP.COM   24.81.129.33

I cannot connect to port 53 on the 24.81.129.33 IP. Perhaps you want to 
confirm your port forwarding configuration? I would think that I should be 
able to connect to this port in order for your machine to service DNS 
requests.

A 'telnet 24.81.129.33 80' returns "Connection refused," suggesting that maybe 
your port forwarding configuration is working but httpd is not running on 
your machine?

Kind regards,

Brandon

On Wednesday 12 June 2002 04:59 pm, Shannon Wicks wrote:
> Basically, I'm trying to host my own domain name from my Redhat 7.3 Linux
> box. I've reached the point where I can type my url (www.roskopp.com) from
> my Redhat box and hit the website no problem. If I do a "dig
> www.roskop.com" all the right information appears...life is wonderful.
>
> However, on the other side of the fence(external machines) I can't reach
> www.roskopp.com. "nslookup www.roskop.com" reveals "DNS request timed out".
> I do have a router AND have all port 53 & 80 requests forwarded to my linux
> box so I don't think that is an issue.
>
> My zone file for roskop.com.zone looks as follows:
>
>
> $TTL 86400
> @       IN      SOA     ns1.roskop.com.  shannonwicks.hotmail.com (
>                         200206111 ; serial
>                         28800 ; refresh
>                         7200 ; retry
>                         604800 ; expire
>                         86400 ; ttl
>                         )
>
>
> @       IN      NS      ns1
>
> localhost       IN      A       127.0.0.1
> ns1     IN      A       24.81.XXX.33
> www     IN      A       24.81.XXX.33
>
> And my resolv.conf file looks as follows:
>
> search 127.0.0.1 ns1.roskop.com cg.shawcable.net
> nmeserver 127.0.0.1
> nameserver 24.81.XXX.33
> nameserver 24.71.XXX.144
> nameserver 24.71.XXX.145
>
> Any reasons why I can reach the DNS locally, but not from an external
> machine?
>
> Thanks in advance
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to