- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to stop loopback address from listening on TCp...
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
Discussions
Discussions
Discussions
Forums
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
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-13-2006 02:05 AM
тАО04-13-2006 02:05 AM
How to stop loopback address from listening on TCp ports
its listening on Loopback address rather.How can i make the eth0 listen in place of loopback address.Thanks for all your advices.
p_ctsce 1348 ctsa 3u IPv4 107357401 TCP 127.0.0.1:ctsa_in_ctsa (LISTEN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2006 04:10 AM
тАО04-13-2006 04:10 AM
Re: How to stop loopback address from listening on TCp ports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2006 04:44 AM
тАО04-14-2006 04:44 AM
Re: How to stop loopback address from listening on TCp ports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2006 10:19 PM
тАО04-16-2006 10:19 PM
Re: How to stop loopback address from listening on TCp ports
Thanks for all ur response I will do some more digging and update.Though I am still lost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 07:24 AM
тАО04-18-2006 07:24 AM
Re: How to stop loopback address from listening on TCp ports
a quick scan of the net. It is likely
that such a tool would install listening
on localhost only. Otherwise, your databases
are exposed to the world.
Check the man page for the tool to see if
they specify the configuration file.
Likely something like /etc/seaodbc.
The configuration file may have a line for
either interfaces (lo) or listen address
(127.0.0.1).
Consider the above security issue before
changing the listen address or interface.
Check to see if the daemon supports
tcpwrappers. This can be used to secure
the port.
Alternatively, you can uses SSH port
forwarding to forward local traffic on
port 2471 to the sever with the daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2006 06:54 PM
тАО04-27-2006 06:54 PM
Re: How to stop loopback address from listening on TCp ports
/etc/hosts was missing the entry for server resolution
it was having only
127.0.0.1
changed that to
127.0.0.1 localhost loopback
and added
That was all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2006 06:55 PM
тАО04-27-2006 06:55 PM