search for: local_network

Displaying 6 results from an estimated 6 matches for "local_network".

2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple environments/tiers? For instance, we have several environments ( production, dev, qa, etc.. ) and within each environment, different tiers ( web, data, app, etc ). Each tier is a different IP network segment, so all the hosts in each tier have different configurations for certain things like resolv.conf, ntp.conf and so on. We do
2003 Dec 03
0
transparent proxy running in the local network
...transparent proxy on another machine (debian testing) tried to get this work the hole day: I found this iptables: ------ iptables -t nat -A PREROUTING -i eth0 -s ! $squid_box -p tcp --dport 80 -j DNAT --to $squid_box:3128 iptables -t nat -A POSTROUTING -o eth0 -s $local_network -d $squid_box -j SNAT --to $iptables_box iptables -A FORWARD -s $local_network -d $squid_box -i eth0 -o eth0 -p tcp --dport 3128 -j ACCEPT ------ thats not the best, but it''s easy ! so I tried to to that under shorewall: 192.168.66.100:3128 is...
2005 Jan 14
0
problem with mark, need help
...s. i wrote rc.firewall #!/bin/bash #env IPTABLES="/usr/sbin/iptables" LOCAL_IP="62.64.80.0/21 62.221.38.0/24 ........................" # LOCAL_IP network $IPTABLES -P INPUT DROP $IPTABLES -P OUTPUT DROP $IPTABLES -P FORWARD DROP ......... # not important rule ........ #for local_network $IPTABLES -N local_ip for net_address in $LOCAL_IP; do $IPTABLES -A local_ip -p all -d $net_address -j ACCEPT done $IPTABLES -A local_ip -p all -j REJECT # Forward rules for all $IPTABLES -A FORWARD -m state --state ESTABLISHED,RELATED -i eth1 -j ACCEPT $IPTABLES -A FORWARD -s 192.168.10.2 -m...
2015 Mar 30
1
Problem With Android Configuration
...gt; previous Android versions. The main routing table is used with lowest > priority per default: > > root at hammerhead:/ # ip rule show > 0: from all lookup local > 10000: from all fwmark 0xc0000/0xd0000 lookup legacy_system > 13000: from all fwmark 0x10063/0x1ffff lookup local_network > 13000: from all fwmark 0x10064/0x1ffff lookup wlan0 > 14000: from all oif wlan0 lookup wlan0 > 15000: from all fwmark 0x0/0x10000 lookup legacy_system > 16000: from all fwmark 0x0/0x10000 lookup legacy_network > 17000: from all fwmark 0x0/0x10000 lookup local_network > 1900...
2015 Mar 30
0
Problem With Android Configuration
...s instead of the default one for previous Android versions. The main routing table is used with lowest priority per default: root at hammerhead:/ # ip rule show 0: from all lookup local 10000: from all fwmark 0xc0000/0xd0000 lookup legacy_system 13000: from all fwmark 0x10063/0x1ffff lookup local_network 13000: from all fwmark 0x10064/0x1ffff lookup wlan0 14000: from all oif wlan0 lookup wlan0 15000: from all fwmark 0x0/0x10000 lookup legacy_system 16000: from all fwmark 0x0/0x10000 lookup legacy_network 17000: from all fwmark 0x0/0x10000 lookup local_network 19000: from all fwmark 0x64/0x1ff...
2015 Mar 27
2
Problem With Android Configuration
I switch to lollipop 4 months ago and I never had issue. So for my opinion it is ready for daily use. Before try tinc I had my vpn implemented with openvpn, and it works great on lollipop. I switch to tinc because i prefer a mash vpn topology versus a client/server topology. -- Andrea Squeri Inviato con Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno venerd? 27 marzo 2015, alle ore