Chinaunix首页 | 论坛 | 博客
  • 博客访问: 736025
  • 博文数量: 28
  • 博客积分: 10081
  • 博客等级: 上将
  • 技术积分: 2585
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-18 08:33
文章分类

全部博文(28)

文章存档

2010年(1)

2009年(1)

2008年(26)

分类: LINUX

2008-08-21 00:11:03

Jason Davis wrote:
> netstat -tap
>
> i get this ...
> Proto Recv-Q Send-Q Local Address           Foreign Address       
> State       PID/Program name
> tcp        0      0 *:ssh                   *:*                   
> LISTEN      1263/sshd
>
> tcp        0      0 ::ffff:192.168.1.18:ssh ::ffff:192.168.1.:52509
> ESTABLISHED 18814/0
>
>
> (sorry if above wraps)
>
> So
The ::ffff:1.2.3.4 format is called an IPv4-mapped address.  If your OS
and application are IPv6-enabled, you might see this.  If you are
interested in the v4 address, just ignore the ::ffff: component.
阅读(3139) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~