我已经在Windows 2012 Server和Debian Linux机器之间build立了OpenVPN连接。 windows机器是服务器,linux机器运行openvpn作为客户机。 我可以在VPNnetworking中ping通连接,没有任何问题。 我的问题是,我无法从服务器机器访问客户端的networking。 例如,10.10.0.2&.1中的Ping正在工作,没有问题。 从服务器Ping到192.168.1.X不能正常工作。 build立: OpenVPN服务器(Windows 2012 Server)IP:172.16.1.10/24 VPN IP:10.10.0.1 OpenVPN客户端(Debian V6 Linux)IP:192.168.1.5/24 VPN IP:10.10.0.2 我试图在Windows中添加一个路由,但仍然没有stream量被路由到VPNnetworking。 例如路由添加192.168.1.0掩码255.255.255.0 10.10.0.2 在Windows / Linux中需要configuration什么才能访问客户端的内部networking? UPDATE 23/04/2015: 在添加路由和iroute到OpenVPN服务器configuration后,我可以从Windows Server访问eth0接口(192.168.1.5)。 已添加到server.ovpn: client-config-dir ccd route 192.168.1.0 255.255.255.0 在ccd文件夹中,创build一个简单的文本文件“client”,其内容如下: iroute 192.168.1.0 255.255.255.0 networking中的其他客户端访问是可能的, 但只能通过添加一个静态路由到每个客户端 (例如路由添加10.10.0.0掩码255.255.255.0 192.168.1.5) 我怎样才能做到这一点,而无需添加静态路由或更改本地networking中的客户端?
我正在寻找一种方法来通过Linux Debian服务器共享不同平台的日历,该服务器使用WebDAV (mod_dav,mod_dav_fs)支持运行Apache 2.2.16。 到目前为止,我用于目录的基本authentication过程。 问题是支持这种authentication方法的唯一软件是雷电与雷电附加。 Outlook和不同的networking日历都无法访问。 Apache身份validation设置如下所示: <Directory "/var/www/calendar/"> Dav on ForceType text/plain Require user test Options +Indexes AuthType Basic AuthName "WebDAV" AuthUserFile /etc/apache2/htpasswd/calendar.htpasswd require valid-user </Directory> 如何通过适当的身份validation来保护WebDAV并确保不同的软件支持?
如何在debian挤压中更改ssh和sftp的umask。 I have changed the umask from 022 to 002 in /etc/profile and /etc/login.defs and modified Subsystem sftp /usr/lib/openssh/sftp-server to Subsystem sftp /usr/lib/openssh/sftp-server -u 002 in /etc/ssh/sshd_config 当我通过一个shell连接时,一切似乎都正常,但是在通过上传文件时,我仍然得到了错误的权限。 你有什么想法我可以解决这个问题? 我pipe理解决这个问题,按照如何设置所有types的连接ssh的umask Added: # Setting UMASK for all ssh based connections (ssh, sftp, scp) session optional pam_umask.so umask=0027 in /etc/pam.d/sshd and /etc/pam.d/login I also reverted to Subsystem […]
我已经设置了一个由htaccess文件保护的phpmyadmin网站。 该网站也设置为强制SSL连接。 问题是,一切工作正常,在Firefox下,而不是其他浏览器(Opera,Chrome,Midori,…)此外,与其他浏览器,我没有得到任何错误消息,使用好或不好的login只刷新login页面。 Apache / php日志中也没有任何东西。 我真的不明白为什么这只适用于Firefox。 我使用的是Debian Squeeze的最新版本的phpmyadmin 3.4.7.1和最新版本。 试用Debian仓库中的phpmyadmin版本也会导致这个错误,并且清理浏览器的cookies,甚至卸载并重新安装浏览器也无济于事。 提前感谢任何帮助!
目标是:使OpenLDAP服务器通过GSSAPI使用Kerberos V进行身份validation 安装程序:运行在新安装/更新的Debian Squeeze上的几个虚拟机 一个主KDC服务器 kdc.example.com 运行OpenLDAP的LDAP服务器 ldap.example.com 问题: tom@ldap:~$ ldapsearch -b 'dc=example,dc=com' SASL/GSSAPI authentication started ldap_sasl_interactive_bind_s: Other (eg, implementation specific) error (80) additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Key table entry not found) 有人可能会build议添加该血腥的keytab条目,但这是真正的问题: ktutil: rkt /etc/ldap/ldap.keytab ktutil: list slot KVNO Principal —- —- […]
更新,好吧,这是我的新网站 – 可用的configuration文件Apache将无法启动。 # #Document root # <VirtualHost *:80> DocumentRoot "/var/www" <Directory "/var/www"> allow from 192.168.11.0/24 deny from all Options +Indexes </Directory> </VirtualHost> # #Production simplyaccomplished.com # <VirtualHost *:80> ServerAdmin [email protected] ServerName www.simplyaccomplished.com DirectoryIndex index.php DocumentRoot "/var/www/simplyaccomplished/htdocs/" <Directory "/var/www/simplyaccomplished/htdocs/"> allow from all Options +Indexes </Directory> # CGI Directory ScriptAlias /cgi-bin/ /var/www/simplyaccomplished/cgi-bin/ <Location /cgi-bin> Options +ExecCGI […]
我在Debian服务器上安装了Jenkins,似乎一切正常。 它说Jenkins正在运行,我可以使用(/etc/init.d/jenkins start)来启动和停止它。 然而,我无法使用任何端口例如8080或其他端口,因为它说无法连接的浏览器拉起来。 我能做些什么来进一步解决这个问题? 我想这个端口可能已经被阻塞了,但我用另一个应用程序在端口8080上正常运行(卸载后) 谢谢
我假设我已经设置了错误,或缺less一个库或依赖项。 当我login到OMSA网页界面时,我什么都看不到 另外, omreport没有告诉我什么; root@box:~# omreport storage controller No controllers found 我假设这两个将使用相同的信息来源,所以什么是错的将解决这两个问题。 我按照这些指示设置了OMSA。 我也编译MegaCLI(因为这是一个Perc 6 / i控制器的PowerEdge 2950),我用它来更新RAID固件,所以可以工作,但戴尔工具不是。 我在设置时错过了什么? root@box:~# cat /etc/issue Debian GNU/Linux 6.0 \n \l root@box:~# uname -a Linux box 3.4.9 #1 SMP Wed Aug 22 19:08:46 BST 2012 x86_64 GNU/Linux
我正在尝试使用debconf为Debian挤压中的locales包预置值,以便我可以非交互地重新configuration它,例如生成所有语言环境。 我使用debconf-get-selections selections从工作系统中提取正确debconf-get-selections ,然后将它们提供给新系统上的debconf-set-selections 。 它正在为其他软件包,例如sun-java6-bin ,不太适合locales 。 我可以使用debconf-set-selections来设置值,但是如果我使用dpkg-reconfigure重新configurationlocales (或者用apt-get install –reinstall locales重新安装它),那么这个值会被重置,新的语言环境不会生成。 症状与debian bug#592216完全一样,但是该错误在软件包的版本2.9-13中正式解决。 挤压有2.11.3-4,所以无论是错误仍然存在,或者我做错了什么。 有没有人经历过同样的事情? 提前致谢 – M
在我们的数据中心之一,我们有一台作为路由器的Debian机器。 在这个networking中,我们无法到达192.168.100.0/24networking上的任何机器。 例如,192.168.100.0/24networking上的网关是192.168.100.10。 这个网关不能从这个networking192.168.200.0/24到达。 networkingconfiguration如下 的/ etc /networking/接口 auto lo eth0 eth1 iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet static address 77.xx.xx.xx netmask 255.255.255.240 gateway 77.xx.xx.xx # The internal network interface iface eth1 inet static address 192.168.200.20 netmask 255.255.255.0 iface eth1.100 inet static address 192.168.100.1 netmask 255.255.255.0 iface […]