5
Using the Wifi of a notebook via ethernet for another PCview story

http://unix.stackexchange.com – I want to connect a PC to the internet via my notebook, which is connected to a WLAN. The setup should look like the following scheme: PC (eth0) -> Notebook (eth0) -> Notebook(wlan0) -> Router. Both are running linux - arch on the notebook and funtoo on the PC. Edit: So I tried rush's method and it didn't work for me, here is what I did: PC: ifconfig eth0 192.168.2.3 route add default (HowTos)

13
iptables NAT prerouting & postroutingview story

http://www.unix.com – Good morning, I'm a newbie of iptables and as far as I've seen on tutorials on the Internet it seems that both prerouting and postrouting NAT chains are undergone both by a packet that goes from an internal LAN to the Internet and of a one that goes in the opposite direction (from the Internet to the LAN). AS NAT prerouting is DNAT, i.e. (HowTos)

13
anyone using 9menu with your wm?view story

http://crunchbanglinux.org – I find it easier to change than the menu that comes with most wm - its a simple text file (.9menurc) here is an example Image Viewer :gthumb Web-browser :iceweasel (( To-do )) :gedit /home/boo/vimtext/todo.txt (( gjots )) :gjots2 diana :diana ************************ << WEB-SITES >> TV-gids :iceweasel http://www.tvgids.nl/alleprogrammas/veronica,_discovery,_nat._geograph (HowTos)

3
HowTo Video: Netcat - HowTo Banner Grabbing, Bind Shell, Reverse Shell and Webserverview story

http://www.backtrack-linux.org – Netcat HowTo Banner Grabbing, Bind Shell, Reverse Shell and Webserver http://maurisdump.blogspot.de/2012/0...ind-shell.html Netcat is a computer networking service for reading from and writing network connections using TCP or UDP. Netcat is designed to be a dependable "back-end" device that can be used directly or easily driven by other programs and scripts. (HowTos)

14
personal cloud storage server [closed]view story

http://serverfault.com – I am behind a firewall/NAT and I want to setup a pogoplug like storage solution. I want to access my files from outside of the NAT. Easily, I can buy a pogoplug like device and I am done but I do not want to rely on them. I want to setup an externel webserver which serves just like the pogoplug.com. Your home computer connects to the external server and advertises your files.. (HowTos)

5
Overriding routes on Openvpn client, iproute, iptables2view story

http://serverfault.com – I am looking for some way to route packets based on its destination ports switching regular internet connection and established openvpn tunnel. This is my configuration OpenVPN server ( I have no control over it ) OpenVPN client running ubuntu wlan0 192.168.1.111 - internet connected if Several routes applied on connection to openvpn from server: /sbin/route add -net 207.126.92.3 netmask 25 (HowTos)

14
How to use Public IP in case of Two ISP which difers from each other Pfsense [closed]view story

http://unix.stackexchange.com – Please bare with my long explanation but this is important to explain the actual problem. Please also pardon my knowledge with PFsense as i am new to this. I have single PFSense box with 3 Ethernet adapter. Before moving to configuration for these, i want to let you know i have two Ethernet based Internet Leased Line Connectivity let's call them ISP A and ISP B. (HowTos)

4
Apache can't get viewed from outside of my LANview story

http://serverfault.com – I fixed it in PORTS TRIGGER menu of my router. Thanks you anyway I have a weird problem related with (i think) my cable-router and my configured vhosts in Apache2. The point is I can't access from outside of my LAN to any of my configured vhosts if I set the http port of Apache to 80 and i add a NAT rule for it. (HowTos)

13
ScreenOS support NAT in Transparent mode (Layer 2 mode)view story

http://www.debianadmin.com – Starting with ScreenOS 6.2, the support for NAT in Transparent mode has been added with some limitations. ScreenOS 6.2 allows DIP pools to be defined on the VLAN1 interface for use in the policy-based NAT only. This must be configured on an extended IP of the vlan1 interface, as shown below. (Distributions)

4
Linux as a gateway (no NAT)view story

http://serverfault.com – I'm trying to configure a linux server as a gateway/router, but I can't get it to work, and all information I've managed to find is NAT-related. I have a public IP block for the gateway and devices behind it, so I want the gateway to simply route packets to the internet - again: no NATing! I've managed to get the gateway to access the internet successfully (that was just a matter of configuring (HowTos)