Skip to main content

Can't connect to Hotel WiFi or Starbucks WiFi

Recently I've got this problem connecting to Eastin Hotel WiFi on my Macbook. After further investigation, I noticed Eastin Hotel WiFi's gateway is pointing to 172.16.0.1 which is also the same vmnet1 IP address configured if you have VMware Fusion installed on the Macbook.


There are 2 options to avoid this problem. First option is to change the vmnet1 IP to some other IP network range or get Hotel to change their GW (which I don't think it's possible at all). Second option make more sense. Temporarily disable the vmnet1 to avoid the routing conflict. 


You can run Terminal to do so.


1. Type Ifconfig for the list of available adapter



2. You will noticed the vmnet1 has the IP address of 172.16.0.1 and vmnet8 has the IP address of 172.16.17.1. In any network, you can't have 2 similar IP connected and this will confuse the network routing.


3. If you have no idea which IP is conflicting, just disable both vmnet1 and vmnet2 as shown below:-


sudo ifconfig vmnet1 down
> Type your mac user's password


sudo ifconfig vmnet8 down



4. You should be able to access the WiFi now.


To enable the adapter:-
sudo ifconfig vmnet1 up
sudo ifconfig vmnet8 up



Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!
 Zoom, NASDAQ Stocks Date: 28 Jun 2022 Sell - depends on the MACD + GM_V2_KDJ

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!