search for: private_ip

Displaying 3 results from an estimated 3 matches for "private_ip".

Did you mean: private_id
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi, I have the following config: 1 PC with 3 NICs, that shares internet connection to LAN. eth0 uses a public IP ($public_ip_1) eth1 uses a private IP ($private_ip) eth2 uses a public IP ($public_ip_2) I have a webserver and a mailserver accesible by $public_ip_1 (eth0) I have a LAN with all terminals using private IPs, and $private_ip (eth1) as gateway. $public_ip_1 and $public_ip_2 are from the same network segment (two consecutive IPs). eth0 and eth2 shou...
2006 Nov 21
5
Re: iptables rule not matching after stream begins
...answer to this question, please redirect me as > necessary. > > I am using kernel 2.6.15.4, and iptables 1.3.3. > > My rules are similar to this: > iptables -I PREROUTING -t nat -p UDP \ > -d<public_ip> --dport <public_port> \ > -j DNAT --to-destination <private_ip:port> > iptables -I FORWARD -p UDP \ > -d <private_ip> --dport <private_port> > -- -Bob
2018 Nov 08
0
Problems getting nwfilter to work
...which are all within the same subnet (e.g. 10.0.0.x.), only talk to their default gateway (e.g. 10.0.0.1) but to each other. This is caused by a design issue of our network platform. I set up a filter rule and attached it to the interface of a guest using nwfilter-define: <filter name='private_ip' chain='ipv4'>   <uuid>foobar</uuid>   <rule action='accept' direction='out' priority='100'>     <ip srcipaddr='$IP' dstipaddr='10.0.0.1'/>   </rule>   <rule action='accept' direction='in' p...