Access the internet from my laptop

This may be a silly question but I have not had this type of phone before and before I do away with my home internet I need to know how this is going to work.....
Can you access the internet if connected to the phone via your laptop or do you have to have a hotspot in order to have internet access? 

do your research BEFORE you cancel your online service. the above post is correct. you can't be on the phone while it is being used as a hot spot. and you have to have the additional subscription service to use it as a hot spot. it's at least $20 (i thought it was $30) per month....on top of your data plan.

Similar Messages

  • Can I use my iPhone to access the Internet with my laptop

    I would like to use my iPhone to access the Internet from my laptop.  Is a connection between my iPhone and my laptop (using Vista OS) possible?

    This may help
    http://support.apple.com/kb/HT3574
    and this completes the picture
    http://support.apple.com/kb/HT4517

  • I am currently having problems accessing a network connection.  I have reset my IPAD network connections and am still having a problem.  I know that it is not my network because I can access the internet on my laptop computer.

    I am having problems opening any email or apps on my IPAD 2.  It says there is no network connection but I don't have any problems accessing the internet on my laptop.

    In any event, if your OS X version is 10.7.x, download and install AirPort Utility 5.6 for Lion:
    Lion: AirPort Utility 5.6.
    If your OS X version is 10.5.x or 10.6.x, download and install AirPort Utility 5.5.3:
    Leopard, Snow Leopard: AirPort Utility 5.5.3.
    After you install the appropriate version of AirPort Utility, open it. The program will be located in your Utilities folder, which in turn is found in your Applications folder.
    To open the Utilities folder, go to the Finder and select "Utilities" from the Go menu:
    AirPort Utility 5.6 looks like this:
    ... but make sure you use the version of AirPort Utility you just downloaded.
    Launch AirPort Utility and select your Time Capsule. Click Manual Setup, then the Guest Menu tab, then you can elect to disable the guest network, or to establish whatever security settings you want.
    The window looks somewhat like this:
    If your version of AirPort Utility does not look anything like that, you are probably not using the one you just downloaded. Find it and start over.
    When you are finished configuring your Time Capsule, click Update and allow the Time Capsule to restart.

  • Accesseing the internet from my Nokia 6600 on my P...

    I have still not been able to access the Internet from my Nokia 6600 to my PC. I have tried using bluettoth to no avail. Can someone help me. If you have accessed your internet from your Nokia 6600 to your PC please tell me how to do this
    I will truly appriciate it.
    Moderator note: e-mail address remived, it is unwise to publish personal contact info on the web.
    Message Edited by michaels on 01-Oct-2008 03:19 PM

    I ain't got a Nokia 6600 but all models of Nokia with modem works the same way. I don't advice using bluetooth for connection is rather erratic; use cable. Make sure all configurations of phone from providers are configured like data access points. I presumed you have loaded succesfully pcsuites, in the same way the modem drivers. You can check it in your pc/laptop devices config.
    Configure your browser to connect by dial-up connection(tel no. & sometimes user/password from provider), select the Nokia modem(sometimes better to disable temporarily the built-in modem of PC/Laptop if it exist), you'll be connecting by gprs & there is tariff per minute connections more expensive than landline by modem of PC/laptop.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • UNABLE TO ACCESS THE INTERNET FROM LOCAL PROVIDER ON A SITE-TO-SITE VPN CONNECTION

    Dear All,
    I have a site-to-site connection  from point A to point B. From point B i am unable to access the internet from local internet provider.
    I am trying to ping from 192.168.20.1 the dns 8.8.8.8   but i receive the  message "destination net unreachable".
    When i run "show ip nat translation" i receive nothing.
    The vpn connection is working properly, i can ping the other side 192.168.10/24
    Below is the configuration of the cisco router on point B.
    dot11 syslog
    ip source-route
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.21.254
    ip dhcp pool voice
     network 192.168.21.0 255.255.255.0
     default-router 192.168.21.254 
     option 150 ip 192.168.5.10 
    ip cef
    ip domain name neocleous.ru
    ip inspect name IOS_FIREWALL tcp
    ip inspect name IOS_FIREWALL udp
    ip inspect name IOS_FIREWALL icmp
    ip inspect name IOS_FIREWALL h323
    ip inspect name IOS_FIREWALL http
    ip inspect name IOS_FIREWALL https
    ip inspect name IOS_FIREWALL skinny
    ip inspect name IOS_FIREWALL sip
    no ipv6 cef
    multilink bundle-name authenticated
    vty-async
    isdn switch-type primary-net5
    redundancy
    crypto isakmp policy 5
     hash md5
     authentication pre-share
     group 2
    crypto isakmp policy 10
     encr aes
     authentication pre-share
     group 2
     lifetime 28800
    crypto isakmp policy 50
     encr 3des
     hash md5
     authentication pre-share
     group 2
    crypto isakmp key Pb85heuvMde9Wdac5Qohha7lziIf142u address [ip address]
    crypto isakmp invalid-spi-recovery
    crypto isakmp keepalive 10
    crypto ipsec transform-set TRANSET esp-aes esp-sha-hmac 
    crypto ipsec transform-set TRANSET2 esp-des esp-md5-hmac 
    crypto ipsec df-bit clear
    crypto map CryptoMAP1 ipsec-isakmp 
     set peer [ip address]
     set transform-set TRANSET 
     match address CryptoACL
    interface FastEthernet0/0
     description Primary Provider
     ip address [PUBLIC IP MAIN PROVIDER] 255.255.255.252
     ip access-group outside_acl in
     ip mtu 1390
     ip nat outside
     ip virtual-reassembly in
     load-interval 30
     duplex auto
     speed auto
     crypto map CryptoCY
     crypto ipsec df-bit clear
    interface FastEthernet0/1
     description TO LAN
     no ip address
     load-interval 30
     speed 100
     full-duplex
    interface FastEthernet0/1.1
     description DATA VLAN
     encapsulation dot1Q 20
     ip address 192.168.20.254 255.255.255.0
     ip access-group inside_acl in
     ip nat inside
     ip inspect IOS_FIREWALL in
     ip virtual-reassembly in
     ip tcp adjust-mss 1379
    interface FastEthernet0/1.2
     description VOICE VLAN
     encapsulation dot1Q 21
     ip address 192.168.21.254 255.255.255.0
    interface Serial0/2/0:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     no cdp enable
    interface FastEthernet0/3/0
     no ip address
     ip access-group outside_acl in
     ip nat outside
     ip virtual-reassembly in
     shutdown
     duplex auto
     speed auto
     crypto map CryptoCY
    ip local pool VPNPool 192.168.23.2 192.168.23.10
    ip forward-protocol nd
    ip http server
    no ip http secure-server
    ip nat inside source list nat_list interface FastEthernet0/3/0 overload
    ip route 0.0.0.0 0.0.0.0 [default gateway ip]
    ip access-list standard VTY
      permit 192.168.20.0 0.0.0.255
    ip access-list extended CryptoACL
     permit ip 192.168.20.0 0.0.0.255 192.168.3.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.5.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.6.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.12.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.2.0 0.0.0.255
     permit ip 192.168.20.0 0.0.0.255 192.168.10.0 0.0.0.255
     permit ip host 192.168.22.1 192.168.5.0 0.0.0.255
     permit ip host 192.168.20.1 192.168.5.0 0.0.0.255
     permit ip host 192.168.22.1 192.168.6.0 0.0.0.255
    ip access-list extended DFBIT_acl
     permit tcp any any
    ip access-list extended inside_acl
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.35
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.39
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.23
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.18
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.55
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.144
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.146
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.141
     permit ip host 192.168.20.253 host 192.168.3.21
     permit ip host 192.168.20.254 host 192.168.3.21
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.10
     permit ip 192.168.20.0 0.0.0.255 host 192.168.20.254
    ip access-list extended nat_list
     deny   ip host 192.168.20.254 192.168.10.0 0.0.0.255
     deny   ip host 192.168.20.254 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.1 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.1 192.168.10.0 0.0.0.255
     deny   ip host 192.168.20.2 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.2 192.168.10.0 0.0.0.255
     permit ip host 192.168.20.1 any
     permit ip host 192.168.20.2 any
     permit ip host 192.168.20.254 any
    ip access-list extended outside_acl
     permit gre any host [ip address]
     permit esp any host [ip address]
     deny   ip any any
    ip sla 2
     icmp-echo 192.168.10.254 source-interface FastEthernet0/1.1
     frequency 180
     timeout 500
    ip sla schedule 2 life forever start-time now
    logging 192.168.3.21
    route-map DFBIT_routemap permit 10
     match ip address DFBIT_acl
     set ip df 0
    route-map ISP2 permit 10
     match ip address nat_list
     match interface FastEthernet0/3/0
    route-map nonat permit 10
     match ip address nonat_acl
    route-map ISP1 permit 10
     match ip address nat_list
     match interface FastEthernet0/0

    You cannot access internet, because all traffic is tunneled for VPN !!!!
    Please see cisco tech documentation and bypass traffic for internet.
    eg.  if lan traffic is going from site a to site b  then through vpn
          else
           lan traffic to internet (any) should be out thorugh the vpn .

  • Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Are you using Windows XP or Windows Vista?
    Did you remove iTunes and the other Apple software also, and then reinstall iTunes.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Did you try to put the iPhone into recovery mode?

  • How to make Firefox access the internet from Oracle Ent. Unbreakable Linux?

    Hello
    I have a Dell Duo Core x86 laptop that multiboots Windows 2003 Server, Windows XP and Oracle Enterprise Unbreakable Linux. I use Internet Explorer to
    access my email while at the library so I know my laptop can access the internet. I just installed the Oracle Enterprise Unbreakable Linux in text mode and
    I can still access the Internet but only if I use one of the Windows operating systems which is why I am keeping them for now. The reason is because when I
    use Oracle Enterprise Unbreakable Linux, when I select Firefox to access the internet I get these messages:
    "Server not found
    Firefox can't find server at www.hotmail.com
    -check address for typing errors
    -if unable to load pages check network connection
    -if computer or network protected by firewall make sure Firefox permitted to access
    web"
    None of those reasons are true for not gaining access to the internet. I want to use Oracle Enterprise Unbreakable Linux from now which is why I installed
    but I need to know:
    1) Why do I get the "Server not found" and the other error messages when I try to access the internet using Firefox and what do I have to do to make Firefox
    access the internet successfully?

    Hi,
    First you must confirm your laptop with Oracle Enterprise Unbreakable Linux can access internet.
    Please open a terminal, input the following command
    1.ifconfig
    2.cat /etc/resolv.conf
    Regards
    Jason

  • I can't access the internet from my home wi-fi.  It works on other wi-fi, and my wi fi is working on my h ome computer.  I keep getting a message that says it can't access the server

    I can't access the internet using my home wi-fi. My wi-fi is working on my home computer, and the itouch can access the internet at another person's home using their wi-fi.  I've looked in the settings, and can't seem to see any differences.....i'm a techno dummy - so please respond in very basic info

    Before resetting try restarting.  Or you can go to Settings from the home screen > Wi-Fi > your network and scroll down to 'Renew Lease' and press that.  When you do you should see a button labeled 'Renew Lease?' and another labeled 'Cancel'.  Select 'Renew Lease'.
    You can either back out of that screen back to the home screen or just use the return button to go back to the home screen.  Then select Safari and see if you can hook in.
    I have to go through that process every five or ten minutes or so when in the second story of our house - weak router signal up there.

  • Network Two Macs, access the internet from both.

    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    At any rate: Here is what I have. A LinkSYS Cable Modem, A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router. As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

    Austinscott wrote:
    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    Nope. The MAC address does not change. The IP address might change.
    At any rate: Here is what I have. A LinkSYS Cable Modem,
    what model cable modem?
    A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router.
    I suspect that you have a router, built into the cable modem. Virtually all Linksys cable modems have a router built into them. In addition, unless you have arranged to have two Internet connections from your cableco, you must have a router to have two devices connected to the Internet. If you have a router you can have multiple devices on one connection. If you don't, you can have only one. You may have turned off the router functions on your modem. What is the IP address showing on your Mac Pro? If it is something in the 192.168.x.y range, where 'x' is a number from 0 to 255 and 'y' is a number from 1 to 254, or in the 172.z.x.y range where 'z' is a number from 16 to 31, or in the 10.x.x.y range, then you probably have a private network which means that you have a router built into that modem and its router functions are turned on. If your IP is a different number you probably either don't have a router built in (unlikely) or its router functions are off (very likely).
    If your have a private network and your G4 is not connecting, you need to determine what the IP is on the G4. If it is 0.0.0.0, then you have a damaged network card and need to replace it. If it is 169.254.x.y then your G4 is not seeing the router for some reason, likely because the router functions on your modem are off. If it is something else we need to know what it is.
    As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

  • Why can my macbook only access the internet from certain wireless sources?

    I have tried connecting to the internet at my friends houses with my macbook but even though I can join the network, the internet itself doesn't work. Is there a reason for this? I've even tried to connect to the internet through a wireless network that my friend was accessing with no problem, from his macbook.

    Possible reasons for being unable to connect to a strange network:
    - Wrong proxy information
    - Wrong network password
    - Your friends router has "MAC address filtering" turned on.
    You might find you can connect by creating a new location like this:
    System Preferences > Network
    Select the AirPort from the left hand side
    Click on the Locations combo box and select Edit Locations...
    Click on + to add a new location, give it a memorable name
    Select the AirPort tab and enter your network name
    Select TCP/IP tab. 
    Configure IPv4 Using DHCP
    Now click on Renew DHCP Lease.  After a few seconds you should get an IP address (probably 192.168.x.x)
    Click on Proxies tab.
    Select Auto Proxy Discovery and Use Passive FTP
    Click on OK and Apply, etc.

  • I cant connect my ipod to the internet from my laptop. my ipod says i have connection but when i try to open i tunes or safari, it then says unable to connect please help !

    ive tried almost everything. Looked up on youtube and still no help. I have tried resting the network setting still wont let me on the internet

    - Do other devices successfully connect using your network?
    - Did the iPod successfully connect to the network before?
    - Does the iPod successfully connect to other networks?
    - Reset the iPod . Nothing is 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 network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points

  • I can't access the internet from my iPad! I have Wi-Fi but my iPAD won't allow me to join. Any suggestions?

    I have tried to reset my Wi-Fi settings. I have powered my iPad 2 off and still can't get it to join. There isn't anything wrong with the internet connection because my laptop is still working just fine. Are there any other ideas on how to get this to connect?

    I am having a similar issue. ipad was working fine last night but this morning will not connect to wifi network. wifi is okay as am using it on my laptop. I have turned router on/off dozens of times, have disconnected all cables, unplugged form power, reset my ipad to factory settings, deleted my network and set up again, still no luck, airplane mode is off etc etc. very annoying...

  • I can't access the internet from itunes?

    I can't access the ITunes store from ITunes and CD titles aren't loading.
    Under one user ITunes locks up when I insert a CD

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Download the song on your syncing computer and sync via iTunes.
    Then delete/redownload as necessary.

  • Most times i am not within range of a wi-fi connection if there something i can add to my ipod touch to access the internet from afar?

    Hello Most times I am not within range of a wi-fi connection is there something i can add to my ipod touch to connect to the internet ?

    You can purchase a MiFi or similar device.  It acts like a wifi hotspot and connects to the internet via a cellular connection.  You need a data plane too.
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CHsQFjAA&ur l=http%3A%2F%2Fwww.verizonwireless.com%2Fb2c%2Fmobilebroadband%2F%3Fpage%3Dprodu cts_mifi&ei=rcWKT-jeBYes8ATi7pDeCQ&usg=AFQjCNGEnpTkiGCnUOHacw5dEOr0BOc7zg&sig2=M 4Xf1Hglj2FYYYfnC5rJTg

  • Accessing the internet from flash player

    Im can't view the Global security settings panel on the adobe
    site. Its just a blank space. any ideas why I cant view it?
    I have the latest flash player, using flash 6 to create a
    small header animation to access a website. Had no problems ion the
    past.....

    OS 9 has no built-in ability to share an Internet connection.
    You will need a software router like IPNetRouter to share the dial-up connection out to the Ethernet port.

Maybe you are looking for

  • 30 GB Ipod Video not recognized by either Windows or Itunes

    Hi, I purchased a new 30 GB iPod Video (5th generation) today to replace my old iPod photo. It's been charging for a few hours, but when I plug it into the computer there is hardly any recognition. Windows will make the "you plugged in a USB" noise b

  • Consingment stock

    Hello all, I would like to know what the use of consignment stock is and also would like to know the special stock indicator “k” in the put away strategy and how does it influence the put away process. Thanks, Maxx

  • Iphoto forgets everything new when quitting!?

    Iphoto forgets any albums I make and any photos I import from camera when quitting. I recently have upgraded to tiger btw, and this all started since upgrading to tiger which has caused a long list of problems.. I am fully up to date as far as softwa

  • Measuring Point

    Dear All, We are created Counter for air consumption in that mentioned counter over floew reading 99999999.We are not planning any maintenance paln againtst this counter. we start punching readings like, Our last counter reading before uploading into

  • MSE often unreachable from WCS

    Hi, I have upgraded MSE in my network from 7.0.105.0 to 7.0.201.204 a week ago. After the upgrade, often MSE is going to unreachable state from WCS. A restart on MSE with "shutdown -r now" resolves the issue. But again after 2-3 days, it becomes unre