LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-15-2004, 06:15 AM   #1
caged
Member
 
Registered: Jan 2004
Location: new zealand
Distribution: Mandrake,Slackware
Posts: 165

Rep: Reputation: 30
Lightbulb Problems connecting to server with debian net-install


i set up the NIC device drivers.
the computer didnt complain when i did any of the "set up network". i used the settings that should work and except for the computers own IP are working on other computers on the network. I know the cable works fine but when i get to the screen entitled "Select Installation Server" and use the default settings press enter and i get
Quote:
The Server is unavailable or contained no release file
the URL the default settings point to is:
http.us.debian.org/debian iv looked at the URL and it looks like it should work. i cant ping the computer on the IP i set either so i guess its not connecting to the network. the green light on the back on the NIC is on.

can some one give me some trouble shooting pointers.

cheers.
Ben.
 
Old 01-15-2004, 01:03 PM   #2
fragglehorn
Member
 
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130

Rep: Reputation: 15
Could you describe your network? If you're behind a router, did you specify it as a nameserver/gateway?
 
Old 01-19-2004, 07:48 AM   #3
caged
Member
 
Registered: Jan 2004
Location: new zealand
Distribution: Mandrake,Slackware
Posts: 165

Original Poster
Rep: Reputation: 30
i have a computer with a USB modem connected to a hub this computers IP i set as the gateway on the computer i want to install debian on. the computer i want to put debian on connects to the network through the same hub. i tryed both setting the nameserver as the IP of the computer that has the modem connected and as blank.

im thinking that debain might accept the device driver but it might be the wrong one im gonna try other drivers and after that a different network card. do you think this could be the problem?

cheers.
ben.
 
Old 01-19-2004, 10:54 AM   #4
fragglehorn
Member
 
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130

Rep: Reputation: 15
Debian typically doesn't load device modules during install if the device is not present. I think the problem is with your network topography. You're using a machine with two nics as your gateway? Instead, try running the modem into the hub and connecting each machine into that. There's a good chance that the other machine wasn't running dhcp for your debian client, so the debian.org url was never recognized. So now you can select your isp's dns address, or leave everything blank.
 
Old 01-20-2004, 06:30 AM   #5
caged
Member
 
Registered: Jan 2004
Location: new zealand
Distribution: Mandrake,Slackware
Posts: 165

Original Poster
Rep: Reputation: 30
nah, the gateway only has one NIC that connects it to the network the modem is connected to this computer through USB. the gateway is the networks firewall although its not dedicated. the hub has no USB ports.
Code:
[External ADSL USB Modem]
              ||
              ||       
          <USB>
              ||
              ||
   [gateway/firewall]
              ||
              ||
       <ethernet>
              ||
              ||
            [hub]===<ethernet>===[debian computer]
does the above make sense?
there are other computers coming off the hub although i didnt think them relevant.
the firewall shouldnt be a relevant detail either as other computers can connect to the internet through the gateway/firewall from the hub.

cheers.
Ben.
 
Old 01-20-2004, 09:39 AM   #6
fragglehorn
Member
 
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130

Rep: Reputation: 15
So . . . is this gateway running dhcpd? What OS is it running? What OS's are other nodes running (is this your first Linux machine on the network)? Do the other boxes specify the gateway as its nameserver, or do they use your isp's settings?
 
Old 01-21-2004, 08:53 PM   #7
caged
Member
 
Registered: Jan 2004
Location: new zealand
Distribution: Mandrake,Slackware
Posts: 165

Original Poster
Rep: Reputation: 30
the computer running the modem is using XP pro. (please dont hit me!)
theres a Fedora computer on the network and for a while there was a mandrake machine to. theres some other windows computers on the network. the computer that im putting Debian on is a 486 and i had FreeDOS running on it (just for interests sake) for about two days before i got sick of it and didnt really try much except to see if i could get java running on it (i couldnt) never tried to set up networking.
All the machines on the network connected to the internet through defining the computer with the USB modem attached as the gateway (192.168.0.1).
I dont know what "dhcpd" is sorry, im googling it now but would like it if people could enlighten me somewhat.
also is name server the same as gateway cos i had to specify both fields when installing network details on the debian install?

thanks.
Ben.

Last edited by caged; 01-21-2004 at 08:58 PM.
 
Old 01-22-2004, 06:20 AM   #8
fragglehorn
Member
 
Registered: Oct 2002
Location: I-Town, NY
Distribution: Debian, Slackware
Posts: 130

Rep: Reputation: 15
dhcpd is the 'dhcp' 'd'aemon. It doesn't have the same name in Windows, but knowing that other machines are connecting to outside addresses is enough to assume XP is acting as a dhcp server, which means it's probably also handling dns.

Easiest solution -- set everything manually. /etc/network/interfaces could look something like this:

auto eth0
iface eth0 inet static
address 192.168.0.xxx
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1

Reboot, check everything with ifconfig, and try again.
 
Old 01-22-2004, 08:24 PM   #9
caged
Member
 
Registered: Jan 2004
Location: new zealand
Distribution: Mandrake,Slackware
Posts: 165

Original Poster
Rep: Reputation: 30
ok thanks heaps ill give that a go.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
connecting to LAN server takes long when net is down Red Squirrel Linux - Networking 2 06-18-2004 12:17 PM
connecting to net by pppd - problems archish Slackware 17 02-06-2004 04:16 PM
problems connecting the net scagman Linux - Newbie 1 07-07-2003 01:40 AM
Connecting to the Net via WinNT Server tim-linux Linux - Networking 2 05-22-2003 11:46 PM
problems on connecting to the net blackstar Linux - Newbie 2 09-20-2001 05:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration