Re: Re: Internet connection sharing with WinXP: DNS problem

2003-10-01 Thread Shane Hickey
If you want the networking info from winxp just do this.  

Start->Run->cmd

then when the command prompt window pops up type
ipconfig /all

it will print all windows networking info.  Voila you have your nameservers.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Internet connection sharing with WinXP: DNS problem

2003-09-02 Thread Andreas Janssen
Hello

Martin Reid (<[EMAIL PROTECTED]>) wrote:

> On Monday 01 September 2003 8:47 am, Jörg Johannes wrote:
> 
>> My father has a Win XP box with a builtin DSL card (no linux driver
>> available AFAIK, it's a Eicon Diva DSL). So the only possibility to
>> get my Linux laptop connected to the net when I am at home is to let
>> XP dial in and share the connection to my Linux box. I have tried the
>> "Internet connection sharing wizard" (an awful thing) on Windows, and
>> set the Win box as gateway in my eth0 config under linux. Now I can
>> ping servers on the net with their IP adress, but I can not get the
>> name resolution to work. I don't know which DNS server Windows uses,
>> it is assigned dynamically wehn the connection is established, and I
>> don't know how to get the adress...
>> Any idea how to make surfing the net possible with such a setup?
> 
>  Try obtaining the IP addresses of your ISPs DNS servers and use them
>  for DNS
> resolution. That may work.

As Jörg's ISP seems to be T-Online, maybe he should add these nameserver
entries to his /etc/resolv.conf:

nameserver 217.5.115.77
nameserver 194.25.2.129

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Internet connection sharing with WinXP: DNS problem

2003-09-02 Thread Nick Hastings

Good evening (or perhaps morning where you are),

* J?rg Johannes <[EMAIL PROTECTED]> [030902 16:56]:
> There are only two IP's listed in the details field. My own one 
> (Client-IP) and the dial-in server's (Server-IP). No DNS listed :(
> 
> But anyhow: I have set some "important" IP adresses to my 
> /etc/resolv.conf (my mail servers) and connection to them fails.

Oops. You need to put the IP of a nameserver in this file (man 5
resolver). Just find the IP of a nearby DNS server a put in a line like:

nameserver www.xxx.yyy.zzz

You can use /etc/hosts to locally store host IP information (as you
were trying to do for your mail servers). man 5 hosts. Your /etc/hosts
file probably has the following on the first line

127.0.0.1  debian localhost

This is assuming you did not change the default hostname from "debian".
You can add lines with IP addresses and host names after the above line.

> But I can ping www.debian.org. This is all strange. 

The IP must be cached somewhere on your machine.

> I'll wait until I start work at the university and get a "real"
> connection. Thanks to all who helped.

Good luck.

Nick.

-- 
Debian testing/unstable
Linux twofish 2.6.0-test3-looxt93c2 i686 GNU/Linux


pgp0.pgp
Description: PGP signature


Re: Internet connection sharing with WinXP: DNS problem

2003-09-02 Thread Jörg Johannes
Damien Solley schrieb:
On Mon, 2003-09-01 at 17:47, Jörg Johannes wrote:

Hi everybody.

My father has a Win XP box with a builtin DSL card (no linux driver 
available AFAIK, it's a Eicon Diva DSL). So the only possibility to get 
my Linux laptop connected to the net when I am at home is to let XP dial 
in and share the connection to my Linux box. I have tried the "Internet 
connection sharing wizard" (an awful thing) on Windows, and set the Win 
box as gateway in my eth0 config under linux. Now I can ping servers on 
the net with their IP adress, but I can not get the name resolution to 
work. I don't know which DNS server Windows uses, it is assigned 
dynamically wehn the connection is established, and I don't know how to 
get the adress...
Any idea how to make surfing the net possible with such a setup?

Thanks
joerg
--
Gib GATES keine Chance!


When you enable Internet Connection Sharing in WinXP, it sets up a
caching DNS server, DHCP server and NAT. Thus, if you set your client
linux box to get it's settings via dhcp, the WinXP box will pass on the
DNS settings (add them to resolv.conf). This works for me, with no
additional setup on either the windows or linux boxes. Using standard
dhclient3 on sarge/testing to get assign an IP address and name
resolution to the linux box.
If that doesn't work for you, then grab the DNS settings off the winxp
box (click 'status' for the DSL connection, you'll find them) and put
them in your /etc/resolv.conf.
Regards,
Damien
Hi Damien,

There are only two IP's listed in the details field. My own one 
(Client-IP) and the dial-in server's (Server-IP). No DNS listed :(

But anyhow: I have set some "important" IP adresses to my 
/etc/resolv.conf (my mail servers) and connection to them fails. But I 
can ping www.debian.org. This is all strange. I'll wait until I start 
work at the university and get a "real" connection.
Thanks to all who helped.

joerg

PS.: I will NEVER use Win XP again. It is simply crap.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Internet connection sharing with WinXP: DNS problem

2003-09-01 Thread Damien Solley
On Mon, 2003-09-01 at 17:47, Jörg Johannes wrote:
> Hi everybody.
> 
> My father has a Win XP box with a builtin DSL card (no linux driver 
> available AFAIK, it's a Eicon Diva DSL). So the only possibility to get 
> my Linux laptop connected to the net when I am at home is to let XP dial 
> in and share the connection to my Linux box. I have tried the "Internet 
> connection sharing wizard" (an awful thing) on Windows, and set the Win 
> box as gateway in my eth0 config under linux. Now I can ping servers on 
> the net with their IP adress, but I can not get the name resolution to 
> work. I don't know which DNS server Windows uses, it is assigned 
> dynamically wehn the connection is established, and I don't know how to 
> get the adress...
> Any idea how to make surfing the net possible with such a setup?
> 
> Thanks
> joerg
> 
> -- 
> Gib GATES keine Chance!

When you enable Internet Connection Sharing in WinXP, it sets up a
caching DNS server, DHCP server and NAT. Thus, if you set your client
linux box to get it's settings via dhcp, the WinXP box will pass on the
DNS settings (add them to resolv.conf). This works for me, with no
additional setup on either the windows or linux boxes. Using standard
dhclient3 on sarge/testing to get assign an IP address and name
resolution to the linux box.
If that doesn't work for you, then grab the DNS settings off the winxp
box (click 'status' for the DSL connection, you'll find them) and put
them in your /etc/resolv.conf.
Regards,
Damien

-- 



"An expert is one who knows more and more about less and
less until he knows absolutely everything about nothing."
~


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Internet connection sharing with WinXP: DNS problem

2003-09-01 Thread Martin Reid



On Monday 01 September 2003 8:47 am, Jörg Johannes wrote:

> My father has a Win XP box with a builtin DSL card (no linux driver
> available AFAIK, it's a Eicon Diva DSL). So the only possibility to get
> my Linux laptop connected to the net when I am at home is to let XP dial
> in and share the connection to my Linux box. I have tried the "Internet
> connection sharing wizard" (an awful thing) on Windows, and set the Win
> box as gateway in my eth0 config under linux. Now I can ping servers on
> the net with their IP adress, but I can not get the name resolution to
> work. I don't know which DNS server Windows uses, it is assigned
> dynamically wehn the connection is established, and I don't know how to
> get the adress...
> Any idea how to make surfing the net possible with such a setup?
>
> Thanks
> joerg

 Try obtaining the IP addresses of your ISPs DNS servers and use them for DNS 
resolution. That may work. 
-- 
Martin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Internet connection sharing with WinXP: DNS problem

2003-09-01 Thread Albert Dengg
...
> the net with their IP adress, but I can not get the name resolution to 
> work. I don't know which DNS server Windows uses, it is assigned 
> dynamically wehn the connection is established, and I don't know how to 
> get the adress...
> Any idea how to make surfing the net possible with such a setup?
...
Well, I think I read somewhere that it sets up an dhcp server for that purpose...I 
think it was standard dhcp compatible in win2k as far as I remember...

I hope I remeber correctly

Yours, Albert Dengg

-- 
Albert Dengg <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]