5
iptables: log connection after SNAT/MASQUERADE commandview story

http://www.unix.com – Hello! I have the following problem with iptables in Debian 6: My server works as a router and it needs to log server external IP+port for all outgoing connections. But after command SNAT or MASQUERADE traffic is "lost". I mean no following rules can catch those traffic. Everything looks like SNAT/MASQUERADE is the "end" rule and it pushes traffic to network immediately. Qu (HowTos)

5
SSH-login stops working after awhile?view story

http://forums.fedoraforum.org – Hello, I have a big problem with my Fedora 15 server. If I reboot the server.. ssh-login will work for a few days. After a few days im unable to login to the server using ssh. The server sets up a tcp-connection but it "hangs" after I have typed my password. (HowTos)

5
Forward IP packets to tunnel deviceview story

http://serverfault.com – I have created an tunnel device using ip tuntap add dev tun0 mode tun user 0 group 0 I then assign it an ip address 192.168.0.1/22 ifconfig tun0 192.168.0.1 netmask 255.255.252.0 On my ethernet device eth0, I receive packets from machines in the ip address range 192.168.1.2-192.168.1.5. I would like these packets to be forwarded on the tunnel device. (HowTos)

5
Start-up problems - some daemons not startingview story

http://askubuntu.com – This is a new installation of 12.04 and I can see that my machine is using both the old sysvinit method and the new upstart method to launch programs on start-up. According to the man page for service, upstart should run its stuff if it's present, otherwise it falls back to sysvinit. Now in /var/log/boot.log I have a bunch of errors where the daemons aren't starting, e.g. (HowTos)

5
Acting as a ipv6 gateway.view story

https://bbs.archlinux.org – fukawi2 wrote:Do your ip6tables rules allow forwarding? (HowTos)

3
bind interface for upload : scp works, not rsyncview story

http://serverfault.com – I need to upload file on a specific interface. This cannot be set-up via iptables, because my script output on several interfaces. this is working fine : scp -oBindAddress=192.168.100.1 ... but rsync --address=192.168.100.1 is still sending on eth0 (192.168.10.1) how could I force rsync to use 192.168.100.1 ? any idea ? (HowTos)

13
[kubuntu] DHCP assigning correct static internal IP but it's not correct on my machineview story

http://ubuntuforums.org – So I have the DHCP server on my router set to assign 192.168.1.XX4 on my Kubuntu 12.04 box. A couple of weeks ago, my machine stopped correctly registering that as the internal ip address, and started believing it was living at .XX1. Here's ifconfig: Code: / Greetings, Madam. (Hardware)

13
(Solve)view story

http://crunchbanglinux.org – Hello Crunchbang i have just started using SSH, i am also trying to learn how to use it and how to set it up the way i want to set it up.Well am not trying to connect my laptop with my pc desk, because am trying to set up my SSH  first.this is what am doing to try to learn  learn, (i don't know if this is the best way to learn SSH and VNC but it will give me info about .this is all (HowTos)

4
How do I use iptables to reject all traffic to localhost port 80 but allow the one that comes from local machine?view story

http://serverfault.com – How do I use iptables to reject all traffic to localhost port 80 but allow the one that comes from local machine? Here is my current solution that doesn't seems to block the traffic. the ip, the the ip of the local machine. (HowTos)

14
BCM5782 NIC can not bind to TCP/IP, never acquires IP address?view story

http://forums.fedoraforum.org – Have a broadcom 5782 NIC, worked great with Windows OS, Fedora 16 and older, CentOS 6.2 and older, etc. But in Fedora 17, the BCM5782 NIC can not bind to TCP/IP, never acquires IP address? Anyone run into this issue? ---------- Post added at 09:49 PM ---------- Previous post was at 08:58 PM ---------- A bit more information, static IP assignment in ifcfg-* file for BCM5782 NIC works. (HowTos)