- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: A Bunny for testing my FTP and Telnet access
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:44 AM
04-02-2004 02:44 AM
I've tried to set up Ipchains to block FTP and Telnet access from the Internet while allowing it from my LAN. You should not be able to telnet or ftp to:
stkusers.com
but http should work. Test it for a bunny ??
HP 8500 running RedHat 7.1 Apache server which doubles as a proxy for my LAN to the internet.
Thanks;
Vern
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:51 AM
04-02-2004 02:51 AM
Re: A Bunny for testing my FTP and Telnet access
Welcome to Stkusers home page
Here you will find free horse race handicapping and analysis software and our professional Stk2002 handicapping and analysis system.
[ 4409 ]
For FTP and telent, what is the IP to test ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 03:16 AM
04-02-2004 03:16 AM
Re: A Bunny for testing my FTP and Telnet access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 03:26 AM
04-02-2004 03:26 AM
Re: A Bunny for testing my FTP and Telnet access
I'm still trying to turn off telnet and FTP.
I just removed port 21 and 23 from my Ipchains ACCEPT list. Another try ??
IP is 66.112.33.128
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:33 AM
04-02-2004 04:33 AM
Re: A Bunny for testing my FTP and Telnet access
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:35 AM
04-02-2004 04:35 AM
Re: A Bunny for testing my FTP and Telnet access
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:41 AM
04-02-2004 04:41 AM
Re: A Bunny for testing my FTP and Telnet access
Looks like I have more work to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 04:49 AM
04-02-2004 04:49 AM
Re: A Bunny for testing my FTP and Telnet access
Did you restart xinet.d after making the changes?
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 07:54 AM
04-02-2004 07:54 AM
Re: A Bunny for testing my FTP and Telnet access
I'll try switching to IPTables. I think I still have instructions that SEP posted.
Thanks for all your help !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 08:29 AM
04-02-2004 08:29 AM
Re: A Bunny for testing my FTP and Telnet access
this is report of all ur open port..
Port State Service
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
111/tcp open sunrpc
135/tcp filtered loc-srv
139/tcp filtered netbios-ssn
161/tcp filtered snmp
443/tcp open https
445/tcp filtered microsoft-ds
593/tcp filtered http-rpc-epmap
707/tcp filtered unknown
1024/tcp open kdm
4444/tcp filtered krb524
go to http://geocities.com/peeyush_maurya/
and look for
- List of all Application Ports
- List of all Trojan Ports
will show u what some ports means
work on SMTP :::can be used for spamming
if u r not comfortable with iptables ...try fwbuilder http://www.fwbuilder.org/
Regards
Peeyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 10:39 AM
04-02-2004 10:39 AM
Re: A Bunny for testing my FTP and Telnet access
Below are the step-by-step instructions on how to do it:
http://www.webmo.net/support/linux72.html
Hope that helps! The weekend is here!!!
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 10:50 AM
04-02-2004 10:50 AM
Re: A Bunny for testing my FTP and Telnet access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 11:00 AM
04-02-2004 11:00 AM
Re: A Bunny for testing my FTP and Telnet access
use following command to scan ur/any ip for open ports, it helps to check ur own and others security
#nmap -sS 1.2.3.4
where 1.2.3.4 is ur IP
Regards,
Peeyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 11:07 AM
04-03-2004 11:07 AM
Re: A Bunny for testing my FTP and Telnet access
an just in case you do not have nmap around it can be found at
http://www.insecure.org/nmap/
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 12:07 PM
04-03-2004 12:07 PM