LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-02-2004, 08:02 AM   #1
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Rep: Reputation: 15
Want To Connect to my Router


Hey. i have resently installed Suse Linux on my XP Home E Machine. Before this, I was connecting to a D Link Wireless router via an ethernet cable to access the internet. However, i cannot seem to do this anymore...
I'm new to linux and therefore have probably overlooked the settings..
Anyone help me?
Thanks
 
Old 10-02-2004, 08:06 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
start with /sbin/ifconfig

[EDIT]
oops...
wireless -- iwconfig
[/EDIT]
--run as root,
post here

[EDIT]
More:

from the console -- if you are not logged in as root, enter the command su
you will then be prompted for a password. Enter your root password

you are now logged in as root.

now issue the command /sbin/iwconfig and copy that readout to this thread
[/EDIT]

Last edited by secesh; 10-02-2004 at 08:09 AM.
 
Old 10-02-2004, 08:06 AM   #3
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
can you explain that a bit better please?
im new to linux
 
Old 10-02-2004, 08:36 AM   #4
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
ok...here it is
this is from ifconfig




eth0 Link encap:Ethernet HWaddr 00:0C:F1:A9:09:8D
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20c:f1ff:fea9:98d/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:770 (770.0 b) TX bytes:1268 (1.2 Kb)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3004 (2.9 Kb) TX bytes:3004 (2.9 Kb)
 
Old 10-02-2004, 09:02 AM   #5
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
so you are wired into your wireless router?

anyways... do this:
ping 192.168.1.1
--should get response; i assume that is your linksys IP
ping 216.239.39.99
-- google
ping google.com

let's see those responses
 
Old 10-02-2004, 09:07 AM   #6
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
Ok, when pinging the first two ip's, it's ok.....however, when i try and ping google.com.....it gives me an unknown host...
 
Old 10-02-2004, 09:19 AM   #7
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
i figgured as much -- this is a dns problem

do you know
1) what dns servers your linksys/ISP uses
2) how to put that info in
 
Old 10-02-2004, 09:23 AM   #8
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
do you know where i can get the dns server info from?
 
Old 10-02-2004, 09:26 AM   #9
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
yes -- your linksys router probably has it stored --
log onto your router using
https://192.168.1.1/
--the default password is admin --no username

...ummm.... towards the [EDIT] right [/EDIT] you should be able to find Status->WAN
see if it's not there
 
Old 10-02-2004, 09:30 AM   #10
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
I am on my Router setup...i have gone to status and there is a WAN but there is nothing under it, just an IP address and Connect
 
Old 10-02-2004, 09:32 AM   #11
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
look down... you see:

DNS 1: <ip>
DNS 2: <ip>

??
 
Old 10-02-2004, 09:33 AM   #12
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
nope...btw it is a D Link router
 
Old 10-02-2004, 09:38 AM   #13
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
sorry... somehow i got off on you having a linksys... anyways...
same sort of deal, you're looking for the external IP/DNS of the router

what router do you have, i'll see if i can't find the info for you...

[EDIT]

Quote:
Step 1 Open your web browser and enter the IP address of your D-Link router (192.168.1.1). Enter username (admin) and your password (blank by default).

Step 2 Click on the Home tab and then click DHCP on the left column.
[/EDIT]

is it there?

Last edited by secesh; 10-02-2004 at 09:41 AM.
 
Old 10-02-2004, 09:40 AM   #14
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
ok...the router is a D link DSL G604T

Thanks
 
Old 10-02-2004, 09:44 AM   #15
warnesey333
Member
 
Registered: Oct 2004
Posts: 43

Original Poster
Rep: Reputation: 15
Hey, i think i found the DNS Server for my Broadband

Name: ns1.bt.net
Address: 194.72.6.52

Name: ns2.bt.net
Address: 217.35.209.188
 
  


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
howto connect router to router? kvasarnomad Linux - Networking 4 09-04-2005 09:14 PM
i can't connect to my router... badweed Linux - Wireless Networking 8 08-23-2005 11:05 AM
connect through router.. mahamkali Linux - Networking 14 10-11-2004 01:28 PM
Can't connect to my linksys router Rotwang Linux - Networking 11 03-09-2004 09:42 PM
Connect through router 67bbc Linux - Networking 10 02-14-2003 12:25 AM

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

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