3
[ubuntu] OpenVPN Service works, but VPN Server can't see my local networkview story

http://ubuntuforums.org – Dear community, I have set up my OpenVPN configuration in such a way that I can log in from remotely (via the Internet) to my local network. However, as I am very lazy (problem one), I only want users to use one set of certificates, but forcing them to log in with their own username and password that is on an LDAP server somewhere within my local network. (HowTos)

5
[ubuntu] Cannot get open ssh server to work properlyview story

http://ubuntuforums.org – I have been trying to run open ssh server on ubuntu 9.10 (running on an iMac) so I can connect to it from my Windows Vista Laptop. I have installed the openssh server. I went through the guide at https://help.ubuntu.com/community/SS...SH/Configuring (HowTos)

4
IPTables - HELP ME PLEASE!!!!view story

https://www.centos.org – Calvin, Have you ever found how to change your iptables? I'm having exactly the same problem. Tried everything. Regardless of what I do, as you put it, "these anal iptables... [by 0107] (Distributions)

4
simple port redirectview story

http://forums.fedoraforum.org – Hi, I want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBB I thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBB however it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives: (HowTos)

5
(rp) pppoe won't come up on bootview story

http://forums.fedoraforum.org – I have recently installed fc12 on a new hard drive in a vain attempt to upgrade my existing linux box from fc4 and I have had a few rather puzzling moments with this so far. And I am only at the beginning. I have installed fedora core 4 and 8 (and redhat 7.3 and 9 before that) on previous occasions, but don't remember things being as frustrating. (HowTos)

5
net.ipv4.ip_forwardview story

https://www.centos.org – I have : [root@vici ~]# iptables -LChain INPUT (policy ACCEPT)target prot opt source destinationRH-Firewall-1-INPUT ... [by gmcust3] (Distributions)

6
network card problemview story

http://forums.fedoraforum.org – In my accer laptop i install fedora 12. its detect lan card but not service start. i ask to my friend regards this problem they told me to disable iptables n selinux. i dont know to disable this services.please help me to slove this problem karthikeyan M (HowTos)

6
[other] iptables questionview story

http://ubuntuforums.org – I use ddwrt to redirect traffic to my squid/dansguardian box. It does this transparently using the iptables script below. #!/bin/sh PROXY_IP=192.168.1.2 PROXY_PORT=8080 LAN_IP=`nvram get lan_ipaddr` LAN_NET=$LAN_IP/`nvram get lan_netmask` iptables -t nat -A PREROUTING -i br0 -s $LAN_NET -d $LAN_NET -p tcp --dport 80 -j ACCEPT (HowTos)

3
Cannot assign requested address, problem,view story

http://www.linuxquestions.org – hi, i'm running a game server and have a problem when i put the ip address into the start up command. i can start it ok using the local ip address, 192.168.1.69, for example, but this doesnt seem to put the game on the master server list so i tried to use the ip address assigned to the router, which is port forwarded to my server but i get the error: (HowTos)

4
Iptables and NAT strange problemview story

http://www.linuxquestions.org – I'am trying to setup nat on RHEL4 box. I have static ip address on eth0 and 192.168.60.1 address on privat LAN (eth1) Also I have tap0 (192.168.168.1) interface enabled and working openvpn connection to all hosts in privat LAN (including NAT box) I have done this numerous times before. Never the less, I have problem now and I am stuck. (HowTos)