Tagged Questions
0
votes
0answers
10 views
redirect traffic from 2 Ubuntu external NICs to specific internal hosts [migrated]
I am having problems redirecting incoming traffic to 2 external facing interfaces on my Ubuntu 12.10 server to 2 separate internal hosts. I am able to redirect incoming traffic on my eth0 just fine to ...
0
votes
2answers
89 views
Iptables to modify source ip. Nothing in POSTROUTING chain log
Here is a little picture
Asterisk eth1 10.254.254.2/28------------- Many Good Guys
eth1:1 192.168.83.5/32----------- 192.168.59.3 Bad Guy Peer
I have an Asterisk which is connected with several ...
0
votes
1answer
48 views
understanding netfilter REDIRECT Target
just playing around with the netfilter REDIRECT-Target .
i am wondering how the destination port is altered
when using "--to-ports" (plural).
iptables -I PREROUTING -t nat -i test -p TCP --dport 2800 ...
0
votes
0answers
207 views
forwarding interfaces with iptables and route
here is my situation:
I got two machines and a route, one macbook and a archlinux. the route is running openwrt.(linux). two machines are connect to the route.
route and archlinux can using xl2tpd ...
2
votes
0answers
190 views
Clone and Forward with iptables
I'm trying to forward all incoming tcp packets to multiple ip addresses.
Setup:
A - 10.10.10.10
B - 10.10.10.11
C - 10.10.10.12
D - 10.10.10.13
I want B, C and D to receive on port 8000 all ...
1
vote
1answer
274 views
Linux nat/iptables configuration for this setup [closed]
I have an experimental setup, of 4 linux (CentOS) machines:
All 4 machines are internally connected using different networks and can ping eachother directly connected interfaces. However only PC4 ...
1
vote
0answers
259 views
Configuring iptables for ftp between windows 8 and a windows server: does rst clear nat?
The underlying problem is I can't upload a file via ftp from a windows 8 laptop to a windows server through my linux/iptables firewall (passive or active ftp, doesn't matter). Works with windows 7, ...
0
votes
0answers
249 views
How to redirect ports for all loopback addresses (127.0.0.*) with iptables? [closed]
I need to redirect some ports on localhost, but not only on 127.0.0.1 but on all loopback addressess (for example 127.0.0.2).
When I add this rule:
-A OUTPUT -d 127.0.0.0/24 -p tcp -m tcp --dport 21 ...
1
vote
2answers
275 views
ToyVpn: unable to settup vpn server and connecting to it also no rule is appearing the nat table
I am trying to setup VPN server on my PC. I gave commands which are given in ToyVpnServer file but after giving the last command terminal looks stuck...and from the android phone I used ToyVpn to ...
2
votes
1answer
288 views
Android: NAT table: “FIX ME! impliment getnetbyaddr() bionic/libc/bionic/stubs.c:444” what does it mean and how to fix it
Background:
I'm trying to setup a VPN server on android phone. For, this I am trying to use android sample application ToyVpn.
To setup the server, I have to add following rule in the nat table
...
0
votes
1answer
231 views
iptables NAT remote ip to local
We have an EC2 server with 400 domains / vhosts on amazon's ec2.
We use just one single public IP (1.1.1.1).
Because of NAT we use the internal IP (10.1.2.0) in apaches config.
So far so good.
Some ...
1
vote
0answers
108 views
iptables change destination address base on result from mysql
I need to change destination address of tcp/ip packets based on result of execution mysql query...
SELECT score FROM reputation WHERE ip = packet.source_ip
if (score < a) then ...
0
votes
1answer
93 views
How to forward calls from my remote host to my local one
I wish all calls to my_remote_host:port to be redirected to my_local_host:port, where my remote host is Linux and my local host is Windwos
0
votes
1answer
236 views
using iptables to redirect a tcp service
I am trying to setup a proxy to redirect a tcp service to a target server which I don't want it to be accessed directly by some people. Both proxy and target servers are on internet(not in my local ...
-2
votes
1answer
266 views
iptables nat FTP
I have computer (ubuntu server). Server have internet and share internet for local network. There is one computer in local network have FTP. How to get access to local FTP from internet?
1
vote
1answer
393 views
Forwarding MySQL connection with iptables and differents network interfaces
I have a PC with Ubuntu as a router. It has a 3G connection with a public IP to the Internet, and there is a private wireless subnet. So it has two active interfaces:
ppp0: public IP (WAN)
wlan0: ...
0
votes
1answer
270 views
iptables forward and nat ruls
anyone knows how can we make conection between with 2 computer if one computer in center of this 2 computer
in better case i want connect to linux pc together , but this 2 pc can not see each other
...
2
votes
1answer
253 views
IPTABLES: ping and wget work although they does not
It seems I don't understand IPTABLES logic.
I reinstalled ubuntu server 11.10 on my server and turned on forwarding (net.ipv4.ip_forward=1 in /etc/sysctl.conf). Server has two network interfaces - ...
3
votes
1answer
1k views
ip_conntrack_tcp_timeout_established not applied to entire subnet
I've got a nat setup with thousands of devices connected to it. The gateway has its internet provided by eth0 and the devices on the LAN side connect to eth1 on the gateway.
I have the following ...
0
votes
0answers
814 views
Test/Configure All NAT Scenarios(Full Cone,Port Restricted etc) by (1) .using iptables/ethernet/loopback interface
What I am trying to Achieve:
Test/Configure All NAT Scenarios(Full Cone,Port Restricted etc) by (1) .using iptables (2) ethernet interface (3) loopback interface (Using only one machine)
Set Up ...
1
vote
1answer
273 views
Why I can't use my physical ip to see my website after using NAT in Eucalyptus
I have two real machines.
One is responsible for NAT and IP redirect called NC2 and another is responsible for eucalyptus KVM established 3 virtual machine.
No doubt, the OS of machine which is ...
0
votes
2answers
2k views
VMware and iptables
Is there a problem using VMware on Windows to host a virtual linux box running iptables? I have a configuration that seems to work on physical hardware but is flaky under VMware.
I'm using VMware to ...
3
votes
1answer
577 views
SNMP payload address translation
I'm using iptables under linux to NAT SNMP traffic. Some of the SNMP packets have VARBINDs that contain the (real) IP addresses of the devices that generated them. This confuses standard management ...