On 02/22/2018 12:02 PM, Reco wrote:
        Hi.

On Thu, Feb 22, 2018 at 11:41:35AM -0500, Stephen P. Molnar wrote:
Then

root@AbNormal:/home/comp# apt-get update
Ign:1 http://debian.uchicago.edu/debian stretch InRelease
Hit:3 http://debian.uchicago.edu/debian stretch Release
Get:2 http://debian.uchicago.edu/debian stretch-updates InRelease [91.0 kB]
0% [Connecting to prod.debian.map.fastly.net (2a04:4e42:b::204)]
Perfect.


and

root@AbNormal:/home/comp# dpkg --print-foreign-architectures
i386
That looks about right.


Always glad to be able to help remove boredom!  Other than my comp chem
calculations, I find boredom to very boring.
At least one of us doing real science. I'm ashamed to mention what I do
for the living ???.

And now to the fun part. Please provide these:

tcpdump -ni any -s0 -w /tmp/fastly.pcap tcp port 80 or icmp6 or \
        udp port 53

ip a l

ip ro l table all

traceroute -n 2a04:4e42:b::204


It should be noted that:

1) tcpdump should be run while you're invoking apt-get, with IPv6 stack
operational (i.e. no disable_ipv6 trick).

2) To terminate tcpdump use Ctrl+C. All its output will to to a file.

3) tcpdump will capture all tcp:80 (i.e. - HTTP), that's intentional.
This may, or may not be a privacy issue.

4) tcpdump requires CAP_NET_RAW and CAP_NET_ADMIN to function properly.
Meaning - you run it as root. Other commands should not require root.

5) If tcpdump is not installed there, use disable_ipv6 trick temporarily
to apt-get it.

Reco

Reco

After installing tcpdump I got:
root@AbNormal:/home/comp# tcpdump -ni any -s0 -w /tmp/fastly.pcap tcp port 80 or icmp6 or \
> udp port 53
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
^C6 packets captured
6 packets received by filter
0 packets dropped by kernel
root@AbNormal:/home/comp#


root@AbNormal:/home/comp# ip a l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    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: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether bc:ee:7b:5e:83:36 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.122/24 brd 192.168.1.255 scope global dynamic enp2s0
       valid_lft 78740sec preferred_lft 78740sec
    inet6 2600:1700:4280:3690::46/128 scope global dynamic
       valid_lft 1201940sec preferred_lft 1201940sec
inet6 2600:1700:4280:3690:800c:68fc:ea2c:23c0/64 scope global temporary dynamic
       valid_lft 597140sec preferred_lft 78692sec
inet6 2600:1700:4280:3690:beee:7bff:fe5e:8336/64 scope global mngtmpaddr noprefixroute dynamic
       valid_lft 1209054sec preferred_lft 1209054sec
    inet6 fe80::beee:7bff:fe5e:8336/64 scope link
       valid_lft forever preferred_lft forever
root@AbNormal:/home/comp#


root@AbNormal:/home/comp# ip ro l table all
default via 192.168.1.254 dev enp2s0 proto static metric 100
192.168.1.0/24 dev enp2s0 proto kernel scope link src 192.168.1.122 metric 100 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 192.168.1.0 dev enp2s0 table local proto kernel scope link src 192.168.1.122 local 192.168.1.122 dev enp2s0 table local proto kernel scope host src 192.168.1.122 broadcast 192.168.1.255 dev enp2s0 table local proto kernel scope link src 192.168.1.122 2600:1700:4280:3690::46 dev enp2s0 proto kernel metric 256 expires 1201893sec pref medium
2600:1700:4280:3690::/64 dev enp2s0 proto ra metric 100  pref medium
2600:1700:4280:3690::/60 via fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto ra metric 100 pref medium
fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto static metric 100  pref medium
fe80::/64 dev enp2s0 proto kernel metric 256  pref medium
default via fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto static metric 100 pref medium unreachable default dev lo proto kernel metric 4294967295 error -101 pref medium
local ::1 dev lo table local proto none metric 0  pref medium
local 2600:1700:4280:3690::46 dev lo table local proto none metric 0 pref medium local 2600:1700:4280:3690:800c:68fc:ea2c:23c0 dev lo table local proto none metric 0 pref medium local 2600:1700:4280:3690:beee:7bff:fe5e:8336 dev lo table local proto none metric 0 pref medium local fe80::beee:7bff:fe5e:8336 dev lo table local proto none metric 0 pref medium
ff00::/8 dev enp2s0 table local metric 256  pref medium
unreachable default dev lo proto kernel metric 4294967295 error -101 pref medium
root@AbNormal:/home/comp#


root@AbNormal:/home/comp# traceroute -n 2a04:4e42:b::204
traceroute to 2a04:4e42:b::204 (2a04:4e42:b::204), 30 hops max, 80 byte packets
 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  * * *
root@AbNormal:/home/comp#

As you requested.

    Steve

--
Stephen P. Molnar, Ph.D.
Consultant
www.molecular-modeling.net
(614)312-7528 (c)
Skype: smolnar1

Reply via email to