トップページnetwork
9コメント4KB

netstat コマンドについて

■ このスレッドは過去ログ倉庫に格納されています
0001名無しさんNGNG
あのー たとえばこちら
http://www.333xxx.com/index.html
につないで netstat してみると VENUS:80 とでます。

ほかにも WINDOWS98:6346 THINKPAD:6346 などを
見たことがあります。これは一体どうやるのでしょうか?
ぼくもやってみたいんですううう。
0002名無しさん@そうだ選挙にいこうNGNG
netstatの醍醐味は、netstat -mだなぁ、やぱし。
0003名無しさん@そうだ選挙にいこうNGNG
トロイとか仕掛けられてる時は、
どういうのがでるの?
0004名無しさん@そうだ選挙にいこうNGNG
>2
netstat -m なんてあったっけ?
-M@`-N@`-n のどれかのことかな〜??

000573NGNG
windows2000 にて

NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics@` proto may be TCP@` UDP@` or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default@` statistics are
shown for TCP@` UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics@` pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted@` netstat will print the current
configuration information once.

# 俺 CCNA
0006名無しさん@そうだ選挙にいこうNGNG
-m Show statistics recorded by the memory management routines (the
network manages a private pool of memory buffers).
ま、君が使っているOSのnetstatにはないかもしれんが…

0007>6NGNG
Linuxヲタ。
000873NGNG
Linux にて

netstat: invalid option -- m
usage: netstat [-veenNcCF] [<Af>] -r netstat {-V|--version|-h|--help}
netstat [-vnNcaeol] [<Socket> ...]
netstat { [-veenNac] -i | [-cnNe] -M | -s }

-r@` --route display routing table
-i@` --interfaces display interface table
-g@` --groups display multicast group memberships
-s@` --statistics display networking statistics (like SNMP)
-M@` --masquerade display masqueraded connections

-v@` --verbose be verbose
-n@` --numeric dont resolve names
-N@` --symbolic resolve hardware names
-e@` --extend display other/more information
-p@` --programs display PID/Program name for sockets
-c@` --continuous continuous listing

-l@` --listening display listening server sockets
-a@` --all@` --listening display all sockets (default: connected)
-o@` --timers display timers
-F@` --fib display Forwarding Information Base (default)
-C@` --cache display routing cache instead of FIB

<Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom
<AF>=Use '-A <af>' or '--<af>' Default: inet
List of possible address families (which support routing):
inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)

# 俺 CCNA
# Red Hat Linux 6.2 でもねえの確認済み
0009名無しさん@1周年NGNG
>1
ポート6346ってGnutellaが使っているポートでは。
■ このスレッドは過去ログ倉庫に格納されています