Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
10-02-2004, 08:02 AM
#1
Member
Registered: Oct 2004
Posts: 43
Rep:
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
10-02-2004, 08:06 AM
#2
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
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 .
10-02-2004, 08:06 AM
#3
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
can you explain that a bit better please?
im new to linux
10-02-2004, 08:36 AM
#4
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
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)
10-02-2004, 09:02 AM
#5
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
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
10-02-2004, 09:07 AM
#6
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
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...
10-02-2004, 09:19 AM
#7
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
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
10-02-2004, 09:23 AM
#8
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
do you know where i can get the dns server info from?
10-02-2004, 09:26 AM
#9
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
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
10-02-2004, 09:30 AM
#10
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
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
10-02-2004, 09:32 AM
#11
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
look down... you see:
DNS 1: <ip>
DNS 2: <ip>
??
10-02-2004, 09:33 AM
#12
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
nope...btw it is a D Link router
10-02-2004, 09:38 AM
#13
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
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 .
10-02-2004, 09:40 AM
#14
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
ok...the router is a D link DSL G604T
Thanks
10-02-2004, 09:44 AM
#15
Member
Registered: Oct 2004
Posts: 43
Original Poster
Rep:
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
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 09:24 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News