기가비트로 연결이 안되고 100m으로 연결이 됩니다

widgie의 이미지
2004
points
0
points

이거 설정 강제로 바꿔주는거 없나요?

윈도우에 꽂았을때는

1Gbps로 연결되었다고 나오는데

리눅스에서

mii-tool 을 이용해 보면

100Mbps로 연결되었다고 나오네요

이거 설정을 어떻게 바꿔줘야 하나요?

익명 사용자의 이미지

설정 아무리 바꿔도 안되다가 케이블 바꾸니 되는 경우도 있습니다.랜

0
points

설정 아무리 바꿔도 안되다가 케이블 바꾸니 되는 경우도 있습니다.
랜 케이블은 쉴딩이 제대로 된 걸 쓰셨는지요?

그리고, 그냥 일반 케이블을 써도 1Gb로 연결되는 경우도 있습니다만, 접속이 자주 왔다갔다 하더군요. category 6(?) 케이블인지 확인해보세요.

cjh의 이미지
10279
points

스위치의 해당 포트 설정부터 확인해 보십시오.

0
points

스위치의 해당 포트 설정부터 확인해 보십시오.

익명 사용자의 이미지

ethtool 이용해보시죠

0
points

윈도우에서는 1G로 연결된다면,
ethtool -s eth0 speed 1000 duplex full 로 nic 설정을 변경해 보시기 바랍니다.

설정유지 할려면
/etc/sysconfig/network-scripts/ifcfg-eth0
의 맨 밑에.
ETHTOOL_OPTS="speed 1000 duplex full"
적어주면 됩니다.

익명 사용자의 이미지

결과입니다

0
points

ethtool 결과입니다

[root@bmt ~]# ethtool -s eth1 speed 1000 duplex full
[root@bmt ~]# mii-tool eth1
eth1: negotiated 100baseTx-FD flow-control, link ok
[root@bmt ~]# ethtool eth1
Settings for eth1:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Advertised auto-negotiation: Yes
        Speed: 1000Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: umbg
        Wake-on: g
        Current message level: 0x00000007 (7)
        Link detected: yes

왜..왜 안되는것인지 ㅜㅜ

wariua의 이미지
2990
points

Re: 결과입니다

0
points

글쓴이 씀:
왜..왜 안되는것인지 ㅜㅜ

된 거 아닐까요?
Speed: 1000Mb/s
부분으로 봐서는 1000Mb/s로 잘 협상된 듯 합니다. mii-tool에서 100baseTx-FD로 설정됐다고 표시되는 건 살짝 무시하셔도 됩니다. mii-tool은 man page에서도 언급된 것처럼 100baseTx까지만 지원하니까요.

혹시 ethtool에서 1000Mb/s라고 표시되는데도 실제로는 100Mb/s 이하의 속도가 나와서 고민하시는 게 아니라면 mii-tool 대신 ethtool을 믿어주시면 되겠습니다.

익명 사용자의 이미지

man mii-tool

0
points

MII-TOOL(8)							  MII-TOOL(8)



NAME
       mii-tool - view, manipulate media-independent interface status


SYNOPSIS
       mii-tool [-v, --verbose] [-V, --version] [-R, --reset] [-r, --restart]
       [-w,  --watch]	[-l,   --log]	[-A,   --advertise=media,...]	 [-F,
       --force=media] [interface ...]


[b]NOTE
       This  program  is obsolete. Valid media are only 100baseT4, 100baseTx-
       FD, 100baseTx-HD, 10baseT-FD  and  10baseT-HD  ethernet cards.	  For
       replacement check eth-tool.[/b]

NOTE
This program is obsolete. Valid media are only 100baseT4, 100baseTx-
FD, 100baseTx-HD, 10baseT-FD and 10baseT-HD ethernet cards. For
replacement check eth-tool.

댓글 보기 옵션

원하시는 댓글 전시 방법을 선택한 다음 "설정 저장"을 누르셔서 적용하십시오.