search for: int_net

Displaying 5 results from an estimated 5 matches for "int_net".

Did you mean: init_net
2003 Feb 21
0
dgd/iproute/iptables multihoming problem
...ddr ls $EXA_IF | awk ''/inet/ { print $2 }'' | head -1` EXA_IP=${EXA_NET//\/*/} EXA_GW=A.B.C.225 EXA_RNG=A.B.C.230 EXB_IF=eth2 EXB_NET=`ip addr ls $EXB_IF | awk ''/inet/ { print $2 }'' | head -1` EXB_IP=${EXB_NET//\/*/} EXB_GW=J.K.L.97 EXB_RNG=J.K.L.102 INT_IF=eth1 INT_NET=`ip addr ls $INT_IF | awk ''/inet/ { print $2 }'' | head -1` INT_IP=${INT_NET//\/*/} ip rule add prio 50 table main ip route del default table main 2>/dev/null ip rule add priority 100 from $EXB_NET table EXB ip route add default via $EXB_GW dev $EXB_IF src $EXB_IP \ pr...
2005 Jan 02
0
Performance Loss with HTB/tcng?
Hi, I try to shape my incoming traffic. I have 2MBit/s DSL bandwith and the following ruleset (on the internal interface): $INT="eth1"; $INT_NET=192.168.1.0; $MAX_IN=2Mbps; dev $INT { egress { class (<$int>) if ip_src:24 == $INT_NET; class (<$ssh>) if tcp_sport == PORT_SSH; class (<$smtp>) if tcp_sport == PORT_SMTP; class (<$http>) if tcp_sport == PORT_HTTP; class (<$http>) if tcp_sport =...
2013 Jun 13
3
"Multiple Internet Connections" with four interfaces
Hi, I was reading document http://shorewall.net/MultiISP.html#idp3634200. Inspired by the document I was trying to establish the following changes: * one additional interface: COMA_IF * COM[A,B,C]_IF interfaces request IP address via DHCP * all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF * all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default * non-RFC 1918
2003 Feb 21
0
Solved: dgd/iproute/iptables multihoming problem
Specifying a source for the multipath route solved the problem. > ip rule add priority 200 table multi should be ip rule add prio 200 from $INT_NET table multi > ip route add default table multi proto static \ > nexthop via $EXB_GW dev $EXB_IF weight 1 \ > nexthop via $EXA_GW dev $EXA_IF weight 1 g
2008 Mar 09
2
Dead Air on PF firewall
Hi All, I have an asterisk box on my DMZ, and I'm using a PF for my firewall, I can make a call but some reasons I have a dead air. Any Ideas? below are my rules... ext_if = "bce0" int_if = "bce1" altitude = "172.16.1.0/24" #### machines #### vbox = "172.16.1.1" uci = "172.16.1.4" voices = "203.172.x.1" ipc =