|
发信人: goyacc (ken), 信区: Internet
标 题: FAQ -- 中级篇
发信站: BBS 未名空间站 (Tue Oct 24 16:40:30 2006), 转信
Table of FAQ
1.常用的FTP(client/server)
2.常用的ssh(client/server)
3.常用pop3 email下载软件
4.常用的网络监视软件/命令
5.如何用Windows XP远程桌面登陆?
6.如何从Windows远程登陆Linux/Unix图形界面?
7.如何从Linux用远程桌面登陆Windows XP?
8.如何文件共享?
9.无线网的安全问题
10.无线网的信号问题
11.为什么我的无线网卡得不到IP?
12.常用的防火墙软件
1.常用的FTP(client/server)
client server
cuteFTP serv_U
WS_FTP raidenFTP
Windows自带的
2.常用的ssh(client/server)
ssh ( ftp.ssh.com)
putty
cgywin
ttssh
3.常用pop3 email下载软件
yahoopops
web2pop
izmail
4.常用的网络监视软件/命令
TCPDUMP
aport
netstat -an
5.如何用Windows XP远程桌面登陆?
a.必须设用户名和密码
b.在你要登陆的远端xp机器上 - >control panel->system->remote->enable remote
desktop
c.如果机器在router后面,必须在router里设置如下:
assume from A use XP remote desktop to B (XP too), and B behind a router
configure need to be done on B machine:
use ipconfig to get B Lan IP
login into your router at B's browser 192.168.2.1
in virtual server, add port 3389, tcp, B lan IP of your desktop.
if A behind another router. you need to do the same thing on A machine.
d.如果你要登陆的机器是用的动态IP,在重启后你的IP可能会变,所以你要在你要登陆的
机器上设置允许远程桌面登陆的同时,用唯一的名字注册你的机器到你学校或公司的
VPN
。一旦你登陆到学校的VPN,访问你的机器只要用名字代替IP,即使重启后你的IP变了但
你仍然可以用远程桌面登陆。这个方法好像不适合你从学校或公司访问家里使用动态IP的
机器。
e.如果你要远程登陆的机器用的是无线网。当你登陆后几秒钟后,无线网会断,有时就
是无法登陆,这跟无线网在切换用户时会自动断网有关。
6.如何从Windows远程登陆Linux/Unix图形界面?
need to install ssh or putty
need to install exceed or xwindow
a.运行exceed/xwindow, 运行ssh/putty, login remote Linux/Unix system by using
ssh
b.确认在哪个shell terminal
>echo $SHELL
c.set DISPLAY
setenv DISPLAY my_local_workstation:0.0 (csh)
or
export DISPLAY=my_local_workstation:0.0 (bash)
d.Allowing remotehost to connect to the host you just logined
# xhost + <IP address or hostname>
Add or subtract a host that can display X11 apps on this workstation
# xhost +
Disables all security, any host can display X11 apps on this workstation
7.如何从Linux用远程桌面登陆Windows XP?
It is available under fedora & red hat enterprise linux 3 and newer.
In fedora, you should be able to install it by doing:
yum install rdesktop
http://www.rdesktop.org/
tsclient using rdp protocol
8.如何文件共享?
a.如果你用remote desktop远程登陆到XP,登陆前有个选项,enable file sharing,你就
可以在remote和local两台机器之间copy/paste。
b.如果用folder sharing,必须enable the folder for sharing,然后在另一台机器上
start->right click on my computer->remote drive
c.如果文件比较大的话,建议使用FTP或是SFTP server/client,上面两种方法较慢。
9.无线网的安全问题
a.enable WEP
b.use MAC filter
c.enable IEEE 802.1* authentication for the network (Protected EAP)
10.无线网的信号问题
当两个无线网用同一个频道的时候就会出现各种各样的问题,慢,丢包,信号差....。
解决方案是换频道channel,同时让无线网卡锁住或优先选择自己的这个频道。
11.为什么我的无线网卡得不到IP?
a.不同厂家不同种类的无线网卡(PCI adaptor/PCMCIA adaptor/USB adaptor)对安装软件
和网卡的顺序有一定的要求。
对于PCI adaptor card
一般是先PCI adaptor装好,再安装软件驱动。
对于USB adaptor
一般是先安装软件驱动程序,然后才要求USB adaptor插入USB port。
对于PCMCIA adaptor (不太清楚)
建议仔细读简易安装说明书,不然要重新卸载软硬件会很麻烦。
b.使用Win XP的用户,建议使用Windows自带的Wireless Zero Configuration Service。
厂家一般都有配无线网卡管理软件,都跟driver在一起,当你安装完驱动和无线网卡管理
软件后,一般都会问:"你是想用windows自带的WZC service呢还是用我们的软件?"这
一
步非常关键,强烈建议使用windows自带的WZC service。
原因如下:
* 一般学校机构的无线网的设置教程都是根据Windows自带的WZC配置。不会根据你的无线
网卡的厂家配置。
* 有些厂家的无线网卡管理软件不能自动拿到network key。这样在有加密的学校公司上
网就很麻烦,比如要向系统管理员要network key,然后手动输入。
* 一旦你选择使用了厂家的无线网卡管理软件,Windows自带的WZC service就会被
disable,不管你是否卸载了无线网卡的管理软件。你就要到control panel -> admin
tool -> service manager->enable Wireless Zero Configuration Service. (偶的血的
教训--前前后后差不多花了一天时间才搞定)
12.常用的防火墙软件
windows XP自带的
sygate
blackICE
天网
--
※ 来源:·BBS 未名空间站 mitbbs.com·[FROM: 129.118.]
|