for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do
echo 0 > $i
done
http://ricotroubleshooting.blogspot.hk/2014/01/how-to-route-only-specific-ports.html
for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do
echo 0 > $i
done
http://ricotroubleshooting.blogspot.hk/2014/01/how-to-route-only-specific-ports.html
rm -f /etc/udev/rules.d/70-persistent-net.rules
http://serverfault.com/questions/353839/ubuntu-network-driver-reset-to-eth0
ip firewall nat add chain=dstnat dst-address=69.69.69.69 protocol=tcp dst-port=5900 action=dst-nat to-addresses=192.168.1.101 to-ports=5900
http://wiki.mikrotik.com/wiki/Forwarding_a_port_to_an_internal_IP
configure set system login user root authentication plaintext-password PASSOWRD commit save
Reference: http://rbgeek.wordpress.com/2013/05/06/vyatta-basic-configuration-after-installation/
set service gui https-port 8443
http://community.ubnt.com/t5/EdgeMAX/Accessing-forwarded-SSH-and-HTTPS-on-EdgeRouter/td-p/601571