Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel excel 2003 firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem recovery router safe mode screen slow sound spyware trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Networking Slackware tcp/ip HELP!!!

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
Bull Terrier's Avatar
Member with 38 posts.
 
Join Date: Mar 2003
05-May-2003, 07:37 AM #1
Networking Slackware tcp/ip HELP!!!
Hey Guys,
I'm really stuck here.
I've got two Slackware 9.0 machines and all I want to do is ping them.
They can both ping themselves (loopback and eth0)
but cannot ping each other.
I have checked /etc/hosts and everything seems ok with route command, netmask is ok ra ra ra.

Could somebody pleeeeeeease help me.
I'm sick of bloody windoze.

Thanks in advance....
Squashman's Avatar
Distinguished Member with 14,983 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: IIAHYAYCESA,YAADA!
06-May-2003, 02:06 AM #2
How are these machines networked. Hub, Switch, router etc.....or just a crossover cable. Are the lights on on the back of the nic and do they flash when you try to ping. Have you tested the cables?

Well lets see the output of: ifconfig eth0 on each machine.

And do you have a broadband connection. Just wondering if you can ping outside your lan.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
06-May-2003, 05:38 AM #3
Open a terminal as root and run netconfig on both machines.That should get things straight.
Slackware is sort of like driving with a stickshift.It ain't as easy as driving in automatic but you shift gears when you want to.
HTH
lynch
Bull Terrier's Avatar
Member with 38 posts.
 
Join Date: Mar 2003
07-May-2003, 07:46 AM #4
The machines are hooked via a crossover cable. I had them connected to a hub, I thought the hub or one of the cables could have been faulty so I changed to the crossover.
The lights are lit on both of the NICs are they flash when I try and ping the other box. But they just don't get there. lol
When I try to ping the machines the light flashes on both the network cards.

Machine 1
bash-2.05b# ifconfig
eth0 Link encap:Ethernet HWaddr 00:10:B5:0D:48:A6
inet addr:192.168.0.110 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:540 (540.0 b)
Interrupt:5 Base address:0x8000



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:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1252 (1.2 Kb) TX bytes:1252 (1.2 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:202.138.18.2 P-t-P:192.168.226.9 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:1479 errors:0 dropped:0 overruns:0 frame:0
TX packets:1505 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1276516 (1.2 Mb) TX bytes:141385 (138.0 Kb)


/etc/hosts
# For loopbacking.
127.0.0.1 localhost
192.168.0.110 josie.internal josie
192.168.0.111 smoothwall.internal smoothie

bash-2.05b# cat /etc/HOSTNAME
josie.internal


bash-2.05b# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.226.9 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.226.9 0.0.0.0 UG 0 0 0 ppp0




Machine 2

eth0 Link encap:Ethernet HWaddr 00:00:F8:05:08:5C
inet addr:192.168.0.111 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:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:9 Base address:0xec00

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)

/etc/hosts
#For loopbacking.
127.0.0.1 localhost
129.168.0.111 smoothwall.internal smoothie
192.168.0.110 josie.internal josie

#cat /etc/HOSTNAME
smoothwall.internal

#route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Ifce
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.1 0.0.0.0 255.0.0.0 U 0 0 0 lo

Hope I have given you guys all the information you need.

Thanks...
snowdog's Avatar
Member with 72 posts.
 
Join Date: Apr 2003
Location: Edmonton, AB, Canada
09-May-2003, 01:07 AM #5
Just a shot in the dark here, try switching the ends of the crossover cable. I remember having this kinda prob back in the day getting two Win98 boxes hooked up with a crossover cable. Switched the cable around, and voila, two C drives available to the whole 'net! LOL To all Windows users, don't share drives, just folders!
__________________
"One OS to rule them all, one Passport to find them,
DRM to bring them all and with the EULA bind them,
In the Land of Redmond, where the Shadows lie." -- Unknown
Bull Terrier's Avatar
Member with 38 posts.
 
Join Date: Mar 2003
09-May-2003, 10:31 PM #6
Thanks anyway Snowdog.
It didn't work.
Sounds like you had a bit of crap between the connection there.
Bull Terrier's Avatar
Member with 38 posts.
 
Join Date: Mar 2003
12-May-2003, 09:44 AM #7
Thanks for the help guys.
Turns out it was a faulty bloody NIC in one of the machines.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
12-May-2003, 05:31 PM #8
Thanks for letting us know.
lynch
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 09:11 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.