📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Lenovo tablet won't connect to hotel wifi

Options
13

Comments

  • paul2louise
    paul2louise Posts: 2,539 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    arciere wrote: »
    It could have been that your IP had expired and the DHCP server had run out of new addresses.
    Here in London, every time I'm at St Pancras station, if I see too many people on the platform I already know that I will struggle to get a connection. On off-peak hours, it connects in seconds.

    So is there anything you can do about that if it happens again
  • arciere
    arciere Posts: 1,361 Forumite
    Eighth Anniversary 1,000 Posts Name Dropper
    So is there anything you can do about that if it happens again
    Not really, you could try and use a static IP address, but you will need to know in advance all the settings and it could still not work. You will have to wait until a new IP gets released and becomes available.

    Just to be clear, I am not saying that this is what happened to your tablet, just saying that these sort of things are quite common with WiFi hotspots.
  • arciere wrote: »
    Not really, you could try and use a static IP address, but you will need to know in advance all the settings and it could still not work. You will have to wait until a new IP gets released and becomes available.

    Just to be clear, I am not saying that this is what happened to your tablet, just saying that these sort of things are quite common with WiFi hotspots.

    Thanks, just trying to understand techy things a bit more. I am not on holiday until may 2019 so i can cope if this happens if i am just out for a few hours in a public place.
  • that
    that Posts: 1,532 Forumite
    edited 8 September 2018 at 12:15AM
    arciere wrote: »
    Not really, you could try and use a static IP address, but you will need to know in advance all the settings and it could still not work.
    ^^ bad advice for public or commercial infrastructure. This could create duplicate ip on the network. Secondly if you inadvertently put the gateway address as the ip address you could reroute all the traffic to your device bringing down the whole of the network for everyone your side of the gateway/router.

    ____________________________________________________________________________

    On a separate note: ip cards there is a hardware address known as MAC Address. this address is 12 hex digits long of which the first six digits are manufacturer's id and is used to assign an ip address to the computer.

    Often these addresses supposed to be unique, but now not always. it is possible to ban communications of devices that use a specific mac address, If you ever visit an area where they have '1 hour free internet access only' then it is usually mac filtering. Often you can change this address.

    If I had some person trying to hack my network, or download too much, spending too many hours on-line, MAC address filtering is probably the easiest option

    Also a decent wifi hotspot in a coffee shop can handle about 40 users, close vicinity and lowish usage. The number or thoughput drops if all want to watch hd films though.
  • arciere
    arciere Posts: 1,361 Forumite
    Eighth Anniversary 1,000 Posts Name Dropper
    that wrote: »
    ^^ bad advice for public or commercial infrastructure. This could create duplicate ip on the network. Secondly if you inadvertently put the gateway address as the ip address you could reroute all the traffic to your device bringing down the whole of the network for everyone your side of the gateway/router.
    If you read what I wrote slowly, you will notice that I specified 'you will need to know in advance all the settings'. That includes: what IP address to use, what subnet mask, what gateway. I never said 'take a random address and use it'.

    I don't understand why you mentioned MAC addresses, I was talking about IP addresses from DHCP servers, I never mentioned or suggested any change in the MAC address.

    From what OP said, I don't think he was trying to hack into the hotel's network, so I really doubt that they would have blocked him for that.

    Wireless access points can very well handle 40 clients, but if you run out of addresses, you won't be able to connect even if you are the only customer in the store.
  • paul2louise
    paul2louise Posts: 2,539 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    I have just tried to log onto the cloud in wetherspoons and it didn't work. Working now I am back home
  • that
    that Posts: 1,532 Forumite
    edited 8 September 2018 at 12:10AM
    arciere I have seen seasoned pros mix up the gateway and ip, more than once too.

    Even if the person does know all the details, these will have been supplied by dhcp. if you put in a fixed ip the dhcp will still see its exact same ip as unused and re-issue it, having 2 pieces of kit with the same ip is not good.


    that mac address has go nothing to do with what you said, but it offers a way of limiting or banning people even if you do not know the ip, but since it is not working anywhere it is probably not that.

    I did not say the op was hacking the but if someone else on that segment was, and there are two addresses, the easy solution would be to ban those two, the guests will be gone in a few days anyway, and wifi is known to be unreliable ;) ... only a supposition, that the hotel people are mostly non technical, bet they get lots of complaints about wifi, and the easiest solution is often the best
    ######################################
    [STRIKE]paul2lousie, try this
    To perform winsock reset in windows 10, perform the following steps :

    Click on Start.
    In the Start Search box, type cmd. Right click on command prompt and select run as administrator. In the black box type below (copy and paste is easier) and press enter
    netsh advfirewall reset
    Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. In a Group Policy object, this command returns all settings to not configured and deletes all connection security and firewall rules.

    Type below and press enter
    netsh int ip reset
    Removes all user configured IPv4 (Internet Protocol version 4) settings. Restarting computer is required before the default settings will take effect.

    Type below and press enter
    netsh int ipv6 reset
    Removes all user configured IPv6 (Internet Protocol version 6) settings. Restarting computer is required before the default settings will take effect.

    Type below and press enter
    netsh winsock reset
    Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.
    Reboot the device

    if this does not work would suggest check ms updates. If that does not work then new drivers from the network card manufactures site, and check their version[/STRIKE]
  • I have just tried to log onto the cloud in wetherspoons and it didn't work. Working now I am back home
    Because it's logging on to your home router not the "cloud"
    4.8kWp 12x400W Longhi 9.6 kWh battery Giv-hy 5.0 Inverter, WSW facing Essex . Aint no sunshine ☀️ Octopus gas fixed dec 24 @ 5.74 tracker again+ Octopus Intelligent Flux leccy
  • that wrote: »
    arciere I have seen seasoned pros mix up the gateway and ip, more than once too.

    Even if the person does know all the details, these will have been supplied by dhcp. if you put in a fixed ip the dhcp will still see its exact same ip as unused and re-issue it, having 2 pieces of kit with the same ip is not good.


    that mac address has go nothing to do with what you said, but it offers a way of limiting or banning people even if you do not know the ip, but since it is not working anywhere it is probably not that.

    I did not say the op was hacking the but if someone else on that segment was, and there are two addresses, the easy solution would be to ban those two, the guests will be gone in a few days anyway, and wifi is known to be unreliable ;) ... only a supposition, that the hotel people are mostly non technical, bet they get lots of complaints about wifi, and the easiest solution is often the best
    ######################################
    paul2lousie, try this
    To perform winsock reset in windows 10, perform the following steps :

    Click on Start.
    In the Start Search box, type cmd. Right click on command prompt and select run as administrator. In the black box type below (copy and paste is easier) and press enter
    netsh advfirewall reset
    Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. In a Group Policy object, this command returns all settings to not configured and deletes all connection security and firewall rules.

    Type below and press enter
    netsh int ip reset
    Removes all user configured IPv4 (Internet Protocol version 4) settings. Restarting computer is required before the default settings will take effect.

    Type below and press enter
    netsh int ipv6 reset
    Removes all user configured IPv6 (Internet Protocol version 6) settings. Restarting computer is required before the default settings will take effect.

    Type below and press enter
    netsh winsock reset
    Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.
    Reboot the device

    if this does not work would suggest check ms updates. If that does not work then new drivers from the network card manufactures site, and check their version

    Sorry i am confused, i dont understand how this relates to my lenovo android tablet.
    I have not been hacking into any computer network, i have been on holiday in greece with a fairly new tablet. I have logged into the free hotel internet for 1 day and and then found problems after that.
    I have sat in wetherspoons pub and tried to log into the cloud. I cannot do either.
    Do i need to factory reset on my tablet or return it to the manufacturer or anything else.
  • that
    that Posts: 1,532 Forumite
    edited 8 September 2018 at 12:17AM
    Sorry i am confused, i dont understand how this relates to my lenovo android tablet.
    Sorry I did not see anywhere where you said Android, and took it as a windows one. I see arciere subtially mentioned it on #18
    I have not been hacking into any computer network, i have been on holiday in greece with a fairly new tablet.
    other can easily steal your computer id and mimic your device. Also if there is another person on that shared network segment, it could be easier to isolate the segment. I am not blaming you :)

    You have tried a long finger press on he wifi button which brings up all the wifi networks and allows you to select the one want?
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 351.1K Banking & Borrowing
  • 253.2K Reduce Debt & Boost Income
  • 453.6K Spending & Discounts
  • 244.1K Work, Benefits & Business
  • 599.1K Mortgages, Homes & Bills
  • 177K Life & Family
  • 257.5K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.