No internet access when "Send All Traffic" VPN Checked

Hi Ladies and Gents
Wonder if you can help me. These past few days I have been setting up a VPN on my DD-WRT enabled router. I have successfully accomplished such task, however when I'm connected to the VPN on my phone my public IP address does not change, after doing some reading I believe that is because "Send All Traffic" is unchecked in the VPN profile, but when I check "Send All Traffic" I get no internet access what so ever.
Any advice/input/solution to this would be greatly appreciated.
Cheers
Cameron

Cammy1230 wrote:
when I'm connected to the VPN on my phone my public IP address does not
it's not supposed to.

Similar Messages

  • How can i use an existing vpn connection without using the option "Send all traffic over vpn connection"?

    I have been trying to get my computer (os x.7) to astablish a remote desktop connection to my work computer via a vpn tunnel. In fact I have just discovered that it works fine if i select to "send all traffic over vpn connection" from the options in the advanced setup of the vpn.
    If the option is selected microsofts "Remote desktop connection for mac" works just fine. However without selecting the option it is not taking advantage of the tunnel but tries to connect as if the tunnel would not exist.
    Now the question is how do I get program to use the vpn tunnel without checking the above option?
    Thanks for any hints and pointers.

    Then can her computer be authorized to both accounts?
    Absolutely. You can authorize any given computer to up to five iTunes Store accounts.
    If purchases are made on her account, to a computer authorized to my account, can I put those songs on my iPod?
    If you connect your iPod to her computer, yes. Tracks download only to the computer from which they're purchased, regardless of which iTunes Store account is used for the purchase. Or you could copy the tracks from her computer to yours and then authorize your computer to her iTunes Store account. But that's sort of defeating the original purpose, it would seem to me.
    is it better to buy music through Amazon downloads and/or actually purchasing CDs to avoid the security features iTunes puts on its music?
    That's certainly an option. If it's an entire album I want, I buy CDs. That way I can import them at the quality I want and to whichever of my systems I want. Amazon or one of the other download stores that offer tracks as MP3 are also an option, though for me download stores are best when you just want a couple of tracks off a given CD.

  • Cascaded routers: no internet access when second router not use NAT

    Cascaded routers: no internet access when second router not use NAT
    Here is my setup:
    [pre]
    WAN
    |
    | 74.96.170.x (WAN IP)         |
    | Router1(Verizon FiOS Router) |
    | Model: MI424WR-GEN2 (Rev F)  |
    | Firmware: 20.21.0.2          |
    | Def router: 74.96.170.1      |
    | 192.168.1.1 (Local IP)       |
    |
    |  192.168.1.22 (WAN IP)   |
    |  Router2(Linksys)        |
    |  Model: WRT54GL v1.1     |
    |  Firmware: v4.30.16      |
    |  Def Router: 192.168.1.1 |
    |  192.168.2.1 (Local IP)  |
    |
    | Computer 192.168.2.160   |
    | Def Router: 192.168.2.1  |
    "q.route" 120L, 4441C written
    [m.wang@m-wang-ltm2:/Users/m.wang/m/Network]
    $ more q.route 
    Cascaded routers: no internet access when second router not use NAT
    Here is my setup:
    [pre]
    WAN 

    | 74.96.170.x (WAN IP)         | 
    | Router1(Verizon FiOS Router) | 
    | Model: MI424WR-GEN2 (Rev F)  | 
    | Firmware: 20.21.0.2          |
    | Def router: 74.96.170.1      |
    | 192.168.1.1 (Local IP)       | 
    |
    |  192.168.1.22 (WAN IP)   | 
    |  Router2(Linksys)        | 
    |  Model: WRT54GL v1.1     |
    |  Firmware: v4.30.16      |
    |  Def Router: 192.168.1.1 |
    |  192.168.2.1 (Local IP)  |
    |
    | Computer 192.168.2.160   | 
    | Def Router: 192.168.2.1  | 
    | NO iptables, basic setup |
    [/pre]
    On computer, I have:
    [pre]
    # route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         192.168.2.1     0.0.0.0         UG    2      0        0 enp2s0
    loopback        localhost       255.0.0.0       UG    0      0        0 lo
    192.168.2.0     *               255.255.255.0   U     0      0        0 enp2s0
    [/pre]
    On Router2, I have:
    [pre]
    Routing Table Entry List
    Destination LAN IP | Subnet Mask   | Gateway   | Hop Count | Interface
    192.168.2.0          255.255.255.0   0.0.0.0     1           LAN & Wireless
    192.168.1.0          255.255.255.0   0.0.0.0     1           WAN (Internet)
    0.0.0.0              0.0.0.0         192.168.1.1 1           WAN (Internet)
    [/pre]
    Router2's Operating Mode is Gateway. On Router1, I have: 
    [pre]
    [Router1] Routing Table
    Name                  Destination Gateway      Netmask       Metric   Status
    Network (Home/Office) 192.168.2.0 192.168.1.22 255.255.255.0 0        Applied 
    Network (Home/Office) 192.168.1.0 192.168.1.1  255.255.255.0 0        Applied 
    Routing Protocol: Internet Group Management Protocol (IGMP)
    Default Gateway: 74.96.170.1
    [/pre]
    On computer, I can run tcptraceroute to yahoo.com OK:
    [pre]
    # tcptraceroute yahoo.com
    Selected device enp2s0, address 192.168.2.160, port 46596 for outgoing packets
    Tracing the path to yahoo.com (206.190.36.45) on TCP port 80 (http), 30 hops max
     1  192.168.2.1  0.610 ms  0.729 ms  0.735 ms
     2  192.168.1.1  1.843 ms  1.378 ms  1.363 ms
     3  l100.washdc-vfttp-107.verizon-gni.net (96.241.146.1)  13.620 ms * *
    ... /* It reached the destination. */
    [/pre]
    I want to change Router2's Operating Mode from "Gateway" to "Router" because I
    want to turn off NAT on Router2 so that I can access all computers attached to
    Router2 by their individual IP instead of using port forwarding at Router2.
    The problem is after the mode change from "Gateway" to "Router", and regardless
    whether I disable RIP or enable RIP, and on what interfaces it is enabled, computer
    192.168.2.160 does not have internet connection. 
    Observations:
    [0] INTRAnet works as I can reach computer 192.168.2.160 from computer behind Router1
    192.168.1.x and vice versa.
    [1] ping and traceroute *work* on Router2 itself using the built-in dianostic tool.
    [2] nslookup on computer 192.168.2.160 always works on new lookup. It uses
    192.168.2.1 as the resolver.
    [3] tcptraceroute stops after step 2:
    [pre]
    # tcptraceroute yahoo.com
    Selected device enp2s0, address 192.168.2.160, port 45999 for outgoing packets
    Tracing the path to yahoo.com (98.139.183.24) on TCP port 80 (http), 30 hops max
     1  192.168.2.1  2.553 ms  0.534 ms  0.638 ms
     2  192.168.1.1  1.342 ms  0.964 ms  0.867 ms
     3  * * *
    [/pre]
    [4] tcpdump shows that computer 192.168.2.160 tries to reach out and nothing is returned:
    [pre]
    13:34:03.172828 IP 192.168.2.160.45999 > 98.139.183.24.http: Flags [S], seq 1122548929, win 0, length 0
    13:34:06.175786 IP 192.168.2.160.45999 > 98.139.183.24.http: Flags [S], seq 1122548929, win 0, length 0
    13:34:09.178804 IP 192.168.2.160.45999 > 98.139.183.24.http: Flags [S], seq 1122548929, win 0, length 0
    [/pre]
    This is not expected because NAT to internet should still be done by Router1, no? Computer
    behind Router1 with IP 192.168.1.x has internet connection.
    [5] It looks like I cannot change the Routing Table Entry on Router2. I do not think I need to change anything,
    just an observation.
    [6] If I use LAN to LAN connection, then both intranet and internet works. [The internet IP of Router2 can be
    anything not in the same subnet of the Router1, and DHCP on the local side should be disabled to avoid conflict
    with the the DHCP on Router1].

    I have a question. Unfortunately in order to ask my question, I have to have a lengthy description of my setup. Basically, I have a second Linksys router in "router" operating mode with NAT disabled connected to the Verizon router, and I have a computer which is in a different subnet (192.168.2.x) behind the Linksys router. This computer can communicate with computers behind Verizon router in subnet (192.168.1.x), but cannot reach internet. This is a simplified version of my question, full details are in the original post.
    If I setup the Linksys router in "gateway" operating mode, which means with NAT enabled, then both intranet and internet works, but there is no easy way to setup port forwarding for 10 compueters in 192.168.2.x network to communicate with 10 computers in 192.168.1.x network.
    If I setup the Linksys router in a LAN to LAN configuration with Verizon routers, but this way all computers are in the same subnet, I want them to be in different subnet for access control and things like that.
    I hope this makes things a little clear.
    Thanks.

  • Able to connect ipad 2 to iphone 4s personal hotspot via bluetooth or wifi, but no internet access when connected via wifi.

    I am able to connect my ipad 2 to an iphone 4s personal hotspot via bluetooth or wifi.  The problem is that I only have internet access with a bluetooth connection. Both are running ios 6.1.2 and I have tried to reset both to factory settings. Any suggestions would be reatly appreciated. 

    Please don't shout!   Using all uppercase means shouting on the internet.  If your keyboard is stuck please say so, otherwise people will think you are being obnoxious.
    Now the first question is, when you are saying connecting to personal hotspot, have you always been using the iPhone to connect to the internet?   Are you someplace where the only place to connect is available via tethering to the iPhone's celluar network?  Or do you have other options?

  • RRAS VPN performance and Internet access which connecting to RRAS VPN

    For the first time, I setup win2008R2 RRAS VPN(L2TP and SSTP ) in Azure VM for my client.
    I am running Package Application which include SQL2008 in that  VM.
    I plan that remote user connect from client application using RRAS VPN to Application server in Azure VM.
    But I am worrying about the performance bottle net due to network speed reason.
    I am not yet make sure network environment of my client ( my client is living in USA ).
    1
    But if we decide to use RRAS VPN for that application , which kind of VPN(PPTP,L2TP,SSTP,IKE) will be better in network speed?
    2
    I noticed that which connecting to RRAS VPN, I could not connect to the Internet from remote client PC.
    Is there any way to enable RRAS VPN access and Internet access at same time ?

    Hi,
    1. PPTP is the easiest protocol to use for setting up VPN. And it have minimal security.
    L2TP/IPSec, SSTP and IKEv2 was more security than PPTP.
    IKEv2 can provide a secured uninterrupted ubiquitous VPN connectivity.
    Here are good article about comparing four types of VPN,
    Different VPN tunnel types in Windows - which one to use?
    http://blogs.technet.com/b/rrasblog/archive/2009/01/30/different-vpn-tunnel-types-in-windows-which-one-to-use.aspx
    2. Two common scenarios cause the problem that connected client can’t browse the Internet. First, the VPN server might not let remote clients access the Internet when they have a connection. In this case, when we close the VPN connection,
    the client can browse the Internet because the default gateway reverts to the gateway that ISP defines. Second, Windows might overwrite the ISP gateway with the VPN server-defined gateway when the client connects, so the client has no path to the Internet.
    We may need to uncheck the use default gateway on remote network to solve this problem.
    Best Regards,
    Tina

  • No Internet access when I use a certain static IP yet other IP's are ok.

    Hiya,
    Strange IP issue !!!
    I have a windows 2003 sevrer with a static IP.
    My network has a DHCP server and that Particular IP is in the exclusion range.
    When I open a browser on the server I get the error "internet explorer cannot display the webpage"
    However if I change the static IP address to a defferent static Ip address everything works fine.
    Here's the funny bit.
    If I set a different PC to this troublesome static IP I also get the issue.
    So the problem is with the Static IP address itself?
    On the DHCP server there is no indication that this is a BAD IP ADDRESS etc..
    Checkeded the firewall an this is not blocking either.
    Any ideas why this particular IP fails to get me internet access ?
    Ray..

    IP with no internet access (IP Issue)
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
       Physical Address. . . . . . . . . : 00-14-5E-BD-C2-0C
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 10.1.3.150
       Subnet Mask . . . . . . . . . . . : 255.255.254.0
       Default Gateway . . . . . . . . . : 10.1.2.254
       DNS Servers . . . . . . . . . . . : 10.1.3.145
                                           10.1.3.146
    IP with internet access working (Normal IP)
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
       Physical Address. . . . . . . . . : 00-14-5E-BD-C2-0C
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 10.1.3.167
       Subnet Mask . . . . . . . . . . . : 255.255.254.0
       Default Gateway . . . . . . . . . : 10.1.2.254
       DNS Servers . . . . . . . . . . . : 10.1.3.145
                                           10.1.3.146
    DNS Server
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet #2
       Physical Address. . . . . . . . . : 00-14-5E-BD-CB-20
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 10.1.3.145
       Subnet Mask . . . . . . . . . . . : 255.255.254.0
       Default Gateway . . . . . . . . . : 10.1.2.254
       DNS Servers . . . . . . . . . . . : 10.1.3.145
       Primary WINS Server . . . . . . . : 10.1.3.145

  • Why does it say no internet access when I connect my laptop to my personal hotspot IPhone 5S?

    Every time I try to go on a webpage it says no internet access on the Internet bars

    Hi, jon.baldauf.
    These articles will help you troubleshoot the issue that you are experiencing when attempting to connect to the iTunes Store.  Make sure after each troubleshooting steps to test the results. 
    iTunes for Windows: iTunes Store connection troubleshooting
    http://support.apple.com/kb/ht1527
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    There is a possibility that security software installed could be the cause of the issue.  You may have to process the steps in this article. 
    iTunes: Troubleshooting security software issues
    http://support.apple.com/kb/TS3125
    Cheers,
    Jason H. 

  • No internet access when i use my notebook into a router

    I am trying to use my notebook as a repeater.
    I enabled the  MS Virtual WiFi Miniport Adapter and configured it with a SSID and password.
    The connection seems to be alright, but when connecting my phone to this connection, I get no internet access (the phone is connected and receives an IP with no problem, but when trying to connect to the internet, as if there is no connection).
    I am running windows 7

    I am trying to use my notebook as a repeater.
    I enabled the  MS Virtual WiFi Miniport Adapter and configured it with a SSID and password.
    The connection seems to be alright, but when connecting my phone to this connection, I get no internet access (the phone is connected and receives an IP with no problem, but when trying to connect to the internet, as if there is no connection).
    I am running windows 7
    wifi repeaters are specialized and its cheaper and easier to get one on ebay, they are low cost and are popular to deal with dead spots with wifi both with business and homes alike
    Corsair Carbide 300R with TX850V2
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 660 Ti FTW Signature 2 (GK104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Professional x64
    Microsoft Wireless Desktop 2000 & Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!

  • Does a device need constant internet access when using Adobe products?

    If a user wants to use photoshop on a device that is not 1)on an network 2) does not have internet access. Is this a problem when launching the program?

    Hi CarolynHayden,
    No. Your application are installed directly on your computer, so you won't need an ongoing Internet connection to use them on a daily basis.
    An Internet connection is required the first time you install and license your desktop apps, but you can use the apps in offline mode with a valid software license.
    Please let us know if this was helpful.
    Regards

  • No Internet access when easy vpn tunnel is down.

    Hi.
    I have an error. i have a 819 router. with a Easy vpn tunnel.
    And i am using the Identical Addressing feature, where i nat vlan1 over loopback0
    I also have a vlan2 where i dont use identical addressing.
    I have the Easy vpn tunnel configured on loopback0 and vlan2
    from Vlan1 i nat to looopback0 with
    ip nat inside source static Network 192.168.250.0 192.168.5.0 /24
    and i nat outside with
    ip nat inside source list INET interface GigabitEhternet0 Overload
    ip access-list extended INET
     permit ip 192.168.5.0 0.0.0.255 any
    When tunnel is up, there is internet from vlan1, vlan2 and loopback0
    But when the tunnel is Down, i can only get internet from Vlan2 and loopback0
    The route for the tunnel is 0.0.0.0, i need  all data to go to the vpn when its up. and to the internet when its Down.
    Any ideas?
    Thanks.

    That is correct.
     Config.
    controller Cellular 0
    no cdp run
    track 1 ip sla 1 reachability
     default-state up
    ip tcp synwait-time 10
    ip ftp source-interface Vlan1
    ip ssh rsa keypair-name Router.yourdomain.com
    crypto ipsec client ezvpn VPN-Cel
     connect auto
     group VPN key -key-
     mode network-extension
     peer 12.12.12.12
     virtual-interface 1
     username RouterCel password Password
     xauth userid mode local
    crypto ipsec client ezvpn VPN-Eth
     connect auto
     group PANTst key -key-
     backup VPN-Cel track 1
     mode network-extension
     peer 12.12.12.12
     virtual-interface 1
     username Router password Password
     xauth userid mode local
    interface Loopback0
     ip address 192.168.6.1 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip virtual-reassembly in
     crypto ipsec client ezvpn VPN-Cel inside
     crypto ipsec client ezvpn VPN-Eth inside
    interface Cellular0
     ip address negotiated
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat outside
     ip inspect CCP_LOW out
     ip virtual-reassembly in
     ip verify unicast reverse-path
     encapsulation slip
     load-interval 30
     dialer in-band
     dialer idle-timeout 0
     dialer string hspa-R7
     dialer-group 1
     no peer default ip address
     async mode interactive
     crypto ipsec client ezvpn VPN-Cel
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     switchport access vlan 2
     no ip address
    interface FastEthernet2
     no ip address
    interface FastEthernet3
     no ip address
    interface GigabitEthernet0
     ip dhcp client route track 1
     ip address dhcp
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat outside
     ip inspect CCP_LOW out
     ip virtual-reassembly in
     duplex auto
     speed auto
     crypto ipsec client ezvpn VPN-Eth
    interface Serial0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     shutdown
     clock rate 2000000
    interface Virtual-Template1 type tunnel
     no ip address
     ip nat outside
     ip virtual-reassembly in
     tunnel mode ipsec ipv4
    interface Vlan1
     ip address 192.168.250.1 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1452
     no autostate
    interface Vlan2
     ip address 192.168.16.1 255.255.255.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1452
     no autostate
     crypto ipsec client ezvpn VPN-Cel inside
     crypto ipsec client ezvpn VPN-Eth inside
    interface Dialer2
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip flow ingress
    ip local policy route-map myRoutes
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list INTERNET interface GigabitEthernet0 overload
    ip nat inside source static network 192.168.250.0 192.168.6.0 /24
    ip route 0.0.0.0 0.0.0.0 Cellular0 254
    ip route 8.8.4.4 255.255.255.255 Cellular0
    ip access-list extended INTERNET
     permit ip 192.168.6.0 0.0.0.255 any
     permit ip 192.168.16.0 0.0.0.255 any
    ip sla auto discovery
    ip sla 1
     icmp-echo 8.8.8.8 source-interface GigabitEthernet0
    ip sla schedule 1 life forever start-time now
    dialer-list 1 protocol ip list 1
    dialer-list 2 protocol ip permit
    route-map myRoutes permit 10
     match ip address 101
     set ip next-hop dynamic dhcp
    access-list 1 permit any
    access-list 23 permit 12.12.12.12
    access-list 23 permit 192.168.0.0 0.0.255.255
    access-list 101 permit icmp any host 8.8.8.8 echo
    control-plane

  • Why do I not have internet access when my phone says it's on LTE?

    I am currently having internet connectivity issues. My phone will say it's on LTE, but when I try to use an app that requires internet connectivity, it says that I need to check my internet connection. I can't refresh facebook, check e-mails, or send iMessages. When I join a Wifi network, everything works as it should. I've tried doing a soft reset on my phone multiple times by holding the home and sleep button down until the phone reboots. I've also restored network settings, but nothing seems to be helping. Just wondering if anyone had any tips before I had to take it into the Verizon store.

        meganweers,
    I am sorry you are having these issues with accessing the internet on your device. Thank you for all the troubleshooting you have done thus far. Have you tried to remove and reinsert the SIM? http://vz.to/1irq2bL Are you able to send text messages and use voice just fine? Are there others reporting the same issues with data connection?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • IPad Internet access when WiFi and Cellular features are disabled

    Local security policies require me to disable all wireless communications on devices operating within specific “Controlled Access” areas.  Is there a specific lightning (cable) adapter I could use to connect an iPad device to a hardwired Ethernet cable (CAT-5 or 6) to facilitate wired internet communications in this situation? Alternately, can I use a standard Lightning-to-USB cable connected to a MacIntosh computer and somehow configure the MacIntosh to act as a router-like device for internet communications between the iPad and other intranet or internet endpoints that the MacIntosh is also able to interact with?  Basically, I need to establish internet connectivity to/from the iPad without the use of wireless communications options, and I'm interested in the options I could pursue. 

    Thanks for the YouTube links bobseufert. 
    I'm going to try this approach out myself (just to verify that it works), but I'm really hoping that another - less encumbered, approach can be found for my end-goal.  The larger-scale view of my need includes connecting multiple iPads (one per workstation area) to a local intranet.  Since I can't use a WiFi or any other wireless communications solution for this installation, I might need a collection of adapter cables and powered USB hubs if I choose to implement the options detailed in these two videos on a large scale.  Sure, that's all possible, but what I'm really hoping to find somewhere is an RJ-45 configured Ethernet-to-Lightning Adapter that will work with iOS devices. 
    From one perspective I can see why this type of adapter has not been built yet.  However when you think about the wired adapter options that are available to connect the iPad/iPhone to a remote display (or overhead projector) - there is at least three different versions available through Apple, even through Apple sells wireless video display capabilities (I own two Apple TV devices myself), you wouldn't think that a wired network option for these mobile devices would be something out of the question...   
    BTW, I noted that Redpark (www.redpark.com) has some serial (RS-232) adapters for the older 30-pin iPads/iPhones and for the newer Lightning equipped iPads/iPhones that Apple has signed-off on.  Redpark also has an RJ-45 to Lighting Adapter, but this particular implementation is built (i.e., wired) for the CISCO Console port, which is not compatible with your typical CAT-5 / CAT-6 wiring configuration. 
    If anyone else finds a Lightning Adapter providing both Ethernet-based Data (via an RJ-45 connector) and Power to keep the iPad devices charged (24/7) I would really like to hear about it...  Thanks for your continued support!  

  • Internet access when account is suspended

    My son goes to school with a really nice kid who's single mom is unemployed, and has been for a while. She doesn't seem to be trying very hard to find a job and is constantly posting on Facebook about her financial problems. People always come through with money. We are beginnning to think she's scamming people, because a lot of things she says don't add up--like this latest Facebook post: "This is weird. So I lost my Verizon this morning, no phone, no t.v. and the only internet I can get to is facebook!! Everything else goes to a notice that my account is suspended! So, I can't do anymore job hunting. This totally sucks!"  How is this even possible? I could see leaving an open portal to Verizon in order to connect with them about paying the bill, but Facebook? 

    Geekmama wrote:
    My son goes to school with a really nice kid who's single mom is unemployed, and has been for a while. She doesn't seem to be trying very hard to find a job and is constantly posting on Facebook about her financial problems. People always come through with money. We are beginnning to think she's scamming people, because a lot of things she says don't add up--like this latest Facebook post: "This is weird. So I lost my Verizon this morning, no phone, no t.v. and the only internet I can get to is facebook!! Everything else goes to a notice that my account is suspended! So, I can't do anymore job hunting. This totally sucks!"  How is this even possible? I could see leaving an open portal to Verizon in order to connect with them about paying the bill, but Facebook? 
    What she's describing makes no sense.  I suspect that when your service is turned off for non-payment, everything goes, and you have to call and make arrangements or access MyVerizon some other way than your own Internet service. 
    Did I read the word scam?

  • No internet access when cellular network is available?

    Folks, I'm looking for debug help. For two days now, I've had an almost complete lack of success in connecting to the Internet via my iphone.
    Environment: new-since-march iphone 3G running OS 2.2, Wifi OFF, airplane mode OFF, 4 full bars ATT 3G. Can make cell phone calls.
    Symptoms: third party apps (NYTimes, FB, etc) abort or timeout with a "check your internet connection". Integrated apps, like the Apps store, error with "cannot retrieve download info, please connect with itunes".
    What should I try next?
    skg

    Reboot.
    To reboot, press and HOLD both the HOME and LOCK buttons.
    DO NOT let go when it says to slide to turn off, but keep holding both.
    Screen will flicker off but DON'T let go.
    Once you see the Apple Logo, then you can let go.
    That is how to do a full cold reboot of the phone. No data or settings will be lost and only takes as long as it takes the phone to boot up.
    This is the fix to just about every problem you ever may face with the phone (remember, it is a computer and a new OS at that. So reboots are needed now and then just to clear the cobwebs/memory leaks).

  • Lose my internet access when I get a phone call

    With my Time Capsule base station, every time I get a phone call to my wireless phone I lose my internet connection. Lately the only way to get it back is to unplug my DSL modem and have it restart. It seems that my wireless phone somehow disconnects my signal. The phone base station is closer to me than the time capsule but not sure that's an issue. I have set the robust setting which supposedly helps to address this but it's obviously not working. Anyone that's solved this I would greatly appreciate some advice. Not sure if this is something that AT&T could help me fix.
    thanks in advance!
    Sean Browne
    La Honda, Ca

    My phone is a 5.8ghz and I don't see how to change that.
    On my timecapsule I can select manual for channel but it appears to give me finer choices for both the 2.4 and 5ghz ranges (other channel numbers) however I can't appear to 'set it' to 2.4ghz. Not sure if I should just try different manual setting for channel... are you able to set it to the 2.4 channel somehow?
    thanks

Maybe you are looking for

  • Does ADE 1.8 support MathML

    does ADE 1.8 support MathML

  • Problem re-installing Photoshop CS5

    I've had this CS5 for over 2 years, it was purchased on Amazon, I had installed in my computer without any problems, I have recently had a problem with my computer and had to reformat the hard drive since then I haven't been able to re-install my Pho

  • Keep having to synch with iTunes

    Can synch with iTunes ok but as soon as iTunes is quit and re-opened it does not recognise the AppleTV or the synched library so you have to go all through the process of synching ATV and iTunes? The odd thing is that the ATV is always available to p

  • Copy and past files from one place to another

    HI i am trying to back up few files from java program plz some one help me out. i am new to programming field. can i have a sample code so i can do my work easyli thanx yokivo.

  • Unable to refresh workbook in analyzer

    Hi, If I click on the refresh button in analyzer to refresh my workbook,its not working. We are using BW 7.0 and Excel is 2007. Any solution for this issue ? Regards, Arun Yadav