LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-31-2004, 04:19 PM   #1
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
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..!
 
Old 03-31-2004, 05:11 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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.
 
Old 03-31-2004, 05:18 PM   #3
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
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.
 
Old 03-31-2004, 05:32 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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?
 
Old 03-31-2004, 05:36 PM   #5
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
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.
 
Old 03-31-2004, 05:40 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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?
 
Old 03-31-2004, 05:53 PM   #7
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
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.
 
Old 03-31-2004, 05:57 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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.
 
Old 03-31-2004, 05:59 PM   #9
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
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..
 
Old 03-31-2004, 06:01 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
what did /sbin/ifconfig return? can the other windows box access the interenet? how is that box configured, static, or dynamic?
 
Old 03-31-2004, 06:08 PM   #11
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
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..
 
Old 03-31-2004, 06:12 PM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
are you now able to ping the host or any address from the slack machine?
 
Old 03-31-2004, 06:14 PM   #13
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
Nope
That's why this has been so irritating..!
 
Old 03-31-2004, 06:18 PM   #14
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
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.
 
Old 03-31-2004, 06:18 PM   #15
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
post the output of

/sbin/route -n
 
  


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
Slackware as gateway (ICS) for WinXP c31c Slackware 3 11-02-2005 02:33 PM
ICS w/ Slackware and WinXP Machine GML3G0 Linux - Networking 3 06-19-2005 01:23 AM
Windows XP as ICS host & Linux as client connection problem ! hemanfan Linux - Networking 3 06-08-2005 04:29 PM
Getting ICS to work with a WinXP host, with satellite internet darkblade Linux - Networking 3 08-17-2004 05:26 PM
Win2K ICS host and Linux client raypen Linux - Networking 3 03-18-2003 12:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:16 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