- หน้าแรก
- เครือข่ายมัลติคลาวด์
- Customer Edge diagnostics
- Command reference
- Network commands
- curl
curl
สองคำสั่ง และความแตกต่างระหว่างทั้งสองคือคุณค่าทั้งหมด
curl-host
หัวข้อที่มีชื่อว่า “curl-host”ทำงานใน host network namespace — การเชื่อมต่อของโหนดเอง ก่อนที่ดาต้าเพลนจะเข้ามาเกี่ยวข้อง
{"command":["curl-host","-v","cloud.f5.com"]} % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying <public-ip>:80...* Connected to cloud.f5.com (<public-ip>) port 80 (#0)> GET / HTTP/1.1> Host: cloud.f5.com> User-Agent: curl/7.76.1> Accept: */*>* Mark bundle as not supporting multiuse< HTTP/1.1 301 Moved Permanently< location: https://cloud.f5.com/< server: volt-adc< date: Mon, 03 Aug 2026 16:30:24 GMT< connection: close< content-length: 0< 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Closing connection 0curl-vega
หัวข้อที่มีชื่อว่า “curl-vega”ทำงานในบริบท Vega (คอนโทรลเพลน) แทนที่จะเป็นของโฮสต์ ความแตกต่างที่สังเกตได้
และเป็นสิ่งเดียวที่ยืนยันได้ในที่นี้ คือสภาพแวดล้อมที่มันสืบทอดมา: curl-vega รายงานรายการ
NO_PROXY ที่ครอบคลุมช่วงที่อยู่ส่วนตัว, int.ves.io, int.volterra.us และโดเมน
.tenant.local ของไซต์เอง ส่วน curl-host ไม่รายงานเลย สิ่งที่นัยยะนี้บ่งบอกเกี่ยวกับเส้นทาง DNS
นั้นไม่ได้ถูกวัดไว้
{"command":["curl-vega","-v","cloud.f5.com"]}* Uses proxy env variable NO_PROXY == '10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,100.127.0.0/18,100.127.192.0/18,169.254.0.0/16,int.ves.io,int.volterra.us,mcn-ce-ha-eastus01.<tenant>.tenant.local' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying <public-ip>:80...* Connected to cloud.f5.com (<public-ip>) port 80 (#0)> GET / HTTP/1.1> Host: cloud.f5.com> User-Agent: curl/7.76.1> Accept: */*>* Mark bundle as not supporting multiuse< HTTP/1.1 301 Moved Permanently< location: https://cloud.f5.com/< server: volt-adc< date: Mon, 03 Aug 2026 16:30:26 GMT< connection: close< content-length: 0< 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Closing connection 0ทั้งสองคำสั่งรับอาร์กิวเมนต์ curl ปกติในรูปแบบสมาชิกอาร์เรย์แยกกัน -v ควรค่าแก่การคงไว้
เพราะบรรทัดของการเชื่อมต่อและการทำ TLS handshake มักเป็นจุดที่ความล้มเหลวปรากฏให้เห็น