Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What are you using your NAT VPS for?

KobeKobe Member

Just curious. I imagine most of the answers will be psuedo-web servers and VPNs but I'm curious of any unique uses for NAT VPSes.

Comments

  • Four20Four20 Member

    I've never bought a NAT VPS, but I'm kinda tempted to buy one from i-83.net, even though I'm sure I'll have no use for it.

    Thanked by 1Dormeo
  • tommytommy Member

    search let

  • YmpkerYmpker Member

    @Four20 said:
    I've never bought a NAT VPS, but I'm kinda tempted to buy one from i-83.net, even though I'm sure I'll have no use for it.

    Just add it to your collection. It"s an achievement to be collected :)

    Thanked by 3Four20 yomero doghouch
  • ATHKATHK Member
    edited June 2016

    Teamspeak for around 15-20 of us at any one time along with a TS bot that's running under Java and Shadowsocks for myself.

    Works great, still got tons of Ram to spare..

    This is on LES with RansomIT Sydney Australia.

  • Use to host my personal website.

    Using LES from IH.

  • It's great for VPN. I run 2 of my small Gogs instances on such machines, too!

    Thanked by 1Ympker
  • KuJoeKuJoe Member, Host Rep
    Thanked by 1yomero
  • KobeKobe Member
    edited June 2016

    For the record; I use mine for ZNC. They're nifty little bouncers.

  • I use one for SSH jumpers to access other of my servers, that could optimize the speed a little if I want to manage a server at other side of earth.

    And they're good for varius type of proxies.

    Also useful for testing scripts and developing small projects.

  • labraxlabrax Member

    mysql server

  • frankbfrankb Member

    ssh socks proxy to watch BBC iPlayer. I work with a bunch of Scottish guys and they missed the BBC.

    Thanked by 1GoatSeller
  • I'm using for Personal VPN.

  • for my personal vpn.

  • nepsneps Member

    Most of mine are used for VPNs, proxy servers and hosting sites that don't need to be on port 80.

  • @theroyalstudent said:
    It's great for VPN. I run 2 of my small Gogs instances on such machines, too!

    The lag on your public Gog instance is insane; sometimes, it takes 3000ms to generate a page... Either that, or the reverse proxy just took a crap

  • seikanseikan Member

    I'm using it for SSH tunnel.

  • @doghouch said:

    @theroyalstudent said:
    It's great for VPN. I run 2 of my small Gogs instances on such machines, too!

    The lag on your public Gog instance is insane; sometimes, it takes 3000ms to generate a page... Either that, or the reverse proxy just took a crap

    Reverse Proxy (GRA1) <-> Gogs instance (MTL2) <-> DB Server (DAL1)

    Imagine running multiple DB queries, when the DB server isn't very far away! I know it's disastrous right now but tonight I should be able to move the reverse proxy back to MTL1.

    MTL2 can fetch good speeds if it's just a pull or clone, though!

  • b6688b6688 Member

    I have 1 NAT VPS from inceptionhosting.com. Used it for development and testing. Currently, leave it as "idle".

  • VbroVbro Member

    Can we use them for proxy ? I mean squid proxy..

  • KobeKobe Member

    Vbro said: Can we use them for proxy ? I mean squid proxy..

    I don't see why not, but it would be operating on a non-standard port.

    Thanked by 1Vbro
  • @Kobe said:

    Vbro said: Can we use them for proxy ? I mean squid proxy..

    I don't see why not, but it would be operating on a non-standard port.

    Sure, just change the port to another port at squid.conf

  • noamannoaman Member
    edited June 2016

    Anyone here using a mini kvm nat vps for torrents to use time4vps storage sevrer over sshfs?

  • RamiRami Member

    I don't have one at the moment

    But I had one before used for VPN + Asterisk server(without a WebUI) both for personal use

  • Shoutcast

  • VbroVbro Member
    edited July 2016

    @Kobe said:

    I don't see why not, but it would be operating on a non-standard port.

    @ErawanArifNugroho said:

    Sure, just change the port to another port at squid.conf

    Thanks @Kobe & @ErawanArifNugroho for the reply :)
    I've bought NAT vps from quadhost. OS ubuntu-14.04-x86_64-minimal

    I made couple of changes on squid.conf

    # Squid normally listens to port 3128

    http_port 3128

    # And finally deny all other access to this proxy

    http_access deny all

    to this,

    # Squid normally listens to port 3128

    http_port 12399

    # And finally deny all other access to this proxy

    http_access allow all

    But it wont work. Any idea?

Sign In or Register to comment.