Results 1 to 2 of 2
Ok, in a nut shell I used webmin to edit my setting for IPtables. However, I want to be able to use my I.E. brower to ftp into my web ...
- 05-26-2005 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Virginia
- Posts
- 6
IPTables help question - Edited
Ok, in a nut shell I used webmin to edit my setting for IPtables. However, I want to be able to use my I.E. brower to ftp into my web site. Here is my config. It will not let me.
Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:3784 state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:5631 state NEW
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
- 05-26-2005 #2Just Joined!
- Join Date
- Nov 2004
- Location
- Virginia
- Posts
- 6
Ok to futher expand my problem. I can infact FTP to the site using console or an ftp program. However, using my browser is now being blocked. Could you plz help me find a work around.??
C:\Documents and Settings\Fuzzy>ftp
ftp> open 192.168.0.2
Connected to 192.168.0.2.
220 (vsFTPd 2.0.1)
User (192.168.0.2
none)):
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp: 18 bytes received in 0.00Seconds 18000.00Kbytes/sec.
ftp>


Reply With Quote