LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-09-2006, 09:53 PM   #1
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Rep: Reputation: 0
Can't access server through D-link 624


My Linux (Novel 10.1) won't connect to the internet through my D-link router. I am not using the wireless feature, but I think that a port is not open to the Linux machine. When I removed my router and connected the Linux machine directly to the cable modem my connection worked fine.

Can anyone tell me what to do with the D-link router that will allow the Linux machine to pass through?

Thanks in advance,

Steve
 
Old 06-09-2006, 10:49 PM   #2
pdeman2
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: OpenSUSE, Gentoo, Fedora, Ubuntu, Mandriva, others
Posts: 413

Rep: Reputation: 30
You would have to be a bit more specific, there are a lot of things that could be the problem. It seemed that you were suggesting that one particular port was closed, if that is so, other services should still be accessible. What ports are not working?

It could also be a DHCP issue, MAC filtering issue, and a number of other things.

To access the web interface to control the router, you should open your browser and go to your router's IP address.

To come up with a fix to your issue, you're going have to give a little more information.

Hope this helps.
 
Old 06-10-2006, 08:50 AM   #3
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
Still can't access server through D-link 624

with the following command:
/sbin/ifconfig
eth0 RX packets:0 errors:1260
TX packets:36 errors:0
RX bytes:0
lo RX packets:244 errors:0
TX packets:244 errors:0
RX bytes;17860


when I ping the other computer sharing the Dlink, or the Dlink itself:
"Network is unreachable"

I can't tell you much more about the "port" issue because I can't figure out where I saw that error. I think it was on reboot when all the messages are scrolling by.

How else can I provide information, I am brand new to Linux and don't know how?

Thanks again.
 
Old 06-10-2006, 02:46 PM   #4
pdeman2
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: OpenSUSE, Gentoo, Fedora, Ubuntu, Mandriva, others
Posts: 413

Rep: Reputation: 30
Are there any other computers connected to this router that have proper internet access?
 
Old 06-11-2006, 10:14 PM   #5
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
can't access server through d-link 624

Yes there is another computer that accesses the internet just fine (XP) and there is also an Xbox360 that is accessing the web through the D-link.

Thanks for the help
 
Old 06-14-2006, 02:51 PM   #6
pdeman2
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: OpenSUSE, Gentoo, Fedora, Ubuntu, Mandriva, others
Posts: 413

Rep: Reputation: 30
Sorry for taking so long to post back, I didn't see your post.

Anyway, from your ifconfig, it looks like you don't have an IP address. What's the output of rcnetwork restart eth0?
 
Old 06-14-2006, 10:46 PM   #7
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
On the Linux machine, I tried rcnetwork restart eth0 and it returned "command not found". I tried to "locate" rcnetwork and also go a "command not found".

I really don't know what I am doing on the Linux machine, I can't tell what the directory structure is.

Thanks for the help,

Steve
 
Old 06-15-2006, 07:46 AM   #8
pdeman2
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: OpenSUSE, Gentoo, Fedora, Ubuntu, Mandriva, others
Posts: 413

Rep: Reputation: 30
Well, in SUSE it would be /sbin/rcnetwork

If you still don't have that command, just do ifup eth0
 
Old 06-15-2006, 08:25 AM   #9
zeroability
Member
 
Registered: Dec 2002
Location: Kalamazoo, MI - US
Distribution: OpenMandriva
Posts: 144

Rep: Reputation: 15
can you paste the results of these commands please:

/sbin/lspci

/sbin/ifconfig

ls -la /etc/sysconfig/network/ifcfg*

** Edit - Apologies last minute thought lol

Last edited by zeroability; 06-15-2006 at 08:39 AM.
 
Old 06-15-2006, 09:47 PM   #10
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
In a super terminal window I typed /sbin/rcnetwork

Usage: /sbin/rcnetwork <action? [<config>] [<interface>] [-o <options>]
actions: start|stop|status|reload|force-relad|try-restart
restart|stop-all-dhcp-clients|restart-all-clients
options: [on]boot, hotplug,manual,check,debug,fake,nm,netcontrol
type=<typelist>,skip=<skiplist>
typelist: space seperated list of interface types
skiplist: space seperated list of interfaces to skip for 'start'

Note:
<config>, <interface> and options [on]boot,hotplug,manual have no effect if service network is controlled by NetworkManager.
 
Old 06-15-2006, 09:53 PM   #11
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
/sbin/lspci

02:0a.0 Ethernet controller: 3COM Corporation 3c900B-TPO Etherlink XL [Cyclone] (rev 04)
 
Old 06-15-2006, 10:00 PM   #12
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
ls -la /etc/sysconfig/network/ifcfg*

-rw-r--r-- 1 root root 242 Jun 6 20:13 /etc/sysconfig/network/ifcfg-eth-id-00:01:02:82:9a:68
-rw-r--r-- 1 root root 141 May 2 05:23 /etc/sysconfig/network/ifcfg-lo
-rw-r--r-- 1 root root 27470 May 2 05:23 /etc/sysconfig/network/ifcfg-template

we had to type all these in . . hopefully there are no errors. Linux is on our other computer.
 
Old 06-16-2006, 06:44 AM   #13
pdeman2
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: OpenSUSE, Gentoo, Fedora, Ubuntu, Mandriva, others
Posts: 413

Rep: Reputation: 30
OK, that rcnetwork thing, you should have typed '/sbin/rcnetwork restart eth0'

Try that.

Also, post the output of 'cat /etc/sysconfig/network/ifcfg-eth-id-00:01:02:82:9a:68'
 
Old 06-16-2006, 06:49 AM   #14
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
/sbin/rcnetwork restart eth0

Shutting down the NetworkManagerDispatcher done
Shutting down the NetworkManager done
Shutting down the DHCP DBUS Daemon done
Starting the DHCP DBUS DAEMON done
Starting the NetworkManager done
Starting the NetworkManagerDispatcher done
 
Old 06-16-2006, 06:54 AM   #15
sthomson77
LQ Newbie
 
Registered: Jun 2006
Posts: 9

Original Poster
Rep: Reputation: 0
cat /etc/sysconfig/network/ifcfg-eth-id-00:01:02:82:9a:68

-bash: cat /etc/sysconfig/network/ifcfg-eth-id-00:01:02:82:9a:68: No such file or directory
 
  


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
D-Link DI-624 wireless card... Lul2x Linux - Hardware 4 12-22-2005 09:46 PM
Is Anyone Running Suse 9.3 and D-Link 624 mikeCanada Linux - Newbie 3 11-26-2005 11:37 PM
Is Anyone Running Suse 9.3 and D-Link 624 mikeCanada SUSE / openSUSE 9 11-11-2005 09:31 PM
Is Anyone Running Suse 9.3 and D-Link 624 mikeCanada Linux - Wireless Networking 2 11-09-2005 06:51 AM
D-Link DLW-G520 and DI-624 on FC3 RuneR Linux - Hardware 2 07-13-2004 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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