I follow these steps but the two terminals do not show anything
1.Copy paste line by line after you ssh into your pogoplug (ssh terminal in one pc).
$this->bbcode_second_pass_code('', '
sudo ifconfig eth0:0 10.10.10.5
sudo ifconfig eth0:1 10.10.10.4
sudo ifconfig eth0:2 10.10.10.2')
2. Then bootup another linux machine (or live cd), open terminal and copy paste this (assuming you are connected to the network using ethernet cable):
$this->bbcode_second_pass_code('', '
sudo ifconfig eth0:0 10.10.10.5
sudo ifconfig eth0:1 10.10.10.4
sudo ifconfig eth0:2 10.10.10.2
')
Then copy paste this into the same terminal window:$this->bbcode_second_pass_code('', '
nc -lu 10.10.10.5 6666 ')
Open another terminal (CTRL + SHIFT + N)(on second machine) and copy paste this:
$this->bbcode_second_pass_code('', '
nc -lu 10.10.10.4 6666
')
Keep both terminal windows open and unplug your pogo from power, then plug it back in and those terminals should start
but I did not see anything. Please advise, I am doing something wrong....
