Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nikaudio

  1. nikaudio

    resolv.conf and sending emials from cron

    Sorry for not responding earlier I was installing RoR for programmers. On both machines MX record points to the same server S1 which host master DNS for mydowmain.com. S2 hosts slave DNS for that domain. >Are you saying when you run the cron script by hand it mails but when cron runs it fails...
  2. nikaudio

    resolv.conf and sending emials from cron

    Hello everybody, I have 2 servers with FC5. On first server S1 there is DNS server installed , on second server S2 there is slave DNS for mydomain.com. resolv.conf on first one have nentry ameserver 127.0.0.1 and crond can send emails from program executed in cron.daily to user@mydomain.com. On...
  3. nikaudio

    Sending notify to slave on internal IP

    Thank you it worked !
  4. nikaudio

    Sending notify to slave on internal IP

    Hello, I have two servers (each have 2 NIC's) external are connected to the Internet, internal NIC's are connected to each other and configured with private IP's. On first server I'm running master DNS for my domain on second slave DNS server. I would like master DNS server to send notify msg...
  5. nikaudio

    No A records for domain but web site is working

    It seems that it is indeed default behavior of resolver but not only. When I type whatever_no_existing_domain.com in IE/Firefox on XP client connected to that server I will get default orlowscy.com web site. Is there any way to disable such behavior different then removing *.orlowscy.com...
  6. nikaudio

    No A records for domain but web site is working

    I restarted server at night. There is no search frase in my resolver. And I still can ping no_existing_domain.com Where eles should I look for it ? I cannot ping no_existing_domain.com from XP clients connected to the server though.
  7. nikaudio

    No A records for domain but web site is working

    by search path you mean: there is "search orlowscy.com" in /etc/resolve.conf ? I did remove "search orlowscy.com" from resolve.conf file and restarted networking. After adding *.orlowscy.com CNAME orlowscy.com to provider DNS, I can [root@topaz sorlowski]# ping no_existing_domain.com PING...
  8. nikaudio

    No A records for domain but web site is working

    Yes I have a lot of virtual hosts on that domain so I "need" wildcard CNAME. But for the sake of experiment, I have added all several CNAME's by hand and have removed wildcard CNAME. Interesting enough I could not ping any more no existing hosts on the internet. Now when dig cannot resolve it...
  9. nikaudio

    No A records for domain but web site is working

    I add it as test.orlowscy.com A 91.121.75.50 (it is GUI interface, provider does not let me mess directly with zone files). this time I did test2 A 91.121.75.51 and it resolves as I would have added test2.orlowscy.com
  10. nikaudio

    No A records for domain but web site is working

    I just added record test IN A 91.121.75.50 and it is resolving as it should.
  11. nikaudio

    No A records for domain but web site is working

    Thank you for the replay. In my provider DNS I have only set up : orlowscy.com A 3600 91.121.75.49 orlowscy.com MX 3600 10 mail.orlowscy.com *.orlowscy.com CNAME 3600 orlowscy.com SO there is wildcard but only for hosts belonging for that domains. And DIG does not resolve...
  12. nikaudio

    No A records for domain but web site is working

    I'm using linux box with FC5. I do not get resolution on DIG 9.3.4 there is not A record. But I can ping host, actually I can ping any host, it does not have any sense. [root@topaz etc]# ping whatever.domain.com PING orlowscy.com (91.121.75.49) 56(84) bytes of data. 64 bytes from iqlogic.pl...
  13. nikaudio

    No A records for domain but web site is working

    Hello, I was setting a domain on apache: aukcje.zep.com.pl and have noticed that there is no A record for that domain: ;aukcje.zep.com.pl. IN A but ping would resolve it to IP address: [root@topaz conf]# ping aukcje.zep.com.pl 64 bytes from iqlogic.pl (91.121.75.49): icmp_seq=1...

Part and Inventory Search

Back
Top