LinuxQuestions.org
Review your favorite Linux distribution.
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 10-16-2001, 05:49 PM   #1
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Rep: Reputation: 0
Question Linux - Networking


i installed redhat 7.1 on my laptop.i have both the ethernet card as well built in modem(Xircom card).i am connecting to my LAN(NT-domain) through the built in modem.i wish to connect to the domain using DHCP.so i ran 'netconfig' for both interfaces(eth0 and irlan0).but when i restart the box it gives me a error message "for network delay for both the interfaces".i donot get any falshes on my xircom card.
Any help is appreciated.
thanks
 
Old 10-16-2001, 08:34 PM   #2
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Could you post a little more info?

- model of ethernet card
- module (driver) it is using.
- run ifconfig and post the output
- is your DHCP client running?
 
Old 10-16-2001, 09:58 PM   #3
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Your motherboard may have IR Interface capability but are you actually connecting something with Infra Red. If not remove the irlan it will not work.


i am connecting to my LAN(NT-domain) through the built in modem.

Are you trying to do dialup networking with NT RAS or do you want to connect on a LAN using eth0?

Last edited by DavidPhillips; 10-16-2001 at 10:02 PM.
 
Old 10-16-2001, 10:07 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
What I think you need to do is setup the dhcpcd for eth0 which is your network card.
Connect it to your lan.

Then use your modem for dialing up on the telephone to somewhere.

NT should have no problem giving an ip address to your linux box.
 
Old 10-18-2001, 03:40 AM   #5
Sylhouette
Member
 
Registered: Oct 2001
Location: Beverwijk (Holland
Distribution: Red Hat 7.1
Posts: 132

Rep: Reputation: 15
The delayed message you get from eth0 is normal it even says failed .

This is normal because the pcmcia adapter in your case xircom is not loaded at that time so no device no eth0

But when the xircom pcmcia adapter is installed the eth0 interface is working

You can check this with the command ifconfig

I have a xircom card to and it works great

When you boot at first time KUDZU ask 2 questions about the card answer here KEEP CONFIGURATION .


Good luck
 
Old 10-18-2001, 11:36 AM   #6
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Original Poster
Rep: Reputation: 0
Exclamation linux-networking

Now i got me interface card to work and i am getting the IP from DHCP server.i am able to ping to other machines in the domain and vice-cersa with the help of IP.but i am not able to ping using hostnames.also i am not able to telnet or ftp to the linux box.
any ideas why?
 
Old 10-18-2001, 02:21 PM   #7
Sylhouette
Member
 
Registered: Oct 2001
Location: Beverwijk (Holland
Distribution: Red Hat 7.1
Posts: 132

Rep: Reputation: 15
Maybe telnet is not set to be used yet


goto
/etc/xinitd.d/
edit the file
/etc/xinitd.d/telnet
change the line that state

Disabled yes

to

Disabled no

Then telnet is working same goes for ftp

I gues it is the file wdftpd but i am not sure...

For the ping thing i don't know either.

Maybe edit the lmhosts file or the hosts file but i am not sure
The lmhosts file connects netbios names to ipadresses

But again i am not sure

Good luck
 
Old 10-18-2001, 03:22 PM   #8
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Original Poster
Rep: Reputation: 0
Exclamation linux-networking

i could not find /etc/xinitd.d in my linux box.there is /etc/xinetd.d. under that folder i only find resync file.there is no file named telnet.am i doing anything wrong.
 
Old 10-18-2001, 04:25 PM   #9
Sylhouette
Member
 
Registered: Oct 2001
Location: Beverwijk (Holland
Distribution: Red Hat 7.1
Posts: 132

Rep: Reputation: 15
I'll see it myself too

I have red hat server installation done and then there is a file telnet in /etc/xinetd.d but i have a workstation install too and there it is not there

So i must look for myself to ;-)

Any body ??
 
Old 10-18-2001, 05:01 PM   #10
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Original Poster
Rep: Reputation: 0
Exclamation linux - networking

i had installed the LAPTOP version of Linux 7.1.can that make a difference to all these problems?
 
Old 10-18-2001, 05:09 PM   #11
Sylhouette
Member
 
Registered: Oct 2001
Location: Beverwijk (Holland
Distribution: Red Hat 7.1
Posts: 132

Rep: Reputation: 15
I think that the server install installs telnet and ftp deamons and that an ordinary laptop or workstation install does not install the telnet and ftp deamons.

I gues that this is the problem.

How you can install those deamons is a question for me to

I am still a if it comes to install packages.


So we need help
 
Old 10-18-2001, 08:35 PM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Put in the cds one at a time and run gnorpm to see what is not installed.

normally I just install everything from the start.
this is what I ended up with

all of them are disabled by default

ls /etc/xinetd.d
amanda daytime finger klogin rexec telnet
amandaidx daytime-udp gssftp krb5-telnet rlogin tftp
amidxtape dbskkd-cdb imap kshell rsh time
chargen echo imaps linuxconf-web rsync time-udp
chargen-udp echo-udp ipop2 ntalk swat wu-ftpd
comsat eklogin ipop3 pop3s talk
 
Old 10-19-2001, 05:06 AM   #13
Sylhouette
Member
 
Registered: Oct 2001
Location: Beverwijk (Holland
Distribution: Red Hat 7.1
Posts: 132

Rep: Reputation: 15
Thanks David i have done it ,and the deamons are loaded






bash: /bin/laden no such file or directory
 
Old 10-19-2001, 03:50 PM   #14
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Original Poster
Rep: Reputation: 0
Exclamation DHCP issue again

Thanks to david for solving the telnet issue.but now again i am stuck with my dhcp issue.now i am not getting any IP from dhcp server.if i do ifconfig then it shows the output only for lo.if i do ifconfig eth0 then i get the error message "device not found". anything to do with "Driver" for the eth0.
thanks
 
Old 10-19-2001, 04:55 PM   #15
smallik
LQ Newbie
 
Registered: Oct 2001
Location: mt.view,ca
Posts: 8

Original Poster
Rep: Reputation: 0
Question xircom card compatibillity

is the xircom ethernet card compatible to Redhat linux 7.1.on the redhat official site they are saying that it's Incompatible with redhat linux.any one has any experience?
 
  


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
networking xp and linux djgerbavore Linux - Networking 1 01-01-2005 07:37 PM
Linux Networking alexr186 Linux - Networking 4 10-11-2003 10:48 AM
Linux Networking Arch3r Linux - Networking 0 07-22-2003 03:01 PM
Linux RH 8.0 networking klmn1 Linux - Networking 1 11-18-2002 06:52 AM
Networking Linux Disaster Linux - Newbie 6 12-04-2000 04:46 PM

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

All times are GMT -5. The time now is 09:44 AM.

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