LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   running slackware as a client through a WinXP ICS host. (https://www.linuxquestions.org/questions/linux-networking-3/running-slackware-as-a-client-through-a-winxp-ics-host-164680/)

FLOODS 03-31-2004 04:19 PM

running slackware as a client through a WinXP ICS host.
 
I have a WindowsXP host and I need to have a slackware client set up on the network with it.
At this point, I have a switch and the cables, and I have the network setup on the Windows side, I know this because I've had a friend bring another windows machine over and we can set his up fine.
Now, I've been trying to get this slack client up for two days now.

I've ran netconfig multiple times and I've tried a googloplex of different settings, from dhcp to static and tried different IPs under static etc.. I just don't know where to go from here. I know the NIC is detected, it's in lspci and the connection is shown under ifconfig, I just can't get it to do anything, even ping the host. :(

Is there something I'm missing? It could be something simple, I'm somewhat new to linux and just now moving on to the networking side of it. Thanks for any help..!

Peacedog 03-31-2004 05:11 PM

are you using dialup or another type of connection from windows? i use dial up and this works for me. setup ics, fairly simple, just turn it on. that connection is setup to obtain an ip automatically(dialup). the lan connection is setup static, w/ 192.168.0.1. w/that done run netconfig on the slack machine. choose static, 192.168.0.2, gateway, 192.168.0.1, nameserver, 192.168.0.1. providing that there are no firewall issues, or any misconfigured nic issues, this should work. i dialup and the connection is there, i use kerio firewall and have configured it to allow the connection. i am typing from my slack machine, which is connected through dialup from win2k. hope that helps.
good luck.

FLOODS 03-31-2004 05:18 PM

Well, I used all those settings, which were what I had before (except for the nameserver) and still to no luck.. Does the username and password need to be the same on slack as it is on WinXP? I can't even ping the host. :confused:

Peacedog 03-31-2004 05:32 PM

run netconfig w/the settings from my first post. then post the output of

/sbin/ifconfig

are you certain the windows box is setup correctly, and you have no firewall issues?

FLOODS 03-31-2004 05:36 PM

I'm going to get my friend to drag his computer over so we can be sure the network is set up right, but last time he was over it was fine.

I did run netconfig with those settings, but isntead of making my IP 192.168.0.2 I made it 192.168.0.10, though I'll run it again and see what I get. I'll post back in a few minutes with some results.

Peacedog 03-31-2004 05:40 PM

xxx.xxx.xxx.2 or .10 should be fine. you never answered are you on dialup or some other type of connection? how about that firewall?

FLOODS 03-31-2004 05:53 PM

Oh! Sorry.
I'm running on satellite and am using a firewall, Norton Internet Security. I have the home networking set up on nortn and am fixing to disable norton entirely just to be extra sure. I just got back and am now hooking up the other XP Home computer to make sure the net is actually up.

Peacedog 03-31-2004 05:57 PM

you will more than likely have to make provisions for your ics to work, within your firewall. i'm not familiar w/norton, or how it is setup. be aware there is a firewall in xp that may have to be turned off as well.

FLOODS 03-31-2004 05:59 PM

Well, just got the other machine hooked up and it booted up, first thing I did was pinged the host and it worked just fine. The firewall is all setup correctly, and ICS seems to be as well.. :confused:

Peacedog 03-31-2004 06:01 PM

what did /sbin/ifconfig return? can the other windows box access the interenet? how is that box configured, static, or dynamic?

FLOODS 03-31-2004 06:08 PM

ifconfig returned information with eth0 and the loopback (127.0.0.1)
Code:

eth0
        Link encap:Ethernet  HWaddr 00:08:A1:22:7A:2A
        inet addr:192.168.0.54 Bcast:192.168.0.255 Mask:255.255.255.0
        UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
        RX packets:0 errors:0 dropped:0 overruns:0 frame:0
        TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100
        RX bytes:0 (0.0 b) TX bytes:378 (378 b)
        Interrupt:10 Base address:0xe

The other windows machine can access the internet, and I configured it with a static IP, that being 192.168.0.33.. But when I do ipconfig /all on that machine it does say "dhcp server: 192.168.0.1" and I remember putting the IP in.. Anyways, I tried configuring the slack machine with dhcp also, but that didn't give me any luck either..

Peacedog 03-31-2004 06:12 PM

are you now able to ping the host or any address from the slack machine?

FLOODS 03-31-2004 06:14 PM

Nope :confused:
That's why this has been so irritating..!

vectordrake 03-31-2004 06:18 PM

What are you trying to do? Are you trying to access the other machine(s) or are you trying to get the Slack box on the internet? If internet access is what you want, then you need a nameserver listed. Without one, you'd have to type the IP address of every website in your browser to get it to resolve.

Easy:

just edit /etc/resolv.conf by adding this entry
Code:

nameserver xxx.xxx.xxx.xxx
where xxx.xxx.xxx.xxx is the IP of your ISP's nameserver (or you could try your ICS gateway as well).

Barring any firewall issues, you should get websites to resolve in your browser, etc.

PS - good idea to diable Norton and re-enable it when you're actually connected properly.

Peacedog 03-31-2004 06:18 PM

post the output of

/sbin/route -n


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