LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-17-2005, 05:26 PM   #1
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
No Internet but access is provided


My Problem seems to be very odd... first off all... am using the Drivers RT2500 for my Wireless Network Card.. It seems to work ok.. since i can acess the LAN or ping my network.. the real problem is the internet.. it seems that it doesnt let me in :S,

My Ifconfig ra0 tell me this


Code:
ra0
Linken corp:Ethernet Hwaddr 00:0C:76:CA:EC:BC
inet addr: 192.168.1.5 Bcast: 192.168.1.255 Mask:255.255.255.0
UPBROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX Packets: 10284 errors:0 dropped:0 overruns:0 frames:0
TX Packets: 872 errors:3 dropped:3 Overruns:0 curier:0
Collisions:61 txquelen:100 RX Bytes:132341(1.2MB)
TX Bytes:105971(103.4kb)
Interrupt:10 Base Adress 0x9000
Sorry if something is bad written since i got to copy it in a paper xD, and i dont got a nice handwritting :P

Am using GN-B46B Router

In Wireless Setting i got this HW Realtek RTL8181 Wireless LAN

Am using AMD Sempron 1500+
512 DDR RAM
SiS Ethernet Card
SiS Video Card 32MB

Another Thing.. my Route seems to be ok..
i do the next code
Code:
route add -net 192.168.1.0 gw 192.168.1.254 netmask 255.255.255.0 metric 1
My SSID also seems to be going ..

so whats the big deal??
have check the firewall settings and all seems to be ok i have granted ra0 permission :S

srry cuz am a

can help me here o at my email
alex_9093@homail.com

am not using rt2x00 since it tell me something about kernel doest support modules.. recompile it again blablabla

have recompiled twice and they give me errors :S
 
Old 04-17-2005, 06:12 PM   #2
SteveK1979
Member
 
Registered: Feb 2004
Location: UK
Distribution: RHEL, Ubuntu, Solaris 11, NetBSD, OpenBSD
Posts: 225

Rep: Reputation: 43
Hi,

Welcome to linuxquestions.org!

It looks to me like your problem is that the route isn't quite correct, at least not for browsing the internet. The route is indeed right to tell your machine where to send traffic to reach the 192.168.1.0/24 network, but it doesn't know what to do with traffic to any other network - hence the reason you can't browse the net.

What you need is to remove the route that you have and add a default route:

Code:
route add default gw 192.168.1.254
I'm assuming that 192.168.1.254 is the address of your router, if not replace this with your router's ip address.

Try again and hopefully should work ok!

Cheers,

Steve
 
Old 04-17-2005, 06:42 PM   #3
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks...

Thanks for that :P but that didnt resolve my problem.. it still get me that it doesnt resolve host... neither the ip... like for example...

my ip: blablablabla... i make a ping and nothing... it doesnt got access to internet.. but it can access the router

http://192.168.1.254 :P

I have read about ndiswrapper... does it is good??? its better than this rt2500 drivers that sucks?? xd

I appreciate your Answers, and if you want to help me more.. add me to msn
alex_9093@hotmail.com

forgot to tell ya :P am using rh9
 
Old 04-18-2005, 06:16 PM   #4
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Now the System hangouts... and when i take off the lo interface it take more time to tell me www.google.com doesnt exist...

i wonder if it may got something to be with the interface of loopback?
 
Old 04-18-2005, 07:14 PM   #5
SteveK1979
Member
 
Registered: Feb 2004
Location: UK
Distribution: RHEL, Ubuntu, Solaris 11, NetBSD, OpenBSD
Posts: 225

Rep: Reputation: 43
I should have thought of this sooner, but, err you have got your DNS server's IP address in your /etc/resolv.conf haven't you?

Cheers,

Steve
 
Old 04-19-2005, 03:49 PM   #6
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
DNS Server IP?? .. dunno whats that.. maybe something more about this :S, you now i am a

The real question.. is how to know my DNS server IP?? does it is my router address?? xD
 
Old 04-19-2005, 05:32 PM   #7
SteveK1979
Member
 
Registered: Feb 2004
Location: UK
Distribution: RHEL, Ubuntu, Solaris 11, NetBSD, OpenBSD
Posts: 225

Rep: Reputation: 43
A DNS server is how your machine knows what IP address on the internet to connect to in order to retrieve a particular website such as www.google.com

Without it, your machine won't be able to find anything out on the internet by name. On all unix-like operating systems that I can think of, the IP address of a DNS server is entered in the file /etc/resolv.conf - try having a look at
Code:
man resolv.conf
Your router may be able to act as a DNS server. This will almost certainly only work if it knows about your ISP's DNS servers. The best thing would be to ask your ISP. They should have given you the information when you registered your account with them.

Cheers,

Steve
 
Old 04-19-2005, 06:13 PM   #8
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Lol.. i dont got neither the file xD.. what code should i put inside??
 
Old 04-19-2005, 06:28 PM   #9
punkerman
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Yes!! Finally.. guess from where am talking to you :P .. indeed was my resolv.conf :P thanks to you :P
 
Old 04-19-2005, 06:45 PM   #10
SteveK1979
Member
 
Registered: Feb 2004
Location: UK
Distribution: RHEL, Ubuntu, Solaris 11, NetBSD, OpenBSD
Posts: 225

Rep: Reputation: 43
Hey no problem man, that's what this site is here for!

I hope you read that man page

Cheers,

Steve
 
  


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
vsftp - Can access FTP within office network BUT cant access via Internet! kokfei77 Red Hat 2 03-07-2012 07:24 PM
Information provided Nay_Nay Linux - Newbie 1 09-17-2005 09:04 AM
Connection to access point OK, but cannot access the network/internet Nymphetamine Linux - Wireless Networking 29 01-13-2005 02:59 PM
Change kernel provided with another from CD. Ren Slackware - Installation 3 10-29-2004 05:57 AM
Asus M2 no sound, lsmod provided hoedad Linux - Laptop and Netbook 1 09-13-2004 04:33 PM

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

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