Find the answer to your Linux question:
Results 1 to 4 of 4
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 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2005
    Location
    Los Angeles
    Posts
    4

    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

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    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 send Private Messages to me with requests for help. I will not reply.

  3. #3
    Just Joined!
    Join Date
    Jun 2005
    Location
    Los Angeles
    Posts
    4
    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,

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    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 send Private Messages to me with requests for help. I will not reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •