943,473 Members | Top Members by Rank

Ad:
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Jan 17th, 2005
0

Re: Slackware 10.0 wont read hdb

ok, i wasnet cross posting i was anwsering your question. Thank you.
Reputation Points: 13
Solved Threads: 3
Posting Whiz
Sphyenx is offline Offline
366 posts
since Aug 2004
Jan 17th, 2005
0

Re: Slackware 10.0 wont read hdb

Quote originally posted by Sphyenx ...
i coudl barly say im cross posting, first of i was awnsering your questions.
I was reffering to your other post about the networking issue that you responded to in this thread.

Quote originally posted by Sphyenx ...
Im not going to list everything i know and dont know.
Nor did I ask you to. When I offered a solution, your comment was "I already know all that." Makes it difficult for people trying to help you out if we don't know exactly what it is you're asking/looking for.

Quote originally posted by Sphyenx ...
See i know how to solve this problem.
OK, then you obviously don't need my help with it. Sorry to have wasted your time with my blathering.

Quote originally posted by Sphyenx ...
Sorry to be rude, im jsut upset by that rude post of your's.
I wasn't being rude. I was asking you to provide more information regarding your question in order for me to help you find the problem and recommend a solution. But, like you so pointedly made clear earlier, you already know how to fix it, so I won't waste any more of your time.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 18th, 2005
0

Re: Slackware 10.0 wont read hdb

Ill explain the problem a little more to help. Ok when i reun the set up and install stackware 10.0 it asks to configure the OS, and the set up. Now for network it asked for the slot it is located in. PCE, COM etc. I had no clue, then I boot up. I run netconfig and it asks for a domain. I dont have a domain. How else would i run the DHCP? I know how to set up config's with suse, linspire, knoppix, but for some reason this one has me stumped, and your not babbling. lol (=.
Reputation Points: 13
Solved Threads: 3
Posting Whiz
Sphyenx is offline Offline
366 posts
since Aug 2004
Jan 18th, 2005
0

Re: Slackware 10.0 wont read hdb

Quote originally posted by Sphyenx ...
Ill explain the problem a little more to help. Ok when i reun the set up and install stackware 10.0 it asks to configure the OS, and the set up. Now for network it asked for the slot it is located in. PCE, COM etc. I had no clue, then I boot up. I run netconfig and it asks for a domain. I dont have a domain. How else would i run the DHCP? I know how to set up config's with suse, linspire, knoppix, but for some reason this one has me stumped, and your not babbling. lol (=.
1. What NIC do you have in the box?
2. If you run DHCP on a *real* DHCP server, you don't NEED a domain, since that's part of what gets provided by the DHCP server. If you don't know what to put there, just make something up, but WITHOUT the .tld (Top Level Domain - .com, .net, .org, etc.)
3. That's the beautiful part about Slack - you have to know what you're doing when it comes to core networking. It will help you out just so much, but it's expected that the admin know a bit about protocols, networking, and general *nix admin stuff.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 18th, 2005
0

Re: Slackware 10.0 wont read hdb

the thing is how would it pick up my DHCP, with out a domain.. its rediculous cause i cant skip that one prompt. its a standard PCI eth card. No other distros ahd problems with it.. Slack is not working right with audio either. umm.
Reputation Points: 13
Solved Threads: 3
Posting Whiz
Sphyenx is offline Offline
366 posts
since Aug 2004
Jan 19th, 2005
0

Re: Slackware 10.0 wont read hdb

Quote originally posted by Sphyenx ...
the thing is how would it pick up my DHCP, with out a domain.. its rediculous cause i cant skip that one prompt. its a standard PCI eth card. No other distros ahd problems with it.. Slack is not working right with audio either. umm.
DHCP uses the MAC address for leases, NOT a domain. It can also be configured to use hostnames to assign the IP leases, such as MCHSI, but in situations like those, if the MAC address doesn't match the lease, you get a new IP, or you get nothing (depending on their TOS.)

Since you're already behind a NetGear router, the NetGear is receiving a DHCP lease from your provider - not your Linux box. Your router is assigning your local LAN IP addresses, regardless of what hostname.domain the box is configured for.

I have OptOnline cable, using a FreeBSD firewall/router, which is also a DHCP/DNS server for one of my internal subnets. I can plug ANY machine into that subnet, turn it on, configure it to use DHCP, and it'll get an address, regardless of what the hostname or domain that box is already configured for.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 19th, 2005
0

Re: Slackware 10.0 wont read hdb

I highly recommend bookmarking the Linux Documentation Project website for HOWTOs on networking, audio, drivers, etc. It will save you a lot of time and frustration if you learn how things work.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 19th, 2005
0

Re: Slackware 10.0 wont read hdb

Here's a HOWTO I wrote for a DHCP server on FreeBSD. Read it and see how the server gets configured (this is only 1 way of many different ways to configure a DHCP server.)

http://unixfun.net/dhcpd-HOWTO.html

Better yet, here's one on the LDP site:

http://www.tldp.org/HOWTO/DHCP/x369.html
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 19th, 2005
0

Re: Slackware 10.0 wont read hdb

Quote originally posted by TheOgre ...
DHCP uses the MAC address for leases, NOT a domain. It can also be configured to use hostnames to assign the IP leases, such as MCHSI, but in situations like those, if the MAC address doesn't match the lease, you get a new IP, or you get nothing (depending on their TOS.)
I know this, thats why i was getting frustrated.

Quote originally posted by TheOgre ...
Since you're already behind a NetGear router, the NetGear is receiving a DHCP lease from your provider - not your Linux box. Your router is assigning your local LAN IP addresses, regardless of what hostname.domain the box is configured for.
Yup

Quote originally posted by TheOgre ...
I have OptOnline cable, using a FreeBSD firewall/router, which is also a DHCP/DNS server for one of my internal subnets. I can plug ANY machine into that subnet, turn it on, configure it to use DHCP, and it'll get an address, regardless of what the hostname or domain that box is already configured for.
With free BSD it just got me on quick and easy.
Reputation Points: 13
Solved Threads: 3
Posting Whiz
Sphyenx is offline Offline
366 posts
since Aug 2004
Jan 19th, 2005
0

Re: Slackware 10.0 wont read hdb

So what exactly is the problem? If you know all of this, which you claim, there isn't a problem. I've asked you repeatedly for information on your NIC, but rather than answer my questions, you just make comments about how much you already know, then continue to ask for help.

This wreaks of Trolling, so I'm going to ignore this thread as of now. I've given you sufficient resources to find the answer to your question, which has nothing to do with the original thread issue, so you should be able to work this out for yourself.

Am I being rude? Probably. But then, re-read this entire thread, especially YOUR OWN POSTS, and you just might see what me and others see. I'm done wasting my time with someone who claims to know the answers to the questions he's asking, then continues to ask for help but doesn't provide answers to questions being asked of people who try to help.

My suggestions for you:
-Stop being a damn Troll.
-It's OK if you don't know something. That's what this place is all about.
-If someone offers help, don't try to boast about what you supposedly already know - answer their questions and you might even learn something.
-Proofread your postings so they don't sound like blathering drivel. Spell out complete words and form cohesive sentences, and you will be understood. This isn't IRC so forget the l33t h4x0r stuff. Contrary to popular belief, it makes you look like an uneducated moron.

Yes, I can be rude. Ogres aren't known for their patience, nor for being friendly when annoyed. When I spend time trying to help you and you turn it into something far removed from what it should be, I get annoyed.

Complain. Have me banned. Whatever. After all, my network isn't borked, and I know what I'm doing. Ask me for help, and I'll help. Don't waste my time.

EOR
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Linux Applications and Software Forum Timeline: Network Setup for linux selection.
Next Thread in Linux Applications and Software Forum Timeline: help plzzzzzzzzzz





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC