您好,登錄后才能下訂單哦!
怎樣解決在openstack中通過(guò)wget無(wú)法進(jìn)行下載的問(wèn)題,很多新手對(duì)此不是很清楚,為了幫助大家解決這個(gè)難題,下面小編將為大家詳細(xì)講解,有這方面需求的人可以來(lái)學(xué)習(xí)下,希望你能有所收獲。
為什么在openstack通過(guò)wget無(wú)法進(jìn)行下載,例如
$wget -c http://xxxxx/cloudify-components_3.1.0-ga-b85_amd64.deb Connecting to 10.67.190.221:80... connected. HTTP request sent, awaiting response... Read error (Connection timed out) in headers. Retrying. $ wget -O - 'https: //ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' Connecting to ceph.com (ceph.com)|208.113.241.137|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: `STDOUT' [<=>
這個(gè)問(wèn)題可以通過(guò)把MTU從默認(rèn)的1500改為1400可以解決
$ sudo ip link set mtu 1400 dev eth0 $ sudo ip link show dev eth0 2: eth0: mtu 1400 qdisc pfifo_fast state UP qlen 1000 link/ether fa:16:3e:85:ee:a5 brd ff:ff:ff:ff:ff:ff
這意味著OpenStack DHCP的MTU應(yīng)該被修正為1400
如果neutron使用DHCP agent,但是dhcp-option-force=26,1400 沒(méi)有在OpenVSwitch and GRE上設(shè)置, 像在主機(jī)網(wǎng)卡上通過(guò)tcpdump上顯示的那樣,每個(gè)主機(jī)需要1500的MTU需要被分段.
IP 10.111.1.2 > 10.111.1.1: ICMP 10.111.1.2 unreachable - need to frag (mtu 1445), length 556
當(dāng)OpenVSwitch 在GRE上使用TINC接口, 設(shè)置TINC遵守的DF標(biāo)志, 網(wǎng)絡(luò)包就不會(huì)被分段,到達(dá)不了主機(jī). 當(dāng)GRE使用當(dāng)OpenVSwitch的時(shí)候,puppet neutron模塊可能自動(dòng)添加該選項(xiàng)
看完上述內(nèi)容是否對(duì)您有幫助呢?如果還想對(duì)相關(guān)知識(shí)有進(jìn)一步的了解或閱讀更多相關(guān)文章,請(qǐng)關(guān)注億速云行業(yè)資訊頻道,感謝您對(duì)億速云的支持。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。