Search Results

Search: Posts Made By: DGPickett
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
Now see if iptables on 37.0.122.190 logged a...
Now see if iptables on 37.0.122.190 logged a packet reject message.
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
No, the rule we are working on is 3074 tcp, and...
No, the rule we are working on is 3074 tcp, and telnet can tcp to any port, optionally.
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
You are forwarding port 23? S/b 'telnet...
You are forwarding port 23? S/b 'telnet host_or_ip 3074' ?
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
Try to 'telnet host port' through, assuming there...
Try to 'telnet host port' through, assuming there is a listener at the target, and read the logs.
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
The example there suggests you need...
The example there suggests you need these:iptables -A FORWARD -p tcp -d 10.8.0.6 --dport 3074 -j ACCEPT
iptables -A FORWARD -p udp -d 10.8.0.6 --dport 3074 -j ACCEPT
Forum: IP Networking 02-21-2013
3,527
Posted By DGPickett
Well, you need to use the right symbols for your...
Well, you need to use the right symbols for your machine, and you need a FORWARD ACCEPT rule for the return trip. Port Forwarding Using iptables - Linux Tutorials - Fclose.com...
Forum: IP Networking 02-20-2013
3,527
Posted By DGPickett
Takes another line at least: Port Forwarding...
Takes another line at least: Port Forwarding Using iptables - Linux Tutorials - Fclose.com (http://www.fclose.com/b/linux/816/port-forwarding-using-iptables/)
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 07:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy