[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2015-10-29 Thread Antonio Ospite
I think this bug can be closed, recent netstat versions have the -W (or
--wide) option to show the full adresses.

To restore tabulation alignment, a wrapper can be used:

netstat -tunap --wide | \
  sed -e '1d' -e '2s/ \(Address\)/_\1/g' -e '2s/\(Program\) /\1_/' -e 
's/\([^0-9]*:\) /\1/' -e '/^udp/s/:\*/:\* -/' | \
  column -t


Also, "ss" could be used instead of netstat, ss does not truncate the addresses.

** Changed in: net-tools (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: net-tools (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2014-12-10 Thread sandipahire007
hi,

how to connect From ipv6 to ipv6 rdesktop.

my site ip is :- 2014:1001:5:105::113

remote ip is : 2014:1001:5:105::209

how can possible rdesktop.

any command..

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2014-09-19 Thread MihanIT
Use -T like this:

netstat -ntpT | grep pidgin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2014-09-19 Thread MihanIT
Use -T lie this:

netstat -ntpT | grep pidgin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2014-09-19 Thread MihanIT
netstat -T  option is for stop trimming long addresses in many
platformas like Fedora but unfortunately Ubuntu does not has this
option.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2014-06-02 Thread Alan Robertson
Problem still exists!

# netstat -ntp | grep pidgin
tcp6  0  0 2601:1:ad80:1445::54776  2620:0:861:52:208::6667 ESTABLISHED 
2043/pidgin

This address is  from irc.freenode.net
2620:0:861:52:208:80:155:68

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-tools in Ubuntu.
https://bugs.launchpad.net/bugs/511401

Title:
  netstat doesn't display ipv6 addresses correctly (they are truncated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/511401/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs