Ipv4 range - AT&T Samsung Galaxy S8+ Questions & Answers

Hello, I'm fairly new to programming let alone development, how ever I need to connect my home computer and mobile device to a class server provided by my college. The server allows user access by username and password but as an extra layer of security the instructor limits access to set ipv4 addresses. Given at&t as my provider I've been using mobile hotspot as my main internet service, unfortunately the ip address changes frequently through this service. I was wondering if there was any way to capture the range of these ip adresses or if anyone could direct me on another way to create a static address through which I could connnect (perhaps a very basic web server?).

LayneRea said:
Hello, I'm fairly new to programming let alone development, how ever I need to connect my home computer and mobile device to a class server provided by my college. The server allows user access by username and password but as an extra layer of security the instructor limits access to set ipv4 addresses. Given at&t as my provider I've been using mobile hotspot as my main internet service, unfortunately the ip address changes frequently through this service. I was wondering if there was any way to capture the range of these ip adresses or if anyone could direct me on another way to create a static address through which I could connnect (perhaps a very basic web server?).
Click to expand...
Click to collapse
They need to change their policy. No consumer internet service uses a static IP, so even though yours may change faster, everyone else in the class will eventually have the same issue. They need to invest in a VPN if they want network security.
Sent from my SM-G955U using Tapatalk

LayneRea said:
Hello, I'm fairly new to programming let alone development, how ever I need to connect my home computer and mobile device to a class server provided by my college. The server allows user access by username and password but as an extra layer of security the instructor limits access to set ipv4 addresses. Given at&t as my provider I've been using mobile hotspot as my main internet service, unfortunately the ip address changes frequently through this service. I was wondering if there was any way to capture the range of these ip adresses or if anyone could direct me on another way to create a static address through which I could connnect (perhaps a very basic web server?).
Click to expand...
Click to collapse
If this is an absolute requirement one option could be to get a static IP address from AT&T. I know Sprint offers that as an option for around $5 a month. might be a way to do this. The only other option I can think of is to get a server on something like cloud at cost or digital ocean and use it as a proxy.
Does your school offer up a VPN for students? One thing you might be able to ask the professor is if they will allow you to use it from on campus.

Related

Reporting IP address?

Hey all,
I have around 250 AT&T Tilts in a production environment. Most are data only in the hands of our drivers. I was wondering if there's a simple little app that can have the phones report their IP address via email, or possibly even into a SQL database on a set schedule? This is a very needed feature as we use MyMobiler to remote into the phones as necessary if the drivers have an issue that's difficult to fix over the phone.
Thanks!
- Adam

[Q] Will MyCloud Remote Desktop ever allow access from outside the network?

SplashTop recently had an update for the PC client end, but the Transformer never got an update...
Will the Remote Desktop function in MyCloud allow access from outside the network/over the internet?
It already can, you just have to forward the ports on your router and add the system using your external IP address.
Thanks for the reply crater!
Unfortunately I'm not as technologically inclined as i should be
Is there a guide for Dummies on how to do this?
Cheers!
It always has
gearlocker said:
SplashTop recently had an update for the PC client end, but the Transformer never got an update...
Will the Remote Desktop function in MyCloud allow access from outside the network/over the internet?
Click to expand...
Click to collapse
Spashtop remote has always allowed it. You need the IP address that your ISP assigns you and you need to do port fowarding on ports 6783 6784 6785 and you need your PC's IP to be static. You will need your ISP IP address for the remote desktop setup not your PC's static address. so when you hit "Mycloud" then "start to scall all availble devices you should see two IPs one willbe be your static that you use on your network the other is the ISP assigned IP address you can use anywhere(off network)
crater said:
It already can, you just have to forward the ports on your router and add the system using your external IP address.
Click to expand...
Click to collapse
oops i guess you posted this when i was typing
Splashtop can now do auto-discovery using your Google login/pw for connecting over the 'net. So you don't need to port forward or know the IP of the machine your logging into. It's under Settings>Experimental Features.
PHAMOS1 said:
oops i guess you posted this when i was typing
Click to expand...
Click to collapse
I actually have an YouTube video showing you how to do that.
I didn't cover how to set up static IP tho.
But i should work as long as your IP don't refresh by itself.
Give it a try
http://www.youtube.com/watch?v=IMSVTRqkBU8

[APP Idea] server app

Ok, the basic Idea of this App is to provide an easy setup for an ftp & or web server (should be customizable) which also provides a shortened url for easy access.
also my idea was that the app can do this over different of protocolls, bluetooth, w-lan usw.
is something like this technically possible?, i know there are ftpserver apps out there but it is not quite the same.
justanordinarydude said:
Ok, the basic Idea of this App is to provide an easy setup for an ftp & or web server (should be customizable) which also provides a shortened url for easy access.
also my idea was that the app can do this over different of protocolls, bluetooth, w-lan usw.
is something like this technically possible?, i know there are ftpserver apps out there but it is not quite the same.
Click to expand...
Click to collapse
Easy ftp and web server apps already exist that work over wifi. bluetooth is tricky, as a normal web or ftp server won't be easily usable (but bluetooth already has methods of doing file transfers that works quite well, and there are apps to handle this, like Blutooth File Manager). What is USW?
AFAIK, there is not an app to do those things over ad-hoc wifi - they all require connecting to an access point. Being able to open up an app and have it set up an ad-hoc wireless network with another android device and allow easy high-speed file sharing would be awesome.
As for cellular data, there's a major hurdle to overcome on some carriers. Verizon, for example, does not allow incoming connections over cellular data. So you can set up a web or ftp server, but you won't be able to access it. The way around that is to have the phone establish the connection to some server, then have that server act as the gateway. Bandwidth is not free, though, so I suspect you'd be hard-pressed to find an app that includes that feature, unless it also requires that you set up your own server gateway. I'd like to see something like this - an app that establishes general-purpose 2-way comms with a server application on command (by hitting a "start" button in the app), which then allows you to set up different types of servers (ssh, ftp, web, etc) that are routed through that gateway machine that you set up.
One way to accomplish that whole scheme is to use a VPN - when a VPN is established (even over 3G), you can access any server you want to via the VPN-assigned IP address.

[Q] Change DNS

Is it possible to change DNS so i can watch Netflix on my Omnia 7?
google didn't give any good results.
Whaaaat? Does your DNS provider block access to netflix.com or something?
It's possible to set custom configuration for WiFi networks (press-and-hold on the network name) and either change the DNS, or route your data through a proxy that has a not-stupid DNS.
Alternatively, the phone has an equivalent to a HOSTS file in the registry, at HKLM\COMM\Tcpip\Hosts\. This could be used to manually map the Netflix domain name to their IP address. That would probably work even on cellular data.
I live in Europe so Netflix isn't available to us yet. I'm using unblock-us' dns to get access.
Um... DNS literally does nothing except map a domain name (like "netflix.com") to an IP address. I'm quite sure you can resolve the Netflix domain name overseas. What you need is a proxy server. Proxies let you connect through them to the rest of the Internet, and to everybody else it looks like you are located wherever the proxy is. That (or VPN, which the phone currently doesn't support), and not DNS, is how you get around the "geo-IP" geographical restrictions on a service.

Redirect all connected hotspot users to a specific IP

Hi,
I am trying to configure an Android phone as a local web server, where people can directly connect to the phone (hotspot) and browse the content hosted locally on the phone (no internet access available). Similar to a Librarybox or Piratebox.
Web hosting part is straightforward with an app like KWS Webserver. However navigating to the hosted site is a little cumbersome as you have to know the local IP of the server. So I am looking for a way to automatically forward everyone who connects to the hotspot to a particular IP (that of the webserver). Similar to how most public WiFi networks take you to a login page when you connect?
Does anyone know how to do this easily (on a non-rooted phone)?
Thanks.
PhoenixFx said:
Hi,
I am trying to configure an Android phone as a local web server, where people can directly connect to the phone (hotspot) and browse the content hosted locally on the phone (no internet access available). Similar to a Librarybox or Piratebox.
Web hosting part is straightforward with an app like KWS Webserver. However navigating to the hosted site is a little cumbersome as you have to know the local IP of the server. So I am looking for a way to automatically forward everyone who connects to the hotspot to a particular IP (that of the webserver). Similar to how most public WiFi networks take you to a login page when you connect?
Does anyone know how to do this easily (on a non-rooted phone)?
Thanks.
Click to expand...
Click to collapse
its not possible without root, instead if you wish to check how to do it on rooted device check this thread

Categories

Resources