activating network connection in linux


 
Thread Tools Search this Thread
Operating Systems Linux Slackware activating network connection in linux
# 8  
Old 12-01-2003
I had this problem back when I was running red hat 7.3 . I worked at it a lot and no matter what it did it refused to activate eth0 for the home network. This problem was very common among the people I knew who were running 7.3. When I upgraded to 8.0 the problem had been rectified. Even though it should not have been a problem, for some reason 7.3 had odd quirks when run on a dual boot with windows, but when it was running on the box by itself it didnt experience any problems. For me, the inability to activate eth0 on a home network was one of those problems. I wish I had an easier answer for you but I am at a loss, I would suggest upgrading to Fedora Core 1.
# 9  
Old 12-02-2003
Ok, I have the workstation with Redhat on connected directly to my PC running w2k. I don't need a special connection, I just need to be able to ftp files back and forth. The workstation is dual bootable the other OS being w2k again. The connection when both computers are running w2k is fine, I've mapped the partion as a network drive. When it is booted into redhat the eth0 will only go active when I fix the IP address and although the Connection icon appears on my w2k computer I cannot make an ftp connection as it tells me there is an error( although not what the error is!). I set the IP address on the w2k computer to see if this would help but get the same problem. I've just used the command prompt to ping the workstation and this appears to function just fine. I then ftp'd to the same address and the message says connection refused. Same when I use the console to ping the w2k computer. There must be some setting I haven't yet activated or some sort of permission I have to set but that's all I can tell you
# 10  
Old 12-02-2003
As said, try upgrade to a more recent of Red Hat. There seems to be a consensus that RH 7.3 does not properly support some newer interface cards. I think your problem should then go away by upgrading. I fixed my problem this way.

No, there isn't any other special configuration quirks needed I know of. If the network interface is supported, then it should be able to be activated right away and no extra tweaks needed.

Of course, it is a good idea to disable your firewall before doing your tests.
# 11  
Old 03-03-2005
linux network connection

hello all,
I also have a problem with network connection on Linux..

I just installed Fedora Core 3. and I am trying to connect to my computer on command prompt like :
$ telnet mycomputer_name
Trying xxx.xxx.x.xxx...
telnet: connect to address xxx.xxx.x.xxx: Connection refused
telnet: Unable to connect to remote host: Connection refused

And I am getting the above message back... But ssh works fine. How can anyone on the same LAN connect to my linux box by typing "telnet" on their command prompt(or whatever)?
# 12  
Old 03-03-2005
Telnet is an insecure means of logging into your box. It is disabled for security reasons. If SSH works for you, then you should just use it. If there are any reasons why you need to use Telnet and SSH does not work for you, then consider the security risks involved in using Telnet over the limitations; if any, of SSH in your decision.

If you must enable Telnet, enable it in your /etc/inetd.conf file.
Read through the manual; man telnet
# 13  
Old 03-06-2005
Quote:
Originally Posted by locustfurnace
If you must enable Telnet, enable it in your /etc/inetd.conf file.
Read through the manual; man telnet
thanks for your reply locustfurnace, but there's no inetd.conf file in the system(in Fedora).

I am having the same problem in Windows OS, too. No one in our LAN can can connect to my computer using telnet from their computer. Even I can't telnet to my computer from my computer. The reason I am asking telnet is, because MS-Dos does not support ssh command. I found inetd.conf in Windows(using cygwin) but I don't really know what to do inside that file.
# 14  
Old 05-20-2005
Hi to all, I have a simmilar problem like Mace had, so i have installed a Slackware 9.0 distribution on one PC.I have win2k on a second PC, and i connect to the internet wia dsl with the computer running with win2k.I want to enable the slackware machine to connect to the internet through the win2k PC.I've enabled the sharing option in windows so that there actually such a connection can be made, but on the slackware PC i still don't have internet.It has a local network, when i ping to the win2k PC everything is ok, the eth connection is also ok but the slackware PC cannot get out from the local network to the internet.I'm not really sure what to do next, in windows the local area connection is with static IP 192.168.0.1 because it needs this address to share the internet connection.I've tried with different addresses on the linux machin but no success, it just stays in the local network behind the win2k PC.Can someone help me?thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris Network Connection

Hi, Recently we faced awkward situation where we cannot connect to Oracle DB that hosted in Solaris server intermittently and it timeout eventually. The server seems fine. We can putty to server like normal but when try do prstat, it takes time and come out Please Wait.. for a while. When we go... (1 Reply)
Discussion started by: tharmendran
1 Replies

2. Solaris

network connection failing

hi, I'm setting up a home lab and I am having problems keeping my connection open on putty. every time i leave it for about 10 seconds and come back I keep having to re-connect. I'm more of a AIX person and trying to get more fimilar with Sun but some of the commands I am trying to run to diag... (2 Replies)
Discussion started by: vpundit
2 Replies

3. Linux

Network connection

Hi, I installed linux Fedora on a virtual machine, but the network connection is not working. All firewalls are off. Any ideas what is the problem? I am using WiFi. Thanks in advance! Regards, Atanas (2 Replies)
Discussion started by: apenkov
2 Replies

4. Solaris

Why network connection is down?

Hello colleague, Development department is deploying some applications on solaris machine but hence all connection goes down. Our all network connection files are correct but we can't connect with our gw. Only we can ping localhost and assigned ip address. I don't want to reboot for... (4 Replies)
Discussion started by: getrue
4 Replies

5. Ubuntu

network connection on ubuntu

Hi, I am using ubuntu 8.x. I am not not able connect to internet through broadband. i'm also using windows xp, there i don't have any problems. Please tell me how access the internet on ubuntu 8.x through broadband. Thanks, Achhayya:) (4 Replies)
Discussion started by: achhayya
4 Replies

6. UNIX for Dummies Questions & Answers

Network connection problem in unix

I have a network connection problem in unix. I am trying to access to LAN in unix but unfortunately it doesn't work. For example, if I ping from Unix to windows it says 'the network is unreacable'. Also, I can't ping in windows to unix. I would be glad if someone could help me. Thanks. ... (5 Replies)
Discussion started by: fatihshen
5 Replies

7. IP Networking

Kermit- dialup and network connection

hi all, Using kermit, i made serial dialup connetion between two PCs through telephone line and transfered files trough this line. The code appears as like this, set modem type generic #Setting the modem type. set modem data-compression on #Data compression on to speed up transfer.... (0 Replies)
Discussion started by: pcsaji
0 Replies

8. UNIX for Dummies Questions & Answers

System looses network connection

Hi, I was wondering if anyone could help me out with this problem. I have SCO 5.0.5 installed on a system that I am using 3c905b (3 Com) network card. This system is always powered on. After no certain time period this NIC doesn't work. I can't ping to this system from any other machine or vice... (5 Replies)
Discussion started by: Tinal
5 Replies

9. IP Networking

new office - no network connection!

We have just moved offices and in the same week recieved a SUN box from another company site. I'm attemting to connect this SUN box to the network, but i can't see it on the network. I have modified the /etc/host file with the IP i want to attribute to the box, rebooted, but still nothing.... (1 Reply)
Discussion started by: colesy
1 Replies
Login or Register to Ask a Question