Tiny LXC box

I have one of these that doesn't permit a TUN interface, which kind of nixes the VPN idea I had in mind.
Net speeds are actually pretty impressive for such a small unit, albeit IPv6 only.
Apart from web hosting or a DNS server, what other uses could I put this thing to?
TYIA

`iperf3 Network Speed Tests (IPv6):

Provider | Location (Link) | Send Speed | Recv Speed
| | |
Bouygues Telecom | Paris, FR (10G) | busy | 902 Mbits/sec
Online.net | Paris, FR (10G) | busy | 922 Mbits/sec
WorldStream | The Netherlands (10G) | busy | 924 Mbits/sec
wilhelm.tel | Hamburg, DE (10G) | busy | 925 Mbits/sec
Airstream Comms | Eau Claire, WI, US (10G) | 719 Mbits/sec | 355 Mbits/sec
Hurricane Electric | Fremont, CA, US (10G) | 728 Mbits/sec | 236 Mbits/sec `

Comments

  • Proxy server

    Thanked by (1)anteck

    A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
    Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.

  • AbdullahAbdullah Hosting ProviderOG
    edited August 2020

    You can try squid proxy server,
    Nice network speed.

    Thanked by (1)anteck
  • edited August 2020

    Whoops, I've ran into a problem here:

    ssh root@<IPv6 address assigned>
    port 22: Network is unreachable

    Any suggestions...?
    This is an IPv6-only box, whereas my other IPv4 instance connects just fine.
    TYIA

  • Is it listening on port 22?
    Does your internet provider give you access to the IPV6 internet (or are you using some method to get from IPV4 to 6)?
    What happens if you

    ping6 2606:4700:4700::1111 ?

    Thanked by (1)anteck
  • Ask for TUN/TAP to be enabled.

    Thanked by (1)anteck
  • edited August 2020

    @Neoon said:
    Ask for TUN/TAP to be enabled.

    Asked already...and declined... :astonished:

    PING 2606:4700:4700::1111(2606:4700:4700::1111) 56 data bytes 64 bytes from 2606:4700:4700::1111: icmp_seq=1 ttl=57 time=250 ms 64 bytes from 2606:4700:4700::1111: icmp_seq=2 ttl=57 time=250 ms 64 bytes from 2606:4700:4700::1111: icmp_seq=3 ttl=57 time=249 ms 64 bytes from 2606:4700:4700::1111: icmp_seq=4 ttl=57 time=250 ms

    No problem with IPv6, once I have an IPv4 connection set up through OpenVPN...
    Close that VPN connection and guess what...?
    $ ping6 2606:4700:4700::1111 connect: Network is unreachable

  • edited August 2020

    @allendiggity said:

    Does your internet provider give you access to the IPV6 internet (or are you using some method to get from IPV4 to 6)?

    Supplied by the provider:
    Primary IP 192.168.52.22

    My initial thinking is that the network interface initialisation, client side, might be the primary issue....

  • @anteck - I'm all confused here.

    Do you have IPv6 connectivity? Otherwise I'm not surprised that you're unable to SSH to the IPv6 box. That also explains why once you enable OpenVPN things work (likely you have all external connectivity routed via the OpenVPN tunnel).

    Thanked by (1)anteck
  • I guess I don't have independent IPv6 connectivity at all.
    Just like you say, only when OpenVPN is up and running...

  • @anteck said: I don't have independent IPv6 connectivity

    I guess that explains it then.

    You should check if there is a IPv4 NAT for the LXC box which will allow you to use a custom port to SSH via IPv4.

    Otherwise, if you want to reach the IPv6 only box you should look at a ProxyCommand and/or ProxyJump options for SSH (assuming a recent enough version of SSH).

    Thanked by (1)anteck
  • You could use it as a honeypot to combat malicious online activity.

    Thanked by (1)anteck
  • Oh dear, back to the old drawing board...
    I'll take a look into the SSH proxy options available.
    Thanks to all for your help...! :)

Sign In or Register to comment.