- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: linux firewall
Operating System - Linux
1823079
Members
3229
Online
109645
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО07-13-2005 09:17 PM
тАО07-13-2005 09:17 PM
linux firewall
hello ,
our setup is cluster setup, we r having cluster ip is 10.30.x.198.Now we installed linux firewall with two nic one is 10.30.x.195 and second is our local ip 172.168.x.10 and we natted 10.30.247.198 to 172.168.10.8 this ip bidirectionally now our server cluster ip is in 172.168.x.8.MQ series is running on server but when we checked MQ Websphere queue channel it shows transmit channel running but receive channel inactive means from remotely our server is not accesible they accessing messaging port 1419 for reciving and transmiting.
please help me out how i will configure linux firewall?
pl tell me
our setup is cluster setup, we r having cluster ip is 10.30.x.198.Now we installed linux firewall with two nic one is 10.30.x.195 and second is our local ip 172.168.x.10 and we natted 10.30.247.198 to 172.168.10.8 this ip bidirectionally now our server cluster ip is in 172.168.x.8.MQ series is running on server but when we checked MQ Websphere queue channel it shows transmit channel running but receive channel inactive means from remotely our server is not accesible they accessing messaging port 1419 for reciving and transmiting.
please help me out how i will configure linux firewall?
pl tell me
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2005 09:24 PM
тАО07-13-2005 09:24 PM
Re: linux firewall
This sounds awfully like this thread:
http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=938891
What's the current FORWARD chain policy set like?
http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=938891
What's the current FORWARD chain policy set like?
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-13-2005 11:58 PM
тАО07-13-2005 11:58 PM
Re: linux firewall
i have tried that solutions but still my mqseries receiving channel is not getting online. as per your suggestion can all port will be opened because i required 1419 port to be opened bidirectionally
pl help me out
pl help me out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2005 12:43 AM
тАО07-14-2005 12:43 AM
Re: linux firewall
Well, if you only need those two, first check to see if the FORWARD chain is blocking them, and it is, then allow them through.
If it's a DROP policy FORWARD chain, then either a policy change (depending on the environment) or specific rules to allow them through the interfaces will be required. i.e., for 1419:
iptables -I FORWARD 1 -j ACCEPT -p tcp --dport 1419
iptables -I FORWARD 2 -j ACCEPT -p tcp --sport 1419
roughly.. There are better ways, but it depends on your firewall policy, and whether you want stateful or stateless firewall's.
If it's a DROP policy FORWARD chain, then either a policy change (depending on the environment) or specific rules to allow them through the interfaces will be required. i.e., for 1419:
iptables -I FORWARD 1 -j ACCEPT -p tcp --dport 1419
iptables -I FORWARD 2 -j ACCEPT -p tcp --sport 1419
roughly.. There are better ways, but it depends on your firewall policy, and whether you want stateful or stateless firewall's.
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP