All of lore.kernel.org
 help / color / mirror / Atom feed
* DNS
@ 2000-11-29  0:13 Jordan Crouse
  2000-11-29  7:27 ` DNS Klaus Naumann
  0 siblings, 1 reply; 9+ messages in thread
From: Jordan Crouse @ 2000-11-29  0:13 UTC (permalink / raw)
  To: linux-mips

Has anyone encountered peculiar happenings with the 2.0.7 glibc and
resolving names via DNS?  It is simply *NOT* going out to the specifiec
nameserver (verified via line sniffer), even though /etc/resolv.conf is
present and correct.  Any lookups with the /etc/hosts file work great,
its just when I try to go out on the network.

Has anyone noticed any strangeness with this????

Jordan

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: DNS
@ 2000-11-29 17:23 Ian Chilton
  0 siblings, 0 replies; 9+ messages in thread
From: Ian Chilton @ 2000-11-29 17:23 UTC (permalink / raw)
  To: linux-mips

Hello,

> What is the best version to use, and where could I download it?  Is
> there a site that is archiving pre-compiled binaries?


I have found 2.0.6 to be ok, and am currently working on 2.2

I think I got 2.0.6 from the gnu site, and used patches from
oss.sgi.com/pub/linux/mips, but I have them for download.

ftp://download.ichilton.co.uk/pub/ichilton/linux-mips  or
http://download.ichilton.co.uk/linux-mips


You will find them in the toolchains directory under v1 and v2:

v1 = glibc 2.0.6, egcs 1.0.3a, binutils 2.8.1, kernel 2.2.14
v2 = glibc 2.2, gcc 2.97, binutils 2.10.91, kernel 2.4



Also, if all else fails, check the links page...there are loads of
sites with Linux/MIPS stuff on  :)
http://linuxmips.ichilton.co.uk
 

Thanks!


Bye for Now,

Ian

                                \|||/
                                (o o)
 /---------------------------ooO-(_)-Ooo---------------------------\
 |  Ian Chilton        (IRC Nick - GadgetMan)     ICQ #: 16007717  |
 |-----------------------------------------------------------------|
 |  E-Mail: ian@ichilton.co.uk     Web: http://www.ichilton.co.uk  |
 |-----------------------------------------------------------------|
 |        Proofread carefully to see if you any words out.         |
 \-----------------------------------------------------------------/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* DNS
@ 2003-01-13 11:52 Mattia Martinello
  2003-01-13 22:21 ` DNS Peter Johnson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mattia Martinello @ 2003-01-13 11:52 UTC (permalink / raw)
  To: netfilter

Hi all

I wish to open DNS connections and redirect it from the gateway and the 
server on the DMZ.
I tried these rules:

iptables -t nat -A PREROUTING -p tcp -i ppp0 -d [public IP] --dport 53 
-j DNAT --to [private IP]:53
iptables -A FORWARD -i ppp0 -d [private IP] -p tcp --dport 53 -j ACCEPT

iptables -t nat -A PREROUTING -p udp -i ppp0 -d [public IP] --dport 53 
-j DNAT --to [private IP]:53
iptables -A FORWARD -i ppp0 -d [private IP] -p tcp --dport 53 -j ACCEPT

But if I try to query my DNS server from the Internet my query goes in 
timeout.
The connections between [private IP] and the Internet are allowed (all 
other services work good without any problem, the only service that gets 
me some problems is DNS).

What have I to open to allow DNS connections from the gateway and the DMZ?

Thank you very much
Bye
Mattia



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-02-12  9:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-29  0:13 DNS Jordan Crouse
2000-11-29  7:27 ` DNS Klaus Naumann
2000-11-29 14:29   ` DNS Mark Lehrer
2000-11-29 14:52   ` DNS Jordan Crouse
  -- strict thread matches above, loose matches on Subject: below --
2000-11-29 17:23 DNS Ian Chilton
2003-01-13 11:52 DNS Mattia Martinello
2003-01-13 22:21 ` DNS Peter Johnson
2003-01-13 22:30 ` DNS Joel Newkirk
2003-02-12  9:06 ` DNS Tarek W.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.