Skip to content

Instantly share code, notes, and snippets.

@joubertredrat
Created December 21, 2016 16:58
Show Gist options
  • Save joubertredrat/66019709048c5ad67548e49567227ada to your computer and use it in GitHub Desktop.
Save joubertredrat/66019709048c5ad67548e49567227ada to your computer and use it in GitHub Desktop.
Digital Ocean and your bizarre crazy flat shared private networking
root@test2:~# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 76:85:75:73:d4:31
inet addr:10.132.95.40 Bcast:10.132.255.255 Mask:255.255.0.0
inet6 addr: fe80::7485:75ff:fe73:d431/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:63 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8841 (8.8 KB) TX bytes:7369 (7.3 KB)
root@test2:~# ssh root@10.132.15.35
root@10.132.15.35's password:
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-57-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
Last login: Wed Dec 21 16:54:32 2016 from 10.132.95.40
root@t2:~# ifconfig eth1
eth1 Link encap:Ethernet HWaddr f6:93:73:f6:db:70
inet addr:10.132.15.35 Bcast:10.132.255.255 Mask:255.255.0.0
inet6 addr: fe80::f493:73ff:fef6:db70/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:116 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13148 (13.1 KB) TX bytes:16322 (16.3 KB)
root@t2:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment