LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-09-2007, 04:16 AM   #76
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148

IMHO that might be a configuration problem with your router. All internet traffic should go to the router, I think. It should send you the nameserver addresses that are then stored to /etc/resolv.conf. Does this file contain anything? Mine looks like this as an example:

Code:
# Generated by dhcpcd for interface eth0
search a-name-that-should-not-be-relevant-I-think
nameserver 217.237.151.205
nameserver 217.237.150.205
 
Old 03-09-2007, 04:17 AM   #77
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
So you see the web-frontend of your router when you surf its address in firefox?
 
Old 03-09-2007, 04:19 AM   #78
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
BTW, have you seen my icq number? I will remove that soon from the post ...
 
Old 03-09-2007, 04:22 AM   #79
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
actually no i didn't see your ICQ number... i've only got msn, my addy is /address deleted/ (i'm gonna go check that file to see the name server)

Last edited by Lypur; 03-09-2007 at 05:12 AM.
 
Old 03-09-2007, 04:28 AM   #80
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
alright, it says
Code:
# Generated by dhpccd for interface eth0
search ca.shawcable.net 
nameserver 192.168.0.1

i think that's good isn't it?
 
Old 03-09-2007, 04:28 AM   #81
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
You could try to edit /etc/rc.d/rc.inet1.conf -- there is a line "GATEWAY=..." where you could state your router's address. I don't need that line, but who knows what it's good for ...
 
Old 03-09-2007, 04:38 AM   #82
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
address, as in...mac address? or ip address (192.168.0.1)?
 
Old 03-09-2007, 04:39 AM   #83
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
ha...everything is empty maybe THIS is the problem
 
Old 03-09-2007, 04:40 AM   #84
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
I think you're right about that. It should see any other nameserver.

Last try at the moment: I searched here on lq.net and found a way to keep a existing (good) resolv.conf file and not let it change each time the dhcp program is run. (The post is: http://www.linuxquestions.org/questi...53#post2431353)

So you could edit the file /etc/rc.d/rc.inet1.conf and change the eth0 section to contain a new line:

Code:
# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""
DHCP_KEEPNTP[0]="yes"
Then edit your file /etc/resolv.conf and add (compare to mine) the dns addresses that you are using with your windows box Not elegant, but might work.
 
Old 03-09-2007, 04:54 AM   #85
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
Alright, so in rc.inet1 i've modified the file to look like this

#Config information for eth0:
IPADDR[0]="192.168.0.1"
NETMASK[0]="255.255.255.0"
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]="DI624'
DHCP_KEEPNTP[0]="yes"

saved the file.

Next step?
 
Old 03-09-2007, 05:00 AM   #86
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
I would not fill in the first two lines, not sure about the DHCP_HOSTNAME. The "USE_DHCP" line tells your computer to get the address and netmask from your router, so I would leave the first two empty.

Then edit your resolv.conf. I guess you know how to obtain the nameservers' addresses either from your windows box or from your router. Fill them in in that file (if you are not sure how it should look like then take my post as an example). Maybe once again restart rc.inet1 and rc.inet2. And pray
BTW what a mess. It should usually really be not that big problem to get simple networking/internet working on a Slackware box. It's pretty straight here -- set a host name, set dhcp yes and I'm up and running :-|
 
Old 03-09-2007, 05:11 AM   #87
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
Alright, i've got everything, the only thing i'm a bit confused about is the name servers. In your version you had two name servers of slightly different numbers. Did you add the second one? I only have one


Quote:
titopoquito IMHO that might be a configuration problem with your router. All internet traffic should go to the router, I think. It should send you the nameserver addresses that are then stored to /etc/resolv.conf. Does this file contain anything? Mine looks like this as an example:

Code:

# Generated by dhcpcd for interface eth0 search a-name-that-should-not-be-relevant-I-think nameserver 217.237.151.205
nameserver 217.237.150.205
and mine down below

Quote:
Code:

# Generated by dhpccd for interface eth0 search ca.shawcable.net
nameserver 192.168.0.1

If you added it, where did you get it from? If not...do you know where I can get it from?
 
Old 03-09-2007, 05:15 AM   #88
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
Mine was filled in automatically. Since this is not true for your computer (don't know why) you need to get them from your Windows box or router. Both have it, probably there's a status page if you call your router's web interface; or see on your Windows box under Network connections --> Properties or something like this.

Another way to get them: http://www.shaw.ca/en-ca/CustomerCare/ContactUs/
 
Old 03-09-2007, 05:23 AM   #89
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
I gotta work now. I will look here every once in a while. Next step is anyway to edit resolv.conf and put in the nameservers' addresses. I have good hope that you then can use the net
 
Old 03-09-2007, 05:24 AM   #90
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
How would i get them from my window's box?? do you mean the shell? The closet thing to two sets of Ip's is

DHCP server
The DI-624 can be setup as a DHCP server to distribute IP addresses to the LAN network.
DHCP server {X} enabled { } Disabled
Starting IP address 192.168.0.100
Ending IP Address 192.168.0.199
Lease time 1 week

think that could be it?

Yea...i agree this is pretty ridiculous!! I feel bad for you, and at the same time really thankful for your help, I wanna BEAT this problem down.
 
  


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
1st timer, preparing to install mandrake 10 canetoad Linux - Newbie 1 11-13-2004 05:28 PM
Preparing for Install eggoz Linux - Software 3 09-06-2004 04:48 PM
Preparing a system to dual boot Slackware 9.1 and Windows 98 keldivac Linux - Newbie 1 04-14-2004 06:27 PM
Preparing foir the Slackware 9.1 Install AceTech747 Slackware 12 01-30-2004 08:07 PM
Preparing for Linux install dbr1066 Linux - Newbie 7 12-18-2002 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:02 AM.

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