Sponsored Content
Top Forums Shell Programming and Scripting Need to Convert the QNX rules to UNIX iptables Post 302961782 by Don Cragun on Thursday 3rd of December 2015 03:11:20 PM
Old 12-03-2015
This is not my area of expertise.

I was trying to gather information that might help someone else with expertise in this area help you. When you said you wanted to convert from QNX to UNIX it wasn't clear whether you meant AIX (IBM's UNIX System), HP/UX (Hewlett-Packard's UNIX System), IRIX (Silicon Graphic's UNIX System), OS X (Apple's UNIX System), Solaris (Sun/Fujitsu/Oracle's UNIX System), and UnixWare (SCO Group's UNIX System) and since administrative tools can vary considerably between those systems I asked for clarification that might help others answer your question. (And, of course, now we know that you're using a Linux system; not a UNIX system.)

However, a site like this (where volunteers offer their free time to help others) really shouldn't be expected to perform urgent system administration duties for you as you move from one operating system to another.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

QNX Unix - WHELP!

Hi Guys, This site is great for Unix Gurus and Newbies (like me) alike! Anyway, anybody had experience with an OLD QNX? ver. 4.238? I know it's old, that is why we are migrating the data but vendors can't connect to it. Probably because of the incorrect gateway defined in it. Anyway to... (4 Replies)
Discussion started by: Ma1k3ru
4 Replies

2. UNIX for Advanced & Expert Users

shared library on QNX

Hi, I'm develop shared library for Linux, AIX and QNX. there is no problem for Linux and AIX, but in QNX, if I execute a simple application which -lwiththislibrary, it's always segmentation violation (core dumped) occurs. for note: this shared library must to linked with an static... (1 Reply)
Discussion started by: ReeV
1 Replies

3. IP Networking

Iptables rules at boot

Hi I have small home network and I want to block some forums on web When I use this iptables -A INPUT -s forum -j DROP rules is applied but when I restart some of PC rules are not present any more also I tried to save firewall settings iptables-save > /root/dsl.fw but how to... (2 Replies)
Discussion started by: solaris_user
2 Replies

4. Cybersecurity

Editing rules on iptables

Hello, I was playing around with iptables to setup an isolated system. On a SLES10 system, I ran the below to setup my first draft of rules. I noticed that the rules come into effect immediately and do not require any restart of iptables. iptables -A INPUT -j ACCEPT iptables -A OUTPUT -m... (4 Replies)
Discussion started by: garric
4 Replies

5. Ubuntu

iptables rules (ubuntu)

Could someone help me with writing rules for iptables? I need a dos attacks protection for a game server. port type udp ports 27015:27030 interface: eth0 Accept all packets from all IPs Chek if IP sent more than 50 packets per second Drop all packets from this IP for 5 minutes I would be... (0 Replies)
Discussion started by: Greenice
0 Replies

6. Red Hat

Iptables/Firewall rules for multicast IP.

Hi Gurus, I need to add Multicast Port = xyz Multicast Address = 123.134.143 ( example) to my firewall rules. Can you please guide me with the lines I need to update my iptables files with. (0 Replies)
Discussion started by: rama krishna
0 Replies

7. Red Hat

iptables Rules for my network

Hi Champs i am new in Iptables and trying to write rules for my Samba server.I took some help from internet, created one script and run from rc.local : #Allow loopback iptables -I INPUT -i lo -j ACCEPT # Accept packets from Trusted network iptables -A INPUT -s my-network/subnet -j... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

8. UNIX for Advanced & Expert Users

iptables help with rules

Hi, I've been struggling with this all morning and seem to have a blind spot on what the problem is. I'm trying to use iptables to block traffic on a little cluster of raspberry pi's but to allow ssh and ping traffic within it. The cluster has a firewall server with a wifi card connecting to... (4 Replies)
Discussion started by: steadyonabix
4 Replies

9. Cybersecurity

Need help for iptables rules

Hello, I did 2 scripts. The second one is, I hope, more secure. What do you think? Basic connection (no server, no router, no DHCP and the Ipv6 is disabled) #######script one #################### iptables -F iptables -X -t filter iptables -P INPUT DROP iptables -P FORWARD... (6 Replies)
Discussion started by: Thomas342
6 Replies

10. IP Networking

iptables - formatting icmp rules

Hi, I am relatively new to firewalls and netfilter. I have a Debian Stretch router box running dnsmasq, connected to a VPN. Occasionally dnsmasq polls all of the desired DNS servers to select the fastest. When it does this it responds to replies of the non-selected DNS servers with a icmp type... (0 Replies)
Discussion started by: CrazyDave
0 Replies
cpq_mibs(8)						      System Manager's Manual						       cpq_mibs(8)

NAME
cpq_mibs - Tru64 UNIX SNMP subagent daemon for Compaq MIBS SYNOPSIS
/usr/sbin/cpq_mibs DESCRIPTION
The cpq_mibs daemon is the subagent that implements support for the Compaq Tru64 UNIX MIBs. It currently supports the following MIBs: cpqHealth cpqHost cpqScsi cpqStdEq cpqSysInfo cpqNIC This daemon is started and stopped automatically, and in conjunction with the SNMP master agent snmpd; no configuration or user action is required. When servicing requests for these MIBs, unexpected conditions are logged using the syslog function. Together with os_mibs, this daemon provides the SNMP data required by the Insight Manager daemon, insightd. For further information, see the insightd(8) reference page. You can also find additional information at http://www.compaq.com/products/servers/management. FILES
The system daemon log file. Where date is the date. System health MIB definition file. Host MIB definition file. Small Computer System Interface MIB definition file. Standard equipment MIB definition file. System information MIB definition files. SEE ALSO
Commands: insightd(8) os_mibs(8), snmpd(8) Functions: syslog(3) Miscellaneous: insight_manager(5) cpq_mibs(8)
All times are GMT -4. The time now is 01:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy