Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Network port configuration can be achieved using a) the web interface, b) SSH command line interface(CLI). Using the Web interface is the easiest route, however in highly constrained network environments a pure CLI based configuration can be easier
WEB INTERFACE: NETWORK CONFIG
From the dashboard page, Start by selecting the configuration menu option from as shown below (highlighted in green).
Then edit the network configuration`s IP/Netmask/Gateway/DNS setting as shown in the image below. After each field has been edited the system automatically saves and updates the system setting (save button is not required). After completing the update, refresh the web page to confirm the new settings.
Select the tools menu from the top toolbar, as shown in the image below.
And finally select the Power Cycle / Reboot button to restart the system
added some random comments
Hardware
10Gbps全二重回線のキャプチャのために、FMADIO20パケットキャプチャ装置は、2つの10GSFP+ 10Gbeポートを使って20Gbit回線のキャプチャを維持することを提供します。7.4ナノ秒の解像度を持つハードウェアパケットタイムスタンプとPVPv2またはGPSを使った100サブナノ秒の世界時間精度を特徴とするコンパクトな深さ650mmの1Uシャシーに収容されています。この20Gbeパケットキャプチャ装置は、20Gbps+以上のIOスループットを備えた高帯域幅SSDフラッシュ容量2TBをもっています。この2TBのキャッシュはRAW磁気ディスク容量16TBに書き込まれています。このシステムは、中頻度の20Gbps 全二重回線パケットキャプチャに最適です。
仕様:
2TBキャッシュのための20Gbit回線のキャプチャを維持
コンパクトな1Uフォームファクター
ハードウェアパケットタイムスタンプ
100サブナノ秒の精密な世界時間シンクロナイザー
PTPv2 時間シンクロナイザー
PTPv2+PPS時間シンクロナイザー
GPS+PPS時間シンクロナイザー
ホットスワップディスク容量16TB
高速SSDキャッシュ1TB
x2 10G SFP+キャプチャポート
x1 10G SFP+管理ポート
x1 1G RJ45管理ポート
Modifying the network configuration setting in a restricted Colocation environment can be far easier to achieve via the command line. The first step is SSH into the system, change to the specified directory and view the current network settings, as shown below
In the example configuration file above, the network ports are mapped as follows
FMADIO 100G Hardware looks as follows
Spec sheet as follows
Layout of the network ports is as follows. for FMADIO100G v2 1U Capture System (10G SFP+ management)
Layout of the network ports for FMADIO100G v2 1U Analytics System (40G QSFP+ Management)
TBD
1Gbe Management Ports
Systems shipped Prior to April 2021, default 1G management port is "L2"
System shipped after April 2021 default 1G management port is "L1"
This was made as L1 port can bridge the IPMI/BMC port (single RJ45 connection for both Server and BMC), the L2 port can not bridged. Please contact support@fmad.io on how to swap.
IPMI Port
The IPMI Port is used for out of band communication with the system. It allows power on/off and KVM capabilities. Highly recommend connecting this. Default IP address is 192.168.0.93/24
Management Port
The Management ports can be 10G SFP+ or 40G QSFP+ depending on the system configuration. These can be run in standard, or link bonded / redundant setup.
FMADIO100Gv2 Capture systems,
FMADIO100G Gen2 Analytics Systems
Capture Port
Capture ports can be configured in the following way
PPS Connector
The PPS connector is a 1 Pulse Per Second time synchronization cable. It runs on a 3.3V trigger signal the interface is SMA Coaxial cable
Port Count
Port Speed
Interface
2
10G
SFP+
2
1G
SFP
Port Count
Port Speed
Interface
2
40Gbps
QSFP+
4
10Gbps
QSFP+ Breakout Cables
Port Count
Port Speed
Interface
2
100Gbps
QSFP28 (FEC or no FEC)
2
40Gbps
QSFP+
8
25Gbps
QSFP28 (Not released yet)
8
10Gbps
QSFP+ Breakout Cables
In the unlikely event of a complete boot failure, system can be recovered by booting via the Virtual CDROM interface over a HTML BMC connection
Start by going to the BMC interface (default IP is 192.168.0.93) contact us for default login/password
Start the Remote HTML KVM
Will look like this. Select Brose Files, selecting an ISO image + Start the Media
System will boot Ubuntu (for example), we are using ( systemrescue 8.01 amd64)
System will boot as follows, it may take several minutes depending on the speed of the HTML <-> FMADIO System connection. Recommend the closer the HTML instance is to the FMAD device the better.
If a particular boot stage is taking too long Ctrl-C can skip it
After SystemRescue CD has booted, the above is seen. Note the total number of bytes transfered over the Virtual ISO.
First step is to find the FMADIO OS and Persistant storage devices, Use the "lsblk" tool
Looking foor a small (15GB) partition as the OS boot disk. In this case its sda1 and a large (224GB or larger) partition for the Persistent storage
Sometimes its easier to work over SSH. To access the system find or assign an IP address to the a reachable interface
SystemRescuelCD by default has iptables setup. Disable all iptables as follows
Then setup a password for the root account
Then ssh access to the system is possible
Next mount the FMAD OS and Persistant storage disks. They may be sda* or nvme0n1p* in this example its mapped to sda
Next check the contents, it should look roughtly like this