Date: Tue, 26 Oct 2004 17:35:46 +0200 From: "Samuel Trommel" <s.trommel@helpdesk.kabelfoon.nl> To: "Peter Ulrich Kruppa" <root@pukruppa.de> Cc: freebsd-stable@freebsd.org Subject: RE: ppp -nat broken??? Message-ID: <CCD669E367CFF34FA78847EC88181C9C0B36FC@kabfoon.kabelfoon.intern>
next in thread | raw e-mail | index | archive | help
Oke.. are you using DHCP or static. I suppose you are using dhcp?? So i = will give you a example of my dhcpd.conf: option domain-name "sam.intern"; option domain-name-servers 192.168.0.2, 192.168.0.1; option subnet-mask 255.255.255.240; option broadcast-address 192.168.0.15; default-lease-time 600; max-lease-time 7200; authoritative; ddns-update-style none; log-facility local7; Look at these "option domain-name-servers 192.168.0.2, 192.168.0.1;" = this are the dns-server my clients get when they ask for a dhcp-lease. = You should check if your dns-servers has something like: forwarders { 195.62.99.42; 195.62.97.177; }; If i'm not right. Give us some more information about your setup.. i'm = just guessing around now.. greets, Samuel Trommel Van: Peter Ulrich Kruppa [mailto:root@pukruppa.de] Verzonden: dinsdag 26 oktober 2004 17:20 Aan: Samuel Trommel CC: Samuel Trommel; freebsd-stable@freebsd.org Onderwerp: RE: ppp -nat broken??? On Tue, 26 Oct 2004, Samuel Trommel wrote: > Hello Peter, > > Oke, if you are using windows clients show me ipconfig /all.=20 Windows-IP-Konfiguration Hostname : tiny Prim=E4res DNS-Suffix : Knotentyp : Hybrid IP-Routing aktiviert : Nein WINS-Proxy aktiviert : Nein Ethernetadapter LAN-Verbindung Verbindungsspezifisches DNS-Suffix : Beschreibung : 00-80-88-03-C4- 3A DHCP aktiviert : Nein IP-Adresse : 192.168.10.4 Subnetzmaske : 255.255.255.0 Standardgateway : 192.168.10.1 DNS-Server : 192.168.10.1 prim=E4rer WINS-Server : 192.168.10.1 > And in the case of linux/unix /etc/resolv.conf. nameserver 192.168.10.1 > > So if you don't using named(!?:) turn it off? Doesn't work either. > Samuel Trommel > > -----Oorspronkelijk bericht----- > Van: Peter Ulrich Kruppa [mailto:root@pukruppa.de] > Verzonden: dinsdag 26 oktober 2004 15:22 > Aan: Samuel Trommel > CC: freebsd-stable@freebsd.org > Onderwerp: Re: ppp -nat broken??? > > > On Tue, 26 Oct 2004, Samuel Trommel wrote: > >> Hello, >> >> It has something to do with your DNS. Do the following: >> >> - show us your /etc/resolv.conf > domain pukruppa.de > nameserver 195.62.99.42 > nameserver 195.62.97.177 > > >> - are you really sure named is configured correctly? > No, until now I never had to configure anything there. > > > Uli. > >> greets, >> >> Samuel Trommel >> >> <quote who=3D"Peter Ulrich Kruppa"> >>> >>> Hi! >>> >>> I wonder if userland ppp's nat option is broken or if I missed >>> something new. >>> >>> I am using my freebsd (5.3-STABLE) machine as internet gateway. >>> Everything works all-right from the gateway itself. >>>> From my workstations I can ping any IP in the internet, but >>> domain names won't be resolved ("unknown host"). >>> >>> These are my rc.conf lines: >>> >>> kern_securelevel_enable=3D"NO" >>> inetd_enable=3D"YES" >>> gateway_enable=3D"YES" >>> named_enable=3D"YES" >>> ppp_enable=3D"YES" >>> ppp_mode=3D"ddial" >>> ppp_nat=3D"YES" >>> ppp_profile=3D"my-profile" >>> >>> >>> Thanks for any hints, >>> >>> Uli. >>> >>> >>> +---------------------------+ >>> | Peter Ulrich Kruppa | >>> | Wuppertal | >>> | Germany | >>> +---------------------------+ >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" >>> >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" >> > > +---------------------------+ > | Peter Ulrich Kruppa | > | Wuppertal | > | Germany | > +---------------------------+ > -- > Deze email is gecontroleerd door CAIWAY Internet Virusvrij. > Voor meer informatie, zie http://www.caiway.nl/ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to = "freebsd-stable-unsubscribe@freebsd.org" > > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ -- Deze email is gecontroleerd door CAIWAY Internet Virusvrij.=20 Voor meer informatie, zie http://www.caiway.nl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CCD669E367CFF34FA78847EC88181C9C0B36FC>