Skip to content

Instantly share code, notes, and snippets.

@tandyuk
Created February 13, 2019 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tandyuk/acc330c69f466177ba7877c7b7728d69 to your computer and use it in GitHub Desktop.
Save tandyuk/acc330c69f466177ba7877c7b7728d69 to your computer and use it in GitHub Desktop.
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: route -n show default
route to: 0.0.0.0
destination: 0.0.0.0
mask: 0.0.0.0
gateway: 212.42.162.225
fib: 0
interface: pppoe1
flags: <UP,GATEWAY,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1492 1 0
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: route -n6 show default
route to: ::
destination: ::
mask: ::
gateway: fe80::f2f7:55ff:fe55:d300%re1
fib: 0
interface: re1
flags: <UP,GATEWAY,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: ping6 google.com
PING6(56=40+8+8 bytes) 2a02:13a0:a006:1::1 --> 2a00:1450:4009:80c::200e
^C
--- google.com ping6 statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: route -n6 change default fe80::f2f7:55ff:fe55:d300%pppoe1
change net default: gateway fe80::f2f7:55ff:fe55:d300%pppoe1
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: route -n6 show default
route to: ::
destination: ::
mask: ::
gateway: fe80::f2f7:55ff:fe55:d300%pppoe1
fib: 0
interface: pppoe1
flags: <UP,GATEWAY,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1492 1 0
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root: ping6 google.com
PING6(56=40+8+8 bytes) 2a02:13a0:a006:1::1 --> 2a00:1450:4009:80c::200e
16 bytes from 2a00:1450:4009:80c::200e, icmp_seq=0 hlim=57 time=16.731 ms
16 bytes from 2a00:1450:4009:80c::200e, icmp_seq=1 hlim=57 time=16.450 ms
16 bytes from 2a00:1450:4009:80c::200e, icmp_seq=2 hlim=57 time=16.734 ms
16 bytes from 2a00:1450:4009:80c::200e, icmp_seq=3 hlim=57 time=17.052 ms
16 bytes from 2a00:1450:4009:80c::200e, icmp_seq=4 hlim=57 time=16.207 ms
^C
--- google.com ping6 statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 16.207/16.635/17.052/0.286 ms
[2.4.4-RELEASE][root@pfsense.office.tandyukservers.co.uk]/root:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment