From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2012-March/004293.html | 102 +++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2012-March/004293.html (limited to 'zarb-ml/mageia-sysadm/2012-March/004293.html') diff --git a/zarb-ml/mageia-sysadm/2012-March/004293.html b/zarb-ml/mageia-sysadm/2012-March/004293.html new file mode 100644 index 000000000..cfbd63cb5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2012-March/004293.html @@ -0,0 +1,102 @@ + + + + [Mageia-sysadm] Access to ARM boards + + + + + + + + + +

[Mageia-sysadm] Access to ARM boards

+ nicolas vigier + boklm at mars-attacks.org +
+ Thu Mar 22 00:24:00 CET 2012 +

+
+ +
Hello,
+
+The 2 Mageia ARM boards are currently connected to the network behind
+valstar, so access from outside is not possible directly.
+
+To give access to the boards to rtp, I forwarded ports 2221 and 2222
+from valstar to arm1 and arm2 sshd.
+
+To do this, the two following commands are run in screen "armbs" on
+valstar :
+ socat TCP-LISTEN:2221,fork,reuseaddr,su=nobody TCP4:arm1:22
+ socat TCP-LISTEN:2222,fork,reuseaddr,su=nobody TCP4:arm2:22
+
+(so we will need to restart this after a reboot, or find a better
+solution to do it)
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1