Virtual-Machine
eth0 和 eth1 的 IP 地址代表什麼?
我
ssh
編輯到我的流浪機器。System load: 0.13 Processes: 169 Usage of /: 6.6% of 61.80GB Users logged in: 0 Memory usage: 76% IP address for eth0: 10.0.2.11 Swap usage: 16% IP address for eth1: 192.100.0.12
兩個私有IP有什麼區別?
兩個私有IP有什麼區別?
每個乙太網介面必須有不同的 IP。通常密切相關,如 10.0.0.1 和 10.1.1.25,它們都是私有的,並且在一個地址塊中。有時在單獨的1918 私有 IP 塊中,例如 10.0.2.11 和 192.168.0.12。
但是您的一個 IP不是私有的,它歸一家公司所有:
$ whois 192.100.0.12 ... NetRange: 192.100.0.0 - 192.100.0.255 CIDR: 192.100.0.0/24 Comment: NetVoyage (aka NetDocuments) OrgName: NetDocuments OrgId: NC-252 Address: 2500 W Executive Parkway StateProv: UT Country: US
在 192.100.xx 範圍內,全世界還有很多(很多)其他公司:
$ whois 192.100.1.1 inetnum: 192.100.1.0 - 192.100.1.255 descr: Computing Centre for Water Research country: ZA organisation: ORG-CCfW1-AFRINIC org-name: Computing Centre for Water Research org-type: LIR
在南非。
- 您沒有(合法)權利使用這些地址中的任何一個。
- 使用該地址會將該介面暴露給來自世界任何地方的流量(可能的攻擊)。