Skip to content

Instantly share code, notes, and snippets.

@Tuinslak
Created April 8, 2014 16:39
Show Gist options
  • Save Tuinslak/10153337 to your computer and use it in GitHub Desktop.
Save Tuinslak/10153337 to your computer and use it in GitHub Desktop.
IPv6 EDPnet vs BGC (oBox3)
####
# EDPnet
####
root@efikamx-561ba9 ~ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 70:71:bc:56:1b:a9
inet addr:10.190.0.12 Bcast:10.190.15.255 Mask:255.255.240.0
inet6 addr: fe80::7271:bcff:fe56:1ba9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23119 errors:0 dropped:0 overruns:0 frame:0
TX packets:22142 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3866453 (3.6 MiB) TX bytes:11814347 (11.2 MiB)
root@efikamx-561ba9 ~ # external-ip.sh
213.219.166.228
root@efikamx-561ba9 ~ # traceroute yeri.be
traceroute to yeri.be (85.12.6.189), 30 hops max, 60 byte packets
1 10.190.0.1 (10.190.0.1) 0.996 ms 1.097 ms 1.244 ms
2 bras05.sn.be.edpnet.net (213.219.132.17) 25.618 ms 26.120 ms 26.004 ms
3 router01.sn.be.edpnet.net (212.71.11.61) 27.015 ms 27.012 ms 27.123 ms
4 router03.adamtel.nl.edpnet.net (212.71.1.225) 31.449 ms 32.250 ms 32.056 ms
5 xe-5-3.rt1.ams2.baseip.com (195.69.145.174) 33.248 ms 33.141 ms 33.768 ms
6 xe-1-1.rt1.ams1.baseip.com (91.148.255.65) 33.920 ms 29.013 ms 28.975 ms
7 85.12.6.189 (85.12.6.189) 37.709 ms 32.307 ms 30.377 ms
root@efikamx-561ba9 ~ # ping6 google.be
PING google.be (2a00:1450:4013:c01::5e): 56 data bytes
ping6: sending packet: Network is unreachable
root@efikamx-561ba9 ~ #
####
# Belgacom
####
root@efikamx-561dcb ~ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 70:71:bc:56:1d:cb
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2a02:a03f:2a0:4e00:7271:bcff:fe56:1dcb/64 Scope:Global
inet6 addr: fe80::7271:bcff:fe56:1dcb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3461117 errors:598 dropped:0 overruns:0 frame:598
TX packets:3216959 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2737962388 (2.5 GiB) TX bytes:1081484137 (1.0 GiB)
root@efikamx-561dcb ~ # external-ip.sh
2a02:a03f:2a0:4e00:7271:bcff:fe56:1dcb
root@efikamx-561dcb ~ # traceroute yeri.be
traceroute to yeri.be (85.12.6.189), 30 hops max, 60 byte packets
1 192.168.1.1 (192.168.1.1) 0.913 ms 0.949 ms 1.023 ms
2 1.128-133-109.adsl-dyn.isp.belgacom.be (109.133.128.1) 19.415 ms 20.188 ms 20.097 ms
3 ae-53-100.iarstr2.isp.belgacom.be (91.183.242.116) 23.217 ms 22.854 ms 22.946 ms
4 ae-24-1000.iarstr1.isp.belgacom.be (91.183.246.112) 30.854 ms 31.146 ms 31.021 ms
5 * * *
6 94.102.162.67 (94.102.162.67) 28.883 ms 94.102.160.1 (94.102.160.1) 24.327 ms *
7 80.84.18.167 (80.84.18.167) 24.740 ms 24.599 ms 24.938 ms
8 94.102.160.138 (94.102.160.138) 25.397 ms 26.071 ms 26.020 ms
9 xe-5-3.rt1.ams2.baseip.com (195.69.145.174) 26.439 ms 27.191 ms 29.064 ms
10 xe-1-1.rt1.ams1.baseip.com (91.148.255.65) 33.816 ms 33.817 ms 25.496 ms
11 85.12.6.189 (85.12.6.189) 26.778 ms 27.282 ms 27.045 ms
root@efikamx-561dcb ~ # ping6 google.be -c 5
PING google.be (2a00:1450:400c:c06::5e): 56 data bytes
64 bytes from wb-in-x5e.1e100.net: icmp_seq=0 ttl=52 time=39.386 ms
64 bytes from wb-in-x5e.1e100.net: icmp_seq=1 ttl=52 time=38.210 ms
64 bytes from wb-in-x5e.1e100.net: icmp_seq=2 ttl=52 time=37.458 ms
64 bytes from wb-in-x5e.1e100.net: icmp_seq=3 ttl=52 time=36.140 ms
64 bytes from wb-in-x5e.1e100.net: icmp_seq=4 ttl=52 time=33.631 ms
--- google.be ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 33.631/36.965/39.386/1.972 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment