Ubuntu Pastebin

Paste from smoser at Wed, 10 Feb 2016 21:44:42 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
backdoor@kearney:~/logs$ sudo ip addr
sudo: unable to resolve host kearney
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 00:1a:a0:51:fb:9d brd ff:ff:ff:ff:ff:ff
    inet 10.7.10.61/26 brd 10.7.10.63 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fdfd:d2aa:d7c5:0:21a:a0ff:fe51:fb9d/64 scope global mngtmpaddr dynamic
       valid_lft 6791sec preferred_lft 1391sec
    inet6 fe80::21a:a0ff:fe51:fb9d/64 scope link
       valid_lft forever preferred_lft forever
3: lxcbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether 1e:65:e0:88:bd:e9 brd ff:ff:ff:ff:ff:ff
    inet 10.0.3.1/24 scope global lxcbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::1c65:e0ff:fe88:bde9/64 scope link
       valid_lft forever preferred_lft forever
backdoor@kearney:~/logs$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1a:a0:51:fb:9d
          inet addr:10.7.10.61  Bcast:10.7.10.63  Mask:255.255.255.192
          inet6 addr: fe80::21a:a0ff:fe51:fb9d/64 Scope:Link
          inet6 addr: fdfd:d2aa:d7c5:0:21a:a0ff:fe51:fb9d/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8263 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2807 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:874730 (874.7 KB)  TX bytes:370481 (370.4 KB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1567 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1567 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:158383 (158.3 KB)  TX bytes:158383 (158.3 KB)

lxcbr0    Link encap:Ethernet  HWaddr 1e:65:e0:88:bd:e9
          inet addr:10.0.3.1  Bcast:0.0.0.0  Mask:255.255.255.0
          inet6 addr: fe80::1c65:e0ff:fe88:bde9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:570 (570.0 B)

backdoor@kearney:~/logs$ ip route
default via 10.7.10.1 dev eth0 onlink 
10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
10.7.10.0/26 dev eth0  proto kernel  scope link  src 10.7.10.61 

backdoor@kearney:~/logs$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.7.10.1       0.0.0.0         UG    0      0        0 eth0
10.0.3.0        0.0.0.0         255.255.255.0   U     0      0        0 lxcbr0
10.7.10.0       0.0.0.0         255.255.255.192 U     0      0        0 eth0
backdoor@kearney:~/logs$ ping 10.7.2.103
PING 10.7.2.103 (10.7.2.103) 56(84) bytes of data.
64 bytes from 10.7.2.103: icmp_seq=1 ttl=64 time=0.738 ms
From 10.7.10.1: icmp_seq=2 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=2 ttl=64 time=0.369 ms
From 10.7.10.1: icmp_seq=3 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=3 ttl=64 time=0.501 ms
From 10.7.10.1: icmp_seq=4 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=4 ttl=64 time=0.391 ms
From 10.7.10.1: icmp_seq=5 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=5 ttl=64 time=0.720 ms
From 10.7.10.1: icmp_seq=6 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=6 ttl=64 time=0.486 ms
64 bytes from 10.7.2.103: icmp_seq=7 ttl=64 time=0.390 ms
From 10.7.10.1: icmp_seq=8 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=8 ttl=64 time=0.330 ms
64 bytes from 10.7.2.103: icmp_seq=9 ttl=64 time=0.657 ms
64 bytes from 10.7.2.103: icmp_seq=10 ttl=64 time=0.365 ms
From 10.7.10.1: icmp_seq=11 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=11 ttl=64 time=0.401 ms
64 bytes from 10.7.2.103: icmp_seq=12 ttl=64 time=0.377 ms
64 bytes from 10.7.2.103: icmp_seq=13 ttl=64 time=0.286 ms
64 bytes from 10.7.2.103: icmp_seq=14 ttl=64 time=0.404 ms
64 bytes from 10.7.2.103: icmp_seq=15 ttl=64 time=0.325 ms
64 bytes from 10.7.2.103: icmp_seq=16 ttl=64 time=0.623 ms
From 10.7.10.1: icmp_seq=17 Redirect Host(New nexthop: 10.7.2.103)
64 bytes from 10.7.2.103: icmp_seq=17 ttl=64 time=0.434 ms
64 bytes from 10.7.2.103: icmp_seq=18 ttl=64 time=0.325 ms
64 bytes from 10.7.2.103: icmp_seq=19 ttl=64 time=0.383 ms
64 bytes from 10.7.2.103: icmp_seq=20 ttl=64 time=0.353 ms
64 bytes from 10.7.2.103: icmp_seq=21 ttl=64 time=0.365 ms
64 bytes from 10.7.2.103: icmp_seq=22 ttl=64 time=0.344 ms
64 bytes from 10.7.2.103: icmp_seq=23 ttl=64 time=0.328 ms
64 bytes from 10.7.2.103: icmp_seq=24 ttl=64 time=0.369 ms
64 bytes from 10.7.2.103: icmp_seq=25 ttl=64 time=0.353 ms
64 bytes from 10.7.2.103: icmp_seq=26 ttl=64 time=0.620 ms
64 bytes from 10.7.2.103: icmp_seq=27 ttl=64 time=0.322 ms
64 bytes from 10.7.2.103: icmp_seq=28 ttl=64 time=0.312 ms
64 bytes from 10.7.2.103: icmp_seq=29 ttl=64 time=0.317 ms
64 bytes from 10.7.2.103: icmp_seq=30 ttl=64 time=0.318 ms
64 bytes from 10.7.2.103: icmp_seq=31 ttl=64 time=0.347 ms
64 bytes from 10.7.2.103: icmp_seq=32 ttl=64 time=0.375 ms
64 bytes from 10.7.2.103: icmp_seq=33 ttl=64 time=0.293 ms
64 bytes from 10.7.2.103: icmp_seq=34 ttl=64 time=0.289 ms
64 bytes from 10.7.2.103: icmp_seq=35 ttl=64 time=0.354 ms
64 bytes from 10.7.2.103: icmp_seq=36 ttl=64 time=0.643 ms
64 bytes from 10.7.2.103: icmp_seq=37 ttl=64 time=0.368 ms
64 bytes from 10.7.2.103: icmp_seq=38 ttl=64 time=0.359 ms
64 bytes from 10.7.2.103: icmp_seq=39 ttl=64 time=0.343 ms
64 bytes from 10.7.2.103: icmp_seq=40 ttl=64 time=0.350 ms
64 bytes from 10.7.2.103: icmp_seq=41 ttl=64 time=0.363 ms
64 bytes from 10.7.2.103: icmp_seq=42 ttl=64 time=0.358 ms
64 bytes from 10.7.2.103: icmp_seq=43 ttl=64 time=0.351 ms
64 bytes from 10.7.2.103: icmp_seq=44 ttl=64 time=0.370 ms
64 bytes from 10.7.2.103: icmp_seq=45 ttl=64 time=0.384 ms
64 bytes from 10.7.2.103: icmp_seq=46 ttl=64 time=0.289 ms
64 bytes from 10.7.2.103: icmp_seq=47 ttl=64 time=0.325 ms
64 bytes from 10.7.2.103: icmp_seq=48 ttl=64 time=0.328 ms
64 bytes from 10.7.2.103: icmp_seq=49 ttl=64 time=0.553 ms
64 bytes from 10.7.2.103: icmp_seq=50 ttl=64 time=0.315 ms
64 bytes from 10.7.2.103: icmp_seq=51 ttl=64 time=0.317 ms
64 bytes from 10.7.2.103: icmp_seq=52 ttl=64 time=0.344 ms
64 bytes from 10.7.2.103: icmp_seq=53 ttl=64 time=0.308 ms
64 bytes from 10.7.2.103: icmp_seq=54 ttl=64 time=0.307 ms
64 bytes from 10.7.2.103: icmp_seq=55 ttl=64 time=0.325 ms
64 bytes from 10.7.2.103: icmp_seq=56 ttl=64 time=0.528 ms
64 bytes from 10.7.2.103: icmp_seq=57 ttl=64 time=0.295 ms
64 bytes from 10.7.2.103: icmp_seq=58 ttl=64 time=0.299 ms
64 bytes from 10.7.2.103: icmp_seq=59 ttl=64 time=0.327 ms
64 bytes from 10.7.2.103: icmp_seq=60 ttl=64 time=0.577 ms
64 bytes from 10.7.2.103: icmp_seq=61 ttl=64 time=0.329 ms
64 bytes from 10.7.2.103: icmp_seq=62 ttl=64 time=0.385 ms
64 bytes from 10.7.2.103: icmp_seq=63 ttl=64 time=0.342 ms
64 bytes from 10.7.2.103: icmp_seq=64 ttl=64 time=0.261 ms
^C
--- 10.7.2.103 ping statistics ---
64 packets transmitted, 64 received, 0% packet loss, time 62997ms
rtt min/avg/max/mdev = 0.261/0.387/0.738/0.110 ms
Download as text