Bug #6715
diag_traceroute.php suggestions
100%
Description
1) diag_traceroute.php the IPv4 traceroute when
resolving IPs to hostnames outputs both,
but the IPv6 traceroute6 only shows the hostnames and not the
address. My suggestion is to use -l when ipv6 when not using -n. (see traceroute6 -l)
2) the max hops for FreeBSD IPv6 traceroute6 is
255, which the max allowed IPv6 "hops limit". Maybe it should
allow that? Then again, the nginx may Time-out beyond 64?
(My list of bugs is at http://reedmedia.net/books/pfsense/bugs-20160813.html )
Associated revisions
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
History
#1
Updated by Jim Thompson over 2 years ago
- Status changed from New to Assigned
- Assignee set to Jim Pingle
traceroute6 hop limit on FreeBSD is 30 (default), see traceroute6(8).
#2
Updated by Jim Pingle over 2 years ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
Applied in changeset pfsense:f5da84f3018e4b1792b6676bf1c6127dd0e9e5ce.
#3
Updated by Jim Pingle over 2 years ago
- Project changed from pfSense Packages to pfSense
- Target version set to 2.3.2_1
#4
Updated by Jim Pingle over 2 years ago
- Category set to Web Interface
- Status changed from Feedback to Resolved
Fixed
Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715