BackTrack 5 네트워크 관리 도구 설치
Step 1 :
apt-get update
apt-get dist-upgrade
apt-get install network-manager-gnome network-manager-pptp
Step 2 :
cp /etc/network/interfaces /etc/network/interfaces.bak
nano /etc/network/interfaces
Delete all entries but left the first two lines behind.
auto lo
iface lo inet loopback
Step 3 :
service network-manager start
Step 4 :
System
>> Startup Applications
>> Network Manager
Append "&
"on the end of the Command. It will be looked like this : nm-applet --sm-disable &
Make sure Start dhclient
is enabled in the menu of Startup Applications
. Reboot the system and then configure your ××× (PPTP) as usual. Make sure Advanced
>> Use Point-to-Point encryption (MPPE)
is enabled in the Configuration of PPTP. That's all! See you.
참조 링크:
http://samiux.blogspot.com/2012/06/howto-***-pptp-on-backtrack-5-r2.html
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Go에서 핑 만들기다른 날에는 학습 목적으로 Ping in Go 프로그래밍 언어를 만듭니다. 솔직히 말해서 Ping이 어떻게 작동하는지 깊이 알고 싶어서 외부 패키지에 의존하지 않고 만들고 싶었습니다. 그러나 다행스럽게도(그리고 불행...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.