Some times you close vpn with another site and need try to test connection between firewall to see if the machines behind the firewall it's okay or have some conectivity.
execute ping-options source 192.168.10.1
192.168.2.220 (ip of vpn firewall a)
execute ping 192.168.2.220
font:
http://docs-legacy.fortinet.com/fweb/5-0-0/cli/index.html#page/FortiWeb%20CLI%20Reference/ping-options.html
segunda-feira, 27 de abril de 2015
quinta-feira, 23 de abril de 2015
sábado, 18 de abril de 2015
HOW TO INSTALL STEAM ON KALI LINUX
apt-get update
apt-get upgrade
apt-get install gdebi
apt-get install gdebi realpath
wget https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/archive/master.zip
unzip Steam-Installer-for-Wheezy-master.zip
cd Steam-Installer-for-Wheezy-master/
gdebi steam-debian_1.0.0.49-7_all.deb
is done.
If you have some erro talk a bout the root permission do that:
found this in /usr/bin/steam
Commented this lines and try again:
apt-get upgrade
apt-get install gdebi
apt-get install gdebi realpath
wget https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/archive/master.zip
unzip Steam-Installer-for-Wheezy-master.zip
cd Steam-Installer-for-Wheezy-master/
gdebi steam-debian_1.0.0.49-7_all.deb
is done.
If you have some erro talk a bout the root permission do that:
found this in /usr/bin/steam
Commented this lines and try again:
# Don't allow running as root
#if [ "$(id -u)" == "0" ]; then
# show_message --error $"Cannot run as root user"
# exit 1
#fi
If you have some issu about libGL.so.1 is missing or not found, i resolved installing this package:
apt-get install libgl1-nvidia-glx:i386
sábado, 4 de abril de 2015
HOW TO INSTALL MOZZILA FIREFOX ON KALI LINUX AND DEBIAN JESSIE
apt-get remove iceweasel
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build
HOW TO INSTALL ARCHIVE MANAGER ON KALI LINUX FOR MANAGER ANY COMPRESS FILES
apt-get install unrar unace rar unrar p7zip zip unzip p7zip-full p7zip-rar file-roller -y
Assinar:
Postagens (Atom)