小编Scr*_*aut的帖子

尽管“已连接”,Debian 仍无法访问 Internet

我有问题,我无法访问互联网。我正在使用安装了 debian 内核 3.2 的戴尔 inspiron 6400。我的 Windows 管理器是 xfce4。我一直无法弄清楚有线网络,但是在我家里,我的无线网络工作得很好。我现在在妈妈家,无法连接无线网络。我用wicd连接,它说我已连接,但我无法访问互联网(看起来很奇怪)。

我在回家之前有一个 CS 任务,所以我需要很快解决这个问题。我能做些什么来确定我的连通性吗?

感谢您的帮助,请问您是否需要任何其他信息。

wifi debian internet wicd

3
推荐指数
1
解决办法
1万
查看次数

如何通过 SSH 连接到我的 Samba 文件服务器?

所以我在我的 Debian(3.2) 机器上做了一个专用的 Samba 文件服务器。我从 Windows 和 Unix 访问它都取得了巨大的成功。我可以在本地网络上通过 SSH 连接到它。

当我尝试通过公共 IP 地址 SSH 进入它时,它说连接被拒绝。

我希望能够远程 ssh 进入它,直接进入 Samba 共享。我该怎么做呢?我听说我可能需要转发?我需要更改 smb.conf 文件中的任何内容吗?

这是我的 sshd_config 文件:

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is …
Run Code Online (Sandbox Code Playgroud)

ssh file-server configuration samba port-forwarding

2
推荐指数
1
解决办法
5253
查看次数