Summary: Can i forward all the trafic from a router to a server (not the isp's server - just to point out another IP - the server - as a gateway ) on the inte...
Summary: I have my linux gateway running with ipchains and doing port forward to an internal host to receive internet traffic (e.g. SMTP), however, everything ...
Summary: Hmm, ok, let me explain the situation a bit more. I made a picture available here: http://sspc32.vub.ac.be/~jspeybro/situation.jpg So, if a computer i...
Summary: Hi all, I have a windows 2000 server on my internal network with IIS running. I connect to the internet through a Cable connection which is routed by ...
Summary: I have this one Debian machine that is DMZed out of my router which I use the DNS of zeroone.is-a-geek.org to send traffic to my LAN, so basically whe...
Summary: Has anyone set this up successfully? Here's what I want to do. I have a SuSE 7.1 server with a public address and running applications like web serv...
Summary: I'm running my linux box as a firewall/web server & have a couple of windows boxes on the inside that connect to the internet using the linux box as t...
Summary: i want to build one gateway with adsl-linux for my lan-gateway. i have connect adsl in my rh sucess and browse with lynx ok. but once i want to set i...
Summary: I have two slackware 9 boxes that run routing internally (fake ips) and samba as well as basic slackware processes. About once every 9 or 10 seconds,...
Summary: I have several examples of ip masquerading and port forwarding at http://krnlpanic.com . If you're running a 2.2.x kernel, you need to use ipchains, ...
Summary: iptables is not THAT difficult. u just have to know that network traffic happens in packets, that they all have source and destination addresses and s...
Summary: I'm going to take a stab at it for you! First, I'm going to assume that when you port scanned yourself, you left the default IP as the loopback devic...
Summary: Hello! I am doing a small academic project. I want to configure a Linux box as router which has two interface eth0 and eth1, eth0 is connected to Inte...
Summary: At work there is a linux sever running and linked to it a LAN network on the one side and a 64k leased line connected to the web on the other. I would...
Summary: How are you trying to access it? Over a local network or remotely over the net? You may have to open port 22 on your firewall or set up your router to...
Summary: Dear all, i configure the ipchains so as to act as gateway, the ip has been forward sucessful, however, any dns resolove are block in this gateway,cou...
Summary: I have clients that will be connecting to a server (ServerA) through a switch. ServerA connects to the switch through eth0 and i use another ethernet ...
Summary: I am running a web server and a email server for a client. This client is changing ISPs and has to change domain names. I already have a second serv...
Summary: Yes it is possible. Many Linux users were doing that with dialup connections before cable modems existed. Configure eth0 with an IP on your cable netw...
Summary: Need to forward http requests through my firewall on port 81 to an internal webserver on port 80... Would this do it??? iptables -t nat -A PREROUTING ...
Summary: Hi I'm trying to forward ports on my linux nat box. Any suggestions? I tried using this script: http://www.malibyte.net/iptables/scripts/f.../fwscrip...