site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
965
Share Topic
Posting?
Post a:
Post a:
Links: ·Forum FAQ ·Attitude Adjustment ·Linux docs ·DistroWatch ·OPLM
page: 1 · 2
AuthorAll Replies


floods

join:2003-06-11
Las Vegas, NV

networking slackware as a client

Got slackware a bit ago and everything so far has seemed nice, the install wasn't troubling (don't know what everyone whines about with linux installs, they're no worse than windows, and actually give you *more* options), and so far I've been able to set up most of the graphical stuff (preferred WM etc). Now my next step is to set up networking on the box..

I'm using Direcway with a DW4000. Slackware is going to have to be a client because of lack of driver support for it and for family reasons it just needs to be that way, everyone else prefers XP.

Now, how do I setup the networking..? I ran netconfig, and got as far as setting the hostname. After that, it asks for a domain name and I'm not entirely sure as to what to put in, but it must be needed because it won't let me leave it blank. I tried entering a random name, which was HOME (that being the workgroup the XP machine belongs to) with no luck.
I tried reading some how-to's and they didn't seem to do much help, and now I'm kind of at a stump.


freerock
Premium
join:2001-05-04
New York, NY

What exactly is direcway with a dw4000? what exactly do you need to configure clients? What would you configure on Windows to get it to work? What version of slackware?



floods

join:2003-06-11
Las Vegas, NV

Direcway is the ISP, which is satellite internet, and a DW4000 is the modem type, which connects through a USB.

As far as configuring network clients, I'm lost. I can hook up a windows box and get it running on the network in 5 minutes, but that's with windows.. I'm trying to get slack on the network, and I'm running 9.1.
I think I would need to set the IP as 192.168.0.xx, but the domain things keeps getting me every time.. Just kind of lost, in general.



freerock
Premium
join:2001-05-04
New York, NY

the domain name can be anything you want. make it floodsbox.net, it doesn't need to be a real dns name, its not important at all.

You can also try #atu on irc.freenode.net if you use irc, for help.



drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3

reply to floods
Are you going through a USB hub, or using ICS on a Windows PC?
--
One man's Magic is another man's Engineering.



floods

join:2003-06-11
Las Vegas, NV

Going through ICS on a WindowsXP Pro machine.



drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3

OK, so the USB cable from the DWay goes to the Windows PC, and then how does it connect to the PC running Slackware?
--
One man's Magic is another man's Engineering.



floods

join:2003-06-11
Las Vegas, NV

Coax goes from dish to modem, usb from modem to XP machine. From there, I have a cat5 cable going from my NIC to a switch, and a cat5 cable from the switch to the slack machine. Should have said that in the first post, but I thought it may have been redundant.



drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3
Reviews:
·Verizon FiOS

Sorry if I'm asking a lot of questions, but I've never used DWay before. Does it (The modem) have a DHCP server? What IP did the windows machine get? Does ICS use staic or dynamic IP's? Is the Ethernet card detected in Slack? What happens when you type "ifconfig" from a terminal window in Slack?
--
One man's Magic is another man's Engineering.



Xootneg
I Need All The Help I Can Get.
Premium
join:2002-08-01
Placerville, CA

reply to floods

said by floods:
(don't know what everyone whines about with linux installs, they're no worse than windows, and actually give you *more* options)seem to do much help

I think one of the biggest problems with newbies on their first installs is learning how to properly partition the hdd, and set up the file systems, as well as what all the different partitions/file systems mean in Linux. Like the root "/" partition, /boot partition, and swap partition. You also need to really KNOW your computer intimately to install the correct modules etc. It can be quite intimidating for many at first, and it can actually be quite a bit more complicated than installing Windows. Windows basically does everything automatically, just pop in the CD and it basically takes it all from there, where Linux needs quite a bit more user input and the knowledge of what you are doing. So if this is your first Linux install it sounds like you did much better than most in understanding what you need to install it. Good Job!
--
Confucius Says "Even monkeys fall out of trees"!


floods

join:2003-06-11
Las Vegas, NV

I've installed Debian on another machine, and mandrake on one of mine before (but wasn't too fond of it, it did way too much for me).

The thing is, I've never been much on networking. I've always been a hardware person, but I guess it's time to learn some networking.. As far as the questions drjim See Profile asked, I'll have to look some of that up, becuase I don't know some of it..!



drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3
Reviews:
·Verizon FiOS

I've never used ICS before, so I don't know if it will automatically assign an IP to another machine on a network. If it does (it's running a DHCP server), then you would need a DHCP *client* program running on the Slackware box, so it could request an IP.
--
One man's Magic is another man's Engineering.



floods

join:2003-06-11
Las Vegas, NV

Well, so far I've been trying to assign an IP to it while in netconfig. (That IP being 192.168.0.54) I would assume it doesn't need a DHCP client, since I assigned an IP to the windows machine that was on the network.


MiloMindbend

join:2001-01-18
Jeannette, PA

IIRC, the ICS stuff basically turns the Windows machine into a NATting firewall, DHCP server included. I'd start by setting up the Slack box as a DHCP client rather than trying to manually configure it, and see what happens.



floods

join:2003-06-11
Las Vegas, NV

Okay, that's what I was coming to understand after reading a lot of articles online. I'm trying to set up the client with DHCP now.. and it just timed out while waiting for a valid DHCP server response..

Is there anything specific I need to set the DHCP hostname to when I'm running netconfig?

PS. I ran ifconfig (this being after just now running netconfig) and here's what I get.. I was getting something else when I didn't have it set up as DHCP.

lo     Link encap:Local Loopback
inet addr: 127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX Packets:0 errors:0 dropped:0 overruns:0 frame:0
TX Packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

That's just the local loopback.. isn't it?


drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3

Yes, your Ethernet card is not configured. Did it show up in lspci after you did the modprobe natsemi?
--
One man's Magic is another man's Engineering.



floods

join:2003-06-11
Las Vegas, NV

modprobe natsemi came back with some errors.. this may take a minute to type up so here goes

     /lib/modules/2.4.22/kernel/drivers/net/natsemi.o.gz: init_module: No such device
/lib/modules/2.4.22/kernel/drivers/net/natsemi.o.gz: Hint: ismod errors can be caused
* by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22/kernel/drivers/net/natsemi.o.gz: insmod /lib/modules/2.4.22/kerne
*l/drivers/net/natsemi.o.gz failed
/lib/modules/2.4.22/kernel/drivers/net/natsemi.o.gz: insmod natsemi failed

(*) WARNING 2 long line(s) split

and lspci came with.. (cutting to the important part)
00:06.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10MBit (rev 40)


floods

join:2003-06-11
Las Vegas, NV

if I run ifconfig -a I do get eth0 listed, just found that. Does that change anything



drjim
Premium,MVM
join:2000-06-13
Long Beach, CA
kudos:3

Look like it's not loading the module. Is this a plug-in card, or one integrated to the motherboard?
--
One man's Magic is another man's Engineering.



floods

join:2003-06-11
Las Vegas, NV

This is a card plugged in a PCI slot.


Sunday, 26-May 00:51:18 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 13.5 years online © 1999-2013 dslreports.com.
Most commented news this week
Hot Topics