我正在尝试使用 FastEthernet0 连接到我的路由器。
我做了以下命令:
conf t
int f0
ip addr 10.0.0.1 255.255.255.0
no shut
我得到了以下配置:
ap#sh ip interface brief
Interface IP-Address OK? Method Status Protocol
BVI1 unassigned YES DHCP up up
Dot11Radio0 unassigned YES unset administratively down down
Dot11Radio1 unassigned YES unset administratively down down
FastEthernet0 10.0.0.1 YES manual up up
我还在 Windows 上创建了一个手动局域网连接:
IP: 10.0.0.10
Mask: 255.255.255.0
Gateway: 10.0.0.1
但我无法连接到我的路由器:\