I want to forward all port 80 to a internal server, but can't make it work. My config are as follows:
The iptables server:
eth0 : 2xx.xxx.xxx.37
eth0 : 2xx.xxx.xxx.38 (alias)
eth1 : 192...
I have the following setup:
One computer running Slackware 9 with IPTables 1.2.7a protecting a small home network with 4 computers on it. One of these computers (192.168.10.2) is running Win...
Dear All.
I have strange problem with SSH on UML (user Mode Linux).
The network is simple
[host]-------------------[uml]
I cannot :
* ssh from the uml to the host
* ssh to the um...
Hi All,
Ok, I'm trying to secure up sendmail's relaying capability.
Here's what I want to do:
Have local users on the network be able to send email thru my email server.
Have remot...
Hi,
I am trying to setup a spam filter gateway. We have iptables firewall running on Linux box. Our firewall is connected to the public internet and ip addresses behind firewall are publi...
i am setting up SNORT for this i need ,apache,php,mysql,and acid. on rh9.
iI am upto installing PHP and this is what happend
root@linbox php-4.3.3]# ./configure --prefix=/www/php --with-ap...
I'm not shy to admit that I'm new to security, but I am making my best attempt at keeping my servers safe. I'm running vsftpd and I've read that passive mode should be used instead of active ...
I am new to iptables.
What I need to do is, to block any access from some ip addresses.
I know that I can use: iptables -A INPUT -s <ip> -j drop
But then, I must write one by one for ...
I have an Ubuntu box with 3 nics in it. 2 of them are bridged for use with Squid. The 3rd nic is on a different network. I only want to use this for SSH into the box. The problem is, all web t...
I understand that the below indicates a "TCP protocol violation by a box on the other end". That does not mean hacking to my server correct? I'm suspecting that the below has something to do w...
Hi,
I'm currently using RedHat 7.2 & 7.3. I use ssh to connect to the linux servers. Recently I have disabled the reverse name lookup in the DNS server and now whenever I try ssh to the lin...
We are in the process of setting up a Dell Poweredge 2850 with Red hat Enterprise Linux 3 to be our Disaster Recovery server.
Our production data is on an IBM 7026-H80 running AIX 4.3.3.
To ...
Hi All,
I'm trying to configure ssh to log in without any password on the same box. Assuming the box name is : test123 and the OS user is : oracle, the following line should work without pr...
Hello,
I am trying to setup an iptables firewall on a slackware 9 box, running the 2.6.4. kernel. I want to upgrade from ipchains on slack 2, running on my old 486 :)
I would like to allow...
I have Linux server going into a business and the consultant wants all these ports open? Does he need all these ports open just of SSH?
Discovered open port 21/tcp on xxx.xxx.xxx.xxx
Disco...
I am trying to connect our server to another via SFTP to send files securely, and I would like to automate this connection. Whenever I connect to the remote server with the username assigned ...
I was creating a firewall with firewall builder, and accidentally installed a firewall that won't let me do anything. (oops...)
How do I reset iptables to allow me to get back to normal? I ...
I have a RHEL 4.6 rack mount server running NX Server 3. I am using this for some testing purposes, but I don't want to sit in the server room. I'd like to sit at my desk and remotely work on ...
I have 2 server. Server A ( 192.168.0.11 - secure ) and Server B (10.0.11.2 -dmz ). From Server B i do ftp to Server A. If i stop the iptables service at Server B, i can ftp and view directory...
Is there an easy way in Linux os to change permission on (chmod) all my folders and files in group instead of one file or one folder each time?
Thank You
How does one use iptables to restrict ssh access to clients within the subnet?
I assume this will also restrict other services such as ftpd and svnserver that use ssh
How can I setup iptables rule to redirect all outbound http/https requesets to Symantec Web Security software operating on another server? I have a client with two gateways to the Internet. On...
Hello,
I put linux on a box for fun to hack around on.
I am a linux newb... so forgive me.
It has been a long time since I have logged on, and it seems I forgot my accounts.
All of them...
My Linux firewall has 3 interfaces eth0 to Internet, eth1 to local LAN (192.168.1.0/24) and eth2 to DMZ (192.168.2.0/24)
In the DMZ area I have a FTP server (192.168.2.253). The FTP server in...
I have this rule
iptables -t nat -A PREROUTING -p tcp -d 1.2.3.4 --dport 1234 -j REDIRECT --to-ports 12345-12347
There's actually two Qs
- it suppose to redirect connections to 3 differen...