We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Following steps work for Ubuntu server on EC2
First, get second interface up and going
edit /etc/network/interfaces add "eth0:1" to the "auto" line add: iface eth0:1 inet static address 10.0.0.xxx netmask 255.255.255.0
edit /etc/network/interfaces
add "eth0:1" to the "auto" line
add:
iface eth0:1 inet static address 10.0.0.xxx netmask 255.255.255.0
Reboot required to fully validate. "ifup -a" to bring up eth0:1 before the reboot
Now get the code compiled and running
sudo apt-get update sudo apt-get install g++ sudo apt-get install git sudo apt-get install make sudo apt-get install libboost-dev sudo apt-get install libssl-dev
sudo apt-get update
sudo apt-get install g++
sudo apt-get install git
sudo apt-get install make
sudo apt-get install libboost-dev
sudo apt-get install libssl-dev
git clone https://github.com/jselbie/stunserver
cd stunserver make
cd stunserver
make
./stuntestcode (confirm all pass)
sudo cp stunclient /usr/bin/stunclient sudo cp stunserver /usr/bin/stunserver
sudo cp stunclient /usr/bin/stunclient
sudo cp stunserver /usr/bin/stunserver
edit /etc/rc.local to launch /usr/bin/stunserver&
reboot via control panel
There was an error while loading. Please reload this page.