iptables for unix?


 
Thread Tools Search this Thread
Special Forums Cybersecurity iptables for unix?
# 1  
Old 11-16-2006
iptables for unix?

Hi I'm new enough to unix. just ran into trouble with an application that needs to bind to port 69. From searching i see that unix can't bind to ports lower than 1024 if your not the root user. Running the application as root user isn't an option. I found the tool iptables and it looks like what im looking for however i can't seem to find setup instructions for it for unix solaris. it only seems to be available for linux. Could anyone point me in the direction of the iptables setup/install for unix solaris. If it isn't available for unix solaris have i any other options. is there a similar tool for unix?
# 2  
Old 11-16-2006
unix iptables?

Hi I'm new enough to unix. just ran into trouble with an application that needs to bind to port 69. From searching i see that unix can't bind to ports lower than 1024 if your not the root user. Running the application as root user isn't an option. I found the tool iptables and it looks like what im looking for however i can't seem to find setup instructions for it for unix solaris. it only seems to be available for linux. Could anyone point me in the direction of the iptables setup/install for unix solaris. If it isn't available for unix solaris have i any other options. is there a similar tool for unix?
# 3  
Old 11-17-2006
Hi can anyone give a quick answer for this? Can you install iptables on unix?
# 4  
Old 11-17-2006
Hi can anyone give a quick answer for this? Can you install iptables on unix?
# 5  
Old 11-17-2006
iptables is for linux and linux alone; it's not just a program, large parts are in the linux kernel itself.
# 6  
Old 11-19-2006
iptables is a firewall - it won't let you open a port below 1024 as a non-root user. You can either run it as root, run it SUID as root, or have a wrapper that opens the port as root and shovels the data back and forth.

Either way, I believe you'll need root somewhere in the equation no matter what.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to Convert the QNX rules to UNIX iptables

Need to convert the QNX rules to Linux ubuntu 12.04. kindly any one help us with any tools (4 Replies)
Discussion started by: mageshkumar
4 Replies

2. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

5. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

6. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

7. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question