Hello,

I"m a pretty new Linux user and I've run into a
problem with ipchains.  I have a windows box sitting
behind the same router as my RedHat 7.2 machine.  I
desparately want to ftp some files from one to the
other but my firewall wont allow it.  The IP addresses
are as follows:

Windows:  192.145.23.101
Linux:    192.145.23.102

I want to basically allow ANY traffic from my Windows
box.  I've tried several different ipchains commands
most recently:

ipchains -I input -p tcp -s 192.145.23.101 --sport
1:1024 -d 192.145.23.102 --dport 1:1024 -j ACCEPT

but I can't get my ftp to work.  The most frustrating
thing is that I solved this problem two weeks ago when
I first installed RedHat but I didn't write my
solution down and apparently it wasn't persistent.  If
anyone could help me with the command to allow traffic
from this specific IP address I'd really appreciate
it!  Thanks in advance.

-exits

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to