- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configure redirect rules in iptables for SuSE 11.4
Operating System - Linux
1820475
Members
2939
Online
109624
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
Discussions
Discussions
Discussions
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
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
04-10-2018 02:10 PM
04-10-2018 02:10 PM
configure redirect rules in iptables for SuSE 11.4
Activity Attachments
I have two syslog devices that can only be configured with a syslog port 514 and I need to send a data stream from these sources to an app on a unix box that can only accept the connection to port 1516. I have other separate syslog devices configured the same way (port 514) where the app can only accept the connection to port 1515. The rules I have been trying to implement are as follows.
DNAT udp -- 10.67.5.49 0.0.0.0/0 udp dpt:514 to:10.67.8.42:1516
DNAT udp -- 10.67.5.60 0.0.0.0/0 udp dpt:514 to:10.67.8.42:1516
DNAT udp -- 10.67.5.60 0.0.0.0/0 udp dpt:514 to:10.67.8.42:1516
REDIRECT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:514 redir ports 1515
Basically I want the 2 devices to always go use port 1516 and all other device configured for port 514 will use 1515
Basically I want the 2 devices to always go use port 1516 and all other device configured for port 514 will use 1515
The OS is SuSE 11 sp4. I am adding these lines to the /etc/sysconfig/susefirewall2 files and restarting the firewall. However after the restart the lines are not saving to the file.
My questions are as follows:
are these lines correct for what I want to do?
Is yes, how do I properly implement the rules so it saved?
- Tags:
- syslog
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