Network Manager get ip but no connection to the internet

Hi guys,
I'm new to Arch, and first of all I must say that I think I'm going to love it :-)
Never seen a package manager so fast to install a lot of packages! And it's kinda cool to have everything under control.
But here is a problem I don't have under control : I've installed networkmanager following the wiki on my kde4 desktop and I've got a weird behaviour. Everything seems to work perfectly, nm-applet launch automaticaly and connect to my network. I can see that my wireless card got an ip using ifconfig and iwconfig show me associated. BUT none of my apps (firefox, konqueror, ping...) can see that I'm connected!
So I've made a little script to connect me by hand using iwconfig and dhcpcd but that's not a real solution since I use a lot of different wireless network...
So if any of you has an idea that will be nice ;-)
A little bit more about my configuration :
rc.conf :
#eth0="dhcp"
#wlan0="dhcp"
INTERFACES=(lo !eth0 !wlan0)
I've tried with and without the # before the two interface without any change.
DAEMONS=(syslog-ng !network netfs crond hal kdm networkmanager dbus)
Tried with both !network and network without any change too.
Last edited by toflames (2009-07-21 15:46:36)

Ifpluged is for wired networking...
In fact this is not a DHCP problem, as I get an IP without any problem. But I've tried this too, without any change.
The result of NetworkManager --no-daemon is interesting, here with an open network near me, the one that works out of the box with NM :
NetworkManager: <info> (wlan0): device state change: 1 -> 2
NetworkManager: <info> (wlan0): bringing up device.
NetworkManager: <info> (wlan0): preparing device.
NetworkManager: <info> (wlan0): deactivating device (reason: 2).
NetworkManager: <info> (wlan0): device state change: 2 -> 3
NetworkManager: <info> (wlan0): supplicant interface state: starting -> ready
NetworkManager: <info> Activation (wlan0) starting connection 'Auto bbox2-d719'
NetworkManager: <info> (wlan0): device state change: 3 -> 4
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
NetworkManager: <info> (wlan0): device state change: 4 -> 5
NetworkManager: <info> Activation (wlan0/wireless): connection 'Auto bbox2-d719' requires no security. No secrets needed.
NetworkManager: <info> Config: added 'ssid' value 'bbox2-d719'
NetworkManager: <info> Config: added 'scan_ssid' value '1'
NetworkManager: <info> Config: added 'key_mgmt' value 'NONE'
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
NetworkManager: <info> Config: set interface ap_scan to 1
NetworkManager: <info> (wlan0): supplicant connection state: scanning -> disconnected
NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
NetworkManager: <info> (wlan0): supplicant connection state: associating -> associated
NetworkManager: <info> (wlan0): supplicant connection state: associated -> completed
NetworkManager: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'bbox2-d719'.
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
NetworkManager: <info> (wlan0): device state change: 5 -> 7
NetworkManager: <info> Activation (wlan0) Beginning DHCP transaction.
NetworkManager: <info> dhcpcd started with pid 9392
dhcpcd: version 5.0.6 starting
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
NetworkManager: <info> DHCP: device wlan0 state changed (null) -> preinit
dhcpcd: wlan0: rebinding lease of 192.168.1.65
dhcpcd: wlan0: broadcasting for a lease
dhcpcd: wlan0: offered 192.168.1.14 from 192.168.1.1
dhcpcd: wlan0: acknowledged 192.168.1.14 from 192.168.1.1
dhcpcd: wlan0: checking for 192.168.1.14
dhcpcd: wlan0: leased 192.168.1.14 for 86400 seconds
NetworkManager: <info> DHCP: device wlan0 state changed preinit -> bound
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) started...
NetworkManager: <info> address 192.168.1.14
NetworkManager: <info> prefix 24 (255.255.255.0)
NetworkManager: <info> gateway 192.168.1.1
NetworkManager: <info> hostname 'inflames'
NetworkManager: <info> nameserver '192.168.1.1'
NetworkManager: <info> domain name 'home'
NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) complete.
NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
NetworkManager: <info> (wlan0): device state change: 7 -> 8
NetworkManager: <info> Policy set 'Auto bbox2-d719' (wlan0) as default for routing and DNS.
NetworkManager: <info> Activation (wlan0) successful, device activated.
So dhcpcd is setting up the route as it should. But here is the result with my wep encrypted network :
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
NetworkManager: <WARN> nm_dhcp_manager_handle_event(): Received DHCP event from unexpected PID 9392 (expected 0)
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
NetworkManager: <info> (wlan0): supplicant connection state: completed -> disconnected
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
NetworkManager: <info> (wlan0): device state change: 4 -> 5
NetworkManager: <info> Activation (wlan0/wireless): access point 'Auto SpeedTouchDBBA4B' has security, but secrets are required.
NetworkManager: <info> (wlan0): device state change: 5 -> 6
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
NetworkManager: <info> (wlan0): device state change: 6 -> 4
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
NetworkManager: <info> (wlan0): device state change: 4 -> 5
NetworkManager: <info> Activation (wlan0/wireless): connection 'Auto SpeedTouchDBBA4B' has security, and secrets exist. No new secrets needed.
NetworkManager: <info> Config: added 'ssid' value 'SpeedTouchDBBA4B'
NetworkManager: <info> Config: added 'scan_ssid' value '1'
NetworkManager: <info> Config: added 'key_mgmt' value 'NONE'
NetworkManager: <info> Config: added 'auth_alg' value 'OPEN'
NetworkManager: <info> Config: added 'wep_key0' value '<omitted>'
NetworkManager: <info> Config: added 'wep_tx_keyidx' value '0'
NetworkManager: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
NetworkManager: <info> Config: set interface ap_scan to 1
NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
NetworkManager: <info> (wlan0): supplicant connection state: associating -> associated
NetworkManager: <info> (wlan0): supplicant connection state: associated -> completed
NetworkManager: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'SpeedTouchDBBA4B'.
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
NetworkManager: <info> (wlan0): device state change: 5 -> 7
NetworkManager: <info> Activation (wlan0) Beginning DHCP transaction.
dhcpcd: version 5.0.6 starting
dhcpcd: wlan0: rebinding lease of 192.168.1.14
NetworkManager: <info> dhcpcd started with pid 9844
NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
NetworkManager: <info> DHCP: device wlan0 state changed normal exit -> preinit
dhcpcd: wlan0: NAK: Lease is invalid. from 192.168.1.254
NetworkManager: <info> DHCP: device wlan0 state changed preinit -> (null)
dhcpcd: wlan0: broadcasting for a lease
dhcpcd: wlan0: offered 192.168.1.65 from 192.168.1.254
dhcpcd: wlan0: acknowledged 192.168.1.65 from 192.168.1.254
dhcpcd: wlan0: checking for 192.168.1.65
dhcpcd: wlan0: leased 192.168.1.65 for 86400 seconds
NetworkManager: <info> DHCP: device wlan0 state changed (null) -> bound
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) started...
NetworkManager: <info> address 192.168.1.65
NetworkManager: <info> prefix 24 (255.255.255.0)
NetworkManager: <info> nameserver '192.168.1.254'
NetworkManager: <info> domain name 'lan'
NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) complete.
NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
NetworkManager: <info> (wlan0): device state change: 7 -> 8
NetworkManager: <info> Activation (wlan0) successful, device activated.
NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.
It's easy to see that NM does not set up the route as it does with the open network...
I'm thinking more and more about posting a bug report about this. What do you think?
Edit : I forgot to mention that I was using NM on various distributions (ubuntu, fedora, opensuse...) without any problem on this network.
Last edited by toflames (2009-07-23 17:11:42)

Similar Messages

  • Your Apple TV is connected to your wi fi network but cannot connect to the internet.  Airplay logo not available on ipad3, iPod touch3g and showing intermittently in iTunes on windows laptop.  Switched ISP a few days ago.  Entered pass key info on all.

    I switched ISP a few days ago and had problems with airplay since.  After restarting and reinstalling and updating, re entering pass keys for new wi fi on everything,  Apple TV shows:  Your Apple TV is connected to your wi fi network but cannot connect to the Internet.  Ipad3 and iPod touch 3G have no airplay icon or get one briefly then it disappears again.  Same with itunes on windows laptop.
    Can anyone help?
    Bob

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • Apple TV connects to the network but cannot connect to the internet.

    Apple TV connects to the network but cannot connect to the internet. Works on other Apple TV's we have just not this new one. Defective???  Thank you!

    This might help:
    Apple TV (2nd gen.) saw my wireless network but did not accept my password (gave a network error message). It fixed instantly doing this:
    Made a note of the Apple TV's MAC address. Get it by pressing Menu on the remote, then Settings > General > About. It's called "WiFi address."
    Use your browser on a network connected computer to go to your router settings (usually 192.168.1.1).
    Under "Wireless > Wireless MAC Filter" (or something similar) do these steps:
    Enable Wireless MAC filter
    Enable "Permit PCs listed below to access the wireless network"
    Enter the Apple TV's MAC address
    Click "Save Setting"
    When I did this the network connection immediately started working.
    Note: These instructions are based on a Cisco Wireless-N Broadband, model WRT160Nv2, firmware v2.0.02.

  • I am trying to connect to my friend's wifi, i have a very strong signal indicated on my ipad, but cannot connect to the internet.  Yesterday i connected without any problem, can anybody tell me why i cannot connect today?

    i am trying to connect to my friend's wifi, i have a very strong signal indicated on my ipad, but cannot connect to the internet.  Yesterday i connected without any problem, can anybody tell me why i cannot connect today?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Hi I can not get my printer to connect to the internet.

    Hi
    I can not get my printer to connect to the internet. it is connected to my network according to wifi test printout but my computer can not find it.
    When I try to download apps directly from the printer it says that it is not connected to the internet.
    I have an airport extreme + 3 airport express a macbook pro and printer is an HP 7510e
    I see the printer on the first page in the airport utility when I click on my airport extreme.so it is online but nothing happens when I try to print.
    Please help me

    Hi all,
    Guess I understand what is going on as I'm also experiencing the problem.
    Basically the issue is about the iPhone 4's personal hotspot.
    I'm trying to hook on personal hotspot to my toshiba laptop but it couldnt work as the connection is limited to local only without Internet access.
    The hotspot works well on other laptop and I-devices, but not my toshiba...
    Hope to get assistance here. Thanks

  • My safari doesn't work sometimes, but I connect with the internet.

    my safari doesn't work sometimes, but I connect with the internet. Some of the videos I can't see with the Safari browser, but I can see it with other brower. But my friend can see these videos with her safari. And I can not connect with the app store sometimes.

    Before you try to configure the settings on your Router, first thing which you need to do is, Press and hold the reset button for 60 seconds...Release the reset button...Unplug the power cable from your router, wait for 60 seconds and re-connect the power cable...
    Connect the Modem to the Linksys Router on the Internet Port and then connect your computer to the Linksys router on the LAN Port 1. On your Computer click on Start - Run - CMD and click Ok... Now in the Command Prompt window type "ipconfig" and hit enter and note down the "IP address, Subnet Mask and Default Gateway" , Now again in the Command Prompt window type "ping default gateway IP" and hit enter and check if you are getting any replies, If yes then you can login to the setup page of the configure all the settings on it from scratch. 
    If your Internet Service Provider is Cable follow this link

  • I have a Power PC G4 which is running on OSX 10.5.8, it has the AirPort utility but cannot connect to the internet as my iMac can, I think I might need an AirPort Card? Is that the case or do I need something different to connect to a wireless modem?

    I have a Power PC G4 which is running on OSX 10.5.8, it has the AirPort utility but cannot connect to the internet as my iMac can, I think I might need an AirPort Card? Is that the case or do I need something different to connect to a wireless modem?

    Welcome!
    Only one variant of the PowerMac G4 could use the faster Airport Extreme Card. The rest used the original Airport card that is pretty slow.
    To get fast wireless without buying more than one thing, consider this:
    http://eshop.macsales.com/item/Edimax/EW7722IN/
    It goes in an available PCI slot
    There are USB solutions also. However, all PowerMac G4 towers had only slower USB 1.1 ports, so any USB wireless adaptor can only run at about wireless 'B" speeds (slow) unless you also install a PCI USB 2.0 adaptor card. Doing that would allow a USB wireless adaptor to run at its maximum rated speed. These items working together would accomplish that:
    USB wireless "dongle:"
    Newer Technology MAXPower 802.11n/g/b USB Adapter + Plug and play direct or with extension cradle
    USB PCI adaptor:
    http://eshop.macsales.com/Search/Search.cfm?Ntk=Primary&Ns=P_Popularity%7c1&Ne=5 000&N=7069&Ntt=USB+PCI
    Each approach has its advantages. The PCI wireless card is a one-piece solution that takes up no desk space. The USB2 card+USB2 Dongle gives you more fast ports for transferring date from other external USB devices (primarily cameras and external hard drives) at hugely faster rates than can the original ports. I have a USB 2 PCI card in my G4 tower strictly for transferring images from my digital SLR camera in a timely manner.

  • I cannot connect to the internet using apps but im connected to the internet!

    i cannot connect to the internet using apps but im connected to the internet!

    What makes you think that you are connected to the internet then?
    Try:
    - Resetting the iPod. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    - Reset ntwork settings: Settings>General>Reset>Reset Ntwork Settings.
    - iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • HT5205 I am roaming but cannot connect to the internet?

    I am roaming with my iPad, but cannot connect to the internet?

    I am roaming with my iPad, but cannot connect to the internet?

  • HT1595 Apple tv will connect to the network but cannot connect to the Internet

    My apple tv is connecting to my network but it says it cannot connect to the Internet. I've already tried restarting everything and I've also connected it to my portable mifi network with same results. Anybody have any ideas?

    This is what the MAC address clone looks like:
    Should I enable it?  If so, should I put something in the MAC Address?  What?  I was able to connect it thru my MiFi, but not my home network.  Until today, it's been connected to my home network for about 8 months with no problem.  Haven't used it for a while...not since I got a new router.

  • NB200 Can connect to wireless networks, but cannot connect to the internet

    I have been able to connect my Win XP netbook to my secure wireless network at home, other people's networks and public networks like the library and McDonalds. This week I'm away from home and discovered that while I can still connect to a number of different wireless networks, I cannot connect to the internet using Internet Explorer.
    I've had this problem once before and fixed it by reinstalling Windows XP and all my other software. I have no idea why it has happened again. I'm hoping for a less drastic solution to the problem..?

    Hi Nakia,
    > I cannot connect to the internet using Internet Explorer.
    Have you tested other browsers like Mozilla Firefox and does this work?
    As MasterG wrote try to renew the IP address using the commend line.
    Last week I had a similar problem and I could solve it by updating the WLAN driver. Just remove the driver, restart the notebook and install the newest one. :)

  • Incorrect IP displayed, but can connect to the Internet. How can I find out what's causing this?

    I'm running 10.6.8, and various programs and websites that report my IP address are not displaying the correct one. I'm operating with a static IP, and I know my AirPort's IP, and the one displayed is neither of those (and in fact cannot be given out by my airport).
    I can still connect to the Internet, but some services which require people to connect to my IP fail because the program on my end is hosting at the wrong IP.
    Is there any way to find out where this rogue IP came from and eliminate it?
    Of note, my AirPort is my only active network protocol (all others are disabled), and about 10% of the time, a restart manages to fix the problem until the next time I boot up my computer, without me changing any other settings.

    When you use the Internet, you need to have a registered IP address. This is provided by your ISP, and you have assigned it to your Router.
    You then get a "private" IP Address from your Router via DHCP which, by definition, is not visible or reachable on the Internet, in one of these ranges:
    192.168.xxx.yyy
    172.xxx.yyy.zzz
    10.xxx.yyy.zzz
    Your Router acts as your agent on the Internet, and bad guys cannot send you... anything you do not have your Router ask for, as you are invisible.

  • Wifi on but not connecting to the internet

    I've checked all the wifi settings on my Curve 8900 and it seems to be set up properly but when I try to access the internet i get a message saying"Unable to connect to the internet" and in "Manage Connections" alhough there are blue ticks in the left hand box for mobile network, wifi and bluetooth, in the right hand box there is only a green tick for mobile connections and a white line for the other two.  I've tried connecting at both home and work and neither works.  it used to work fine and I don't know what's changed.  Can you help please?

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • The computer sees the airport signal but cannot connect to the internet

    I have a imac g5 connected wirelessly to my base station & an airport express. The mac part connects to the internet using the network without any problem. My problem is that the pc portion (using Windows XP) of my imac will not connect to the internet using the wireless network. It shows a strong signal but no connectivity. One of the comments that comes up is that the network didn't assign a network address to the computer (I assume the PC portion). Any thoughts how I can get my computer to connect to the wireless network from the PC portion of my mac.
    many thanks.

    Make sure your Firewall settings are correct. I'm going to share some of my settings in the PC area (please bear in mind that these IP addresses could differ from system to system)
    My Windows Firewall is DISABLED. You could do the same temporary and see if it works. I use Zone Alarm Pro Firewall. Make sure in my Control Panel ==> Network connection status, your device shows Airport Express wireless device or router.
    Depending in your Internet service provider and geographical zone the IP address could be different.
    Example:
    Zone Alarm Windows settings:
    TRUSTED ZONES ==> Loopback Adapter 127.0.0.0.1
    PC IP address 192.169.1.3 (example)
    Gateway 192.169.1.254
    DHCP Server 10.0.1.1
    DNS 10.0.0.1
    IN AIPORT EXTREME SETTINGS ( Make sure you are in your Imac side or Mac Os)
    Id 192.169.1.5
    Subnet Mask 255.255.255.0
    Router 192.169.1.254
    Connection Automatic
    Ethernet ==> Automatically (through Airport Utility)

  • I can't get my TC to connect to the Internet

    I just bought a new time capsule to back up my macs, well I can't get it to connect to the internet to send out wireless internet signal. Both my networks appear, 1. "actiontec" which is my qwest gt701-wg wireless internet signal I am using right now. 2. Jordan's wifi network also appears which is obviously coming from the TC but it is sending no internet. I got the green light to turn on by hitting ignore on two problems that are keeping it from sending internet. It says it can't connect to the internet and I should cycle the router which I have tried and it also says my PPPoE password I believe is wrong which I have wrote on paper that I got from quest. HELP please

    +I tried the option to integrate the time capsule to join the existing wireless network using the bridge mode. But is it correct that I cannot use the ethernet port to connect devices with the internet?+
    When the Time Capsule is configured to "join a wireless network", the ethernet ports on the device are not enabled. In other words, when the Time Capsule is configured to "join a wireless network", it performs no routing functions at all. It is simply a wireless backup device.
    +Do I have to establish a WDS? How wold I do this??? OR is there another way to solve my problem.+
    Very few products from other manufacturers are compatible with Apple's WDS arrangement. I couldn't find any compatibility information regarding your router, so suspect that it is not compatible with the Time Capsule for this purpose.
    If you are able to do so, connect an ethernet cable from one of the LAN ports on your existing router to the WAN port on the Time Capsule and configure it to act as a bridge, (Connection Sharing = Off (Bridge mode)). This would enable the ethernet ports on the Time Capsule and even allow you to create another wireless network with the Time Capsule if you need that feature.
    If it's not possible to run the ethernet cable, you might want to take a look at a pair of ethernet powerline adapters to accomplish the same task by using the AC wiring in your home to transmit the ethernet signal from your current router to the Time Capsule location.

Maybe you are looking for

  • Problems with "File Open" and "File Save As" in Tiger

    I recently upgraded to OS10.4.3 on my PowerBook G4 and ever since I have had only frustration upon frustration with this new version. When launching a program whether it be QuarkXpress 6.5, Illustrator CS, Photoshop CS, InDesign CS or Acrobat 6.0 and

  • Firefox 3.6 download is a corrupt file.

    Firefox 3.6 download is corrupt == I tried downloading the browser from the Mozilla website == == User Agent == Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729

  • Can't print from Acrobat

    Hello, my problem is that I can't print documents from Adobe Acrobat prof. Every time the error "a required resource cannot be loaded". I tried to use another printer, another pc. No matter which printer it is every time the same error. On another pc

  • Contact with AP but no internet?

    Subject say's it all.  I have made contact with the AP but not the internet?  any ideas?

  • Where did my iPhone notes go?!

    I tried to sync the notes on my iPhone to my MacBook Pro but now they're gone from my phone! In my iTunes, I went to my iPhone then to my "Info Tab". I checked "Sync Notes" under the Other category but I was also in a rush and under the Advanced cate