Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > PING packets transmitted, 0 received +errors

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-14-2008   #1 (permalink)
Just Joined!
 
Join Date: Jun 2005
Location: Los Angeles
Posts: 4
Send a message via ICQ to vladuz976 Send a message via AIM to vladuz976
PING packets transmitted, 0 received +errors

Hi,
i set up my wireless network. It works fine, except that I can only send packets, not receive.
Any ideas would be greatly appreciated.

Thank you,
(this is on archlinux)
output below:
Code:
bash-3.2# hwdetect --show-net
NET    : sky2 bluetooth mac80211 rfkill iwl3945 cfg80211
Code:
bash-3.2# hwdetect --show-net
NET    : sky2 bluetooth mac80211 rfkill iwl3945 cfg80211 
bash-3.2# lsmod | grep iwl3945
iwl3945                90100  0 
rfkill                 10008  2 iwl3945
mac80211              158876  1 iwl3945
led_class               5508  1 iwl3945
cfg80211               25224  2 iwl3945,mac80211
Code:
bash-3.2# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11abg  ESSID:"deutschland"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:1E:2A:0B:0B:5A   
          Bit Rate=54 Mb/s   Tx-Power=15 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:8184-1902-72   Security mode:open
          Power Management:off
          Link Quality=99/100  Signal level:-23 dBm  Noise level=-127 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
Code:
bash-3.2# ifconfig wlan0 up
Code:
bash-3.2# iwlist wlan0 scan | less

          Cell 03 - Address: 00:1E:2A:0B:0B:5A
                    ESSID:"deutschland"
                    Mode:Master
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=99/100  Signal level:-24 dBm  Noise level=-127 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:tsf=0000011ac77de181
                    Extra: Last beacon: 70ms ago
Code:
bash-3.2# iwconfig wlan0 essid deutschland key *****
Code:
bash-3.2# dhcpcd wlan0
wlan0: dhcpcd 4.0.4 starting
wlan0: broadcasting for a lease
wlan0: offered 192.168.1.2 from 192.168.1.1
wlan0: checking 192.168.1.2 is available on attached networks
wlan0: acknowledged 192.168.1.2 from 192.168.1.1
wlan0: leased 192.168.1.2 for 86400 seconds
Code:
bash-3.2# ping -I wlan0 -c 3 www.google.com
PING www.l.google.com (66.249.89.99) from 192.168.1.2 wlan0: 56(84) bytes of data.
From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
From 192.168.1.2 icmp_seq=2 Destination Host Unreachable
From 192.168.1.2 icmp_seq=3 Destination Host Unreachable

--- www.l.google.com ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2011ms
, pipe 3
vladuz976 is offline  


Reply With Quote
Old 12-14-2008   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Is this maybe a firewall issue? Or if you have SELinux enabled.

Also, to connect to WPA encrypted networks, you may need to install and configure wpa_supplicant first. This is why I stick with distros that have the NetworkManager application. It make wireless soooo much easier.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 12-15-2008   #3 (permalink)
Just Joined!
 
Join Date: Jun 2005
Location: Los Angeles
Posts: 4
Send a message via ICQ to vladuz976 Send a message via AIM to vladuz976
Thanks for your reply,
but, no. I don't have SELinux or any firewall enabled.
Very odd that this is happening. I was thinking about using network manager, too. Only thing is that it's a tray icon application and Gtk. I am using enlightenment as my wm and it wouldn't really fit, plus I have to deal with keeping it minimized all the time.
btw,
I am getting errors for nm-applet:
Code:
$  nm-applet
** (nm-applet:6894): WARNING **: <WARN>  nma_dbus_init(): could not acquire its service.  dbus_bus_acquire_service() says: 'Connection ":1.30" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'
I guess I'll check the configuration file ...

Thanks again,
vladuz976 is offline   Reply With Quote
Old 12-15-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
That error is similar to one that struck Fedora, after an update. Read the thread about it here;
http://www.linuxforums.org/forum/red...top-error.html

Fedora released update fixes for most of it, but I still had to edit the /etc/dbus-1/system.conf file, as suggested in the link posted by devils casper.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:58 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2