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:[EMAIL PROTECTED]
Verzonden: dinsdag 26 oktober 2004 17:20
Aan: Samuel Trommel
CC: Samuel Trommel; [EMAIL PROTECTED]
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. 
Windows-IP-Konfiguration

        Hostname                                : tiny
        Primäres 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ärer 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:[EMAIL PROTECTED]
> Verzonden: dinsdag 26 oktober 2004 15:22
> Aan: Samuel Trommel
> CC: [EMAIL PROTECTED]
> 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="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="NO"
>>> inetd_enable="YES"
>>> gateway_enable="YES"
>>> named_enable="YES"
>>> ppp_enable="YES"
>>> ppp_mode="ddial"
>>> ppp_nat="YES"
>>> ppp_profile="my-profile"
>>>
>>>
>>> Thanks for any hints,
>>>
>>> Uli.
>>>
>>>
>>>     +---------------------------+
>>>     |    Peter Ulrich Kruppa    |
>>>          |         Wuppertal         |
>>>          |          Germany          |
>>>          +---------------------------+
>>> _______________________________________________
>>> [EMAIL PROTECTED] mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>>>
>>
>>
>>
>> _______________________________________________
>> [EMAIL PROTECTED] mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>>
>
>       +---------------------------+
>       |    Peter Ulrich Kruppa    |
>         |         Wuppertal         |
>         |          Germany          |
>         +---------------------------+
> --
> Deze email is gecontroleerd door CAIWAY Internet Virusvrij.
> Voor meer informatie, zie http://www.caiway.nl/
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>

        +---------------------------+
        |    Peter Ulrich Kruppa    |
         |         Wuppertal         |
         |          Germany          |
         +---------------------------+
--
Deze email is gecontroleerd door CAIWAY Internet Virusvrij. 
Voor meer informatie, zie http://www.caiway.nl/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to