Sponsored Content
Full Discussion: iptables: forwarding a port
Top Forums UNIX for Dummies Questions & Answers iptables: forwarding a port Post 43824 by meeps on Sunday 23rd of November 2003 02:37:02 AM
Old 11-23-2003
I found out that I could have Apache listen on multiple ports so my problem is technically solved.

I'm still interest to find a solution to this past problem using iptables though, never know what software won't listen on multiple ports in the future.

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

port forwarding

Hi, I have to install an application that has a built in tftp server. Tftp comes in on port 69. As i am not installing this application as a root user i am running into trouble because only the root user can listen to ports < 1024. So changing the port i listen to to one greater than 1023 isn't... (1 Reply)
Discussion started by: imloaded24_7
1 Replies

2. UNIX for Advanced & Expert Users

Port forwarding

Hi I want to set up port forwarding from one network to another network. I already have this configured on the Linux box using iptables. iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 1521 -j DNAT --to 10.218.146.230 iptables -A FORWARD -p tcp -i eth1 -d 10.218.146.230 -j ACCEPT ... (2 Replies)
Discussion started by: slash_blog
2 Replies

3. Solaris

ip and port forwarding in Solaris 10

Hi; I have the following issue: I have a Solaris server running an old applications which connects to an http server in other server at certain port. The thing is that the http server has changed its ip and port and the addres in the app is hard coded and touching the app by now is out of the... (0 Replies)
Discussion started by: ppereira
0 Replies

4. IP Networking

SSH Port Forwarding - sharing the same port

Hi Linux/Unix Guru, I am setting Linux Hopping Station to another different servers. My current config to connect to another servers is using different port to connect. e.g ssh -D 1080 -p 22 username@server1.com ssh -D 1081 -p 22 username@server2.com Now what I would like to have... (3 Replies)
Discussion started by: regmaster
3 Replies

5. UNIX for Advanced & Expert Users

Iptable and port forwarding

Hello, I have a routeur linksys (192.168.1.1 ) a firewall (192.168.1.55 IN ----> 192.168.2.254 OUT) which using iptable I want to acces to an equipment (lorex video camera serveur 192.168.2.44) which using an ddns service on the port 9000 So i don t know which redirection a will do on the... (2 Replies)
Discussion started by: tapharule
2 Replies

6. IP Networking

iptables port forwarding does not work while I have 2 routes

Hi, On my linux server I have 2 routes: Code: nexthop via 123.201.254.5 dev eth0 weight 38 nexthop via 111.93.155.149 dev eth2 weight 36 I have a iptable rule like : iptables -t nat -A PREROUTING -p tcp -i eth0 -d... (5 Replies)
Discussion started by: ashokvpp
5 Replies

7. UNIX for Dummies Questions & Answers

Iptables, port forwarding, 64k connection limit?

I am having an issue with iptables. My server is a RHEL6 64bit system. In my application I have a large number of connected clients ~100k to a particular service. The application works fine when iptables is off, 100k clients are able to connect. However, when I turn iptables on and add a... (1 Reply)
Discussion started by: jtipp3tt
1 Replies

8. UNIX for Advanced & Expert Users

Help on port forwarding please..

Hi experts, We have windows machine ( A ) in one network & 2 Linux Servers ( B & C ) in another network. There is a firewall between these 2 networks and SSH (TCP/22) & HTTPS (TCP/443) are allowed from A to B only (but not to C). There is no personal firewall / iptables running on any machine.... (1 Reply)
Discussion started by: magnus29
1 Replies

9. IP Networking

Port Forwarding not working

Hello Gurus, I have configured port forwarding at router. But after configuration I am not able to connect the computer from outside/Over internet/Remote desktp from other computer. Could you please advice? Thanks- Pokhraj (2 Replies)
Discussion started by: pokhraj_d
2 Replies

10. Red Hat

iptables port forwarding

Hello All, I would like to ask you very kindly with /etc/sysconfig/iptables file I have to setup port forwarding on RHEL6 router. Users from public network must be able to ssh to servers in private network behind RHEL6 router. Problem is that servers in private network must be isolated. My... (2 Replies)
Discussion started by: oidipus
2 Replies
upnpd.conf(5)							File Formats Manual						     upnpd.conf(5)

NAME
upnpd.conf - upnpd(8) configuration file SYNOPSIS
upnpd.conf DESCRIPTION
upnpd.conf contains the configuration details to do with run-time of upnpd(8). Configuration items related to starting the daemon such as interface names are defined, for Debian, in /etc/default/linux-igd. OPTIONS
iptables_location The full path and name of the iptables executable, (enclosed in quotes). Example: iptables_location = "/sbin/iptables" debug_mode Daemon debug level. Messages are logged via syslog to debug. 0 - no debug messages 1 - log errors 2 - log errors and basic info 3 - log errors and verbose info default = 0 Example: debug_mode = 2 create_forward_rules Should the daemon create rules in the forward chain, or not. This is necessary if your firewall has a drop or reject policy in your forward chain. allowed values: yes,no default = no Example: create_forward_rules = yes forward_rules_append Should the daemon insert or append rules in the forward chain. Normally you will want to insert rules at the beginning of the for- ward chain, so that they apply before any drop or reject rules later in the chain. This option only applies if "create_for- ward_rules = yes". As an experiment, this setting now also affects the PREROUTING chain in the same way. If this causes you problems please let me (Debian maintainer) know through the BTS. Tip: If you need to insert rules somewhere in the middle of the PREROUTING or FORWARD chains, instead of first or last, then you should create a new empty chain, e.g forwardUPnP, and set forward_chain_name to that chain. Then insert a rule to jump to for- wardUPnP in the appropriate place in the PREROUTING or FORWARD chain. (The value of forward_rules_append probably won't matter much in that case.) allowed values: yes,no default = no Example: forward_rules_append = no forward_chain_name The name of the chain to put the forward rules in. This option only applies if "create_forward_rules = yes". allowed values: a-z, A-Z, _, - default = FORWARD Example: forward_chain_name = FORWARD prerouting_chain_name The name of the chain to put prerouting rules in. allowed values: a-z, A-Z, _, - default = PREROUTING Example: prerouting_chain_name = PREROUTING upstream_bitrate The internet line upstream bit rate reported from the daemon. Value in bits per second. default = 0 Example: upstream_bitrate = 512000 downstream_bitrate The internet line downstream bit rate reported from the daemon. Value in bits per second. default = 0 Example: downstream_bitrate = 512000 duration The default duration of port mappings, used when the client doesn't specify a duration. Can have the following values: 0 - no default duration specified seconds | HH:MM - duration from the time of addition @seconds | @HH:MM - expire mapping at the specified time of day default = 0 Example: duration = 86400 # One day xml_document_path The path to the xml documents. Do not include the trailing "/". default = /etc/linuxigd Example: xml_document_path = /etc/linuxigd description_document_name The name of the igd device xml description document, underneath xml_document_path. default = gatedesc.xml Example: description_document_name = gatedesc.xml listenport The UPnP port to listen on. default = 0 (first free UPnP port, starting with 49152). Example: listenport = 0 paranoid Paranoid forwarding setting. Can have the following values: 0 - allow internal hosts to forward to any other (internal) host. 1- only allow internal hosts to forward to themselves. default = 0 Example: paranoid = 1 SEE ALSO
upnpd(8) AUTHOR
This manual page was written by Nick Leverton <nick@leverton.org> for the Debian GNU/Linux system (but may be used by others). May 4, 2008 upnpd.conf(5)
All times are GMT -4. The time now is 01:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy