在IPv4地址中預留了3個IP段,作為私有地址,共家庭、企業、學校等內部組網使用
10.0.0.0~10.255.255.255
172.16.0.0~172.31.255.255
192.168.0.0~192.168.255.255
172.16.0.0~172.31.255.255
192.168.0.0~192.168.255.255
1.windows2019 (內網設定192.168.30.193)
在網路連接找到第二張網卡 > 右鍵"屬性" > 點擊 Internet(IPv4) > 選擇自行設定IP
2.ubuntu20.04 (內網設定192.168.30.100)
vi /etc/netplan/00-installer-config.yaml #編輯網卡
netplan apply #重啟網卡
ip add #查看是否配上
3.測試是否相通
ubuntu 測試
因為windows預設禁止ping 所以直接ping 會不通,可以先開放
#允許ICMP Ping
因為windows預設禁止ping 所以直接ping 會不通,可以先開放
#允許ICMP Ping
netsh advfirewall firewall add rule name="ICMP Allow Incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
#禁止ICMP Ping
netsh advfirewall firewall add rule name="ICMP Block Incoming V4 echo request" protocol=icmpv4:8,any dir=in action=block
沒有留言:
張貼留言