学员提问:
今天早上一来就不能上网了,我在网上查看了些资料,用超级终端进去(因为LAN口接交换机指示灯没有亮,ping 192.168.1.1也不能通)注:现在LAN口和WAN口都没有连接 现在在单一PC上
show run 查看了下
interface Loopback0
ip address 192.168.8.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/0 是这里有问题吗?
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 218.*.*.* (为了安全期间隐藏了)255.255.255.240
ip nat outside
ip virtual-reassembly
show run 查看了下
interface Loopback0
ip address 192.168.8.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/0 是这里有问题吗?
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 218.*.*.* (为了安全期间隐藏了)255.255.255.240
ip nat outside
ip virtual-reassembly
捷盈讲师及学员解答:
你端口FastEthernet0/0 shutdown 肯定通信不了,进接口输入no sh 就可以了。

