Dhtu / CN

0 stars 0 forks source link

一个小问题 #1

Open Dhtu opened 4 years ago

Dhtu commented 4 years ago

一个小问题

GNS3中的R1在visual box,host-only模式下无法连接主机,防火墙已关。

image

主机地址

image

命令

R1(config)#in f0/0 R1(config-if)#ip address dhcp R1(config-if)#no shut

ping的结果

image

其他信息

  1. image

这里有一个虚拟机的地址192.168.56.101,从主机可以ping通,但是从虚拟路由器R1不能ping通

  1. 在实验中,我在桥接模式下也无法ping通路由器
  2. image

这个状态栏一下闪红的一下闪绿的,但具体什么意思我也没查到

路由器配置

R1#show running-config Building configuration...

Current configuration : 954 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ip tcp synwait-time 5 ! ! interface FastEthernet0/0 ip address dhcp duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet1/0 no ip address shutdown duplex auto speed auto ! ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! no cdp log mismatch duplex ! ! ! control-plane ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end

Dhtu commented 4 years ago

其他异常信息

  1. 我因为vmware更新问题,使用了visual box作为虚拟机
  2. 网络适配器与eth0接口检查

    网卡1: 仅主机(Host-Only)网络 路由器R1:f0/0接口连接至cloud eth0端口

    虚拟机网络编辑器

    没找到virtualbox的dhcp开关,但是通过命令行找到了dhcp服务器的配置,显示dhcp服务器正常,且虚拟机IP 192.168.56.101,主机IP 192.168.56.104与路由器R1IP 192.168.56.105均在同一网段内 image

    单独配置网络

    输入ip address dhcp后顺利拿到ip地址

    netsh winsock reset

    等待重启。。