search for: net_int_int

Displaying 2 results from an estimated 2 matches for "net_int_int".

2005 Jan 18
2
failover works - but balancing does not
...d. taking down one link makes the connection ok. any suggestions? do i need to patch the kernel? below is the script i''m using on a mandrake 10.1 box. thanks. erik <start of script> #!/bin/sh # Iptables userspace executable IPTABLES="/sbin/iptables" # Internal Interface NET_INT_INT=eth1 # Internal IP NET_INT_IP=192.168.0.101 # Internal Subnet NET_INT_SUB=/24 # Internal Network NET_INT_NET=192.168.0.0 # First external interface NET_EXT_INT1=eth0 # First external IP NET_EXT_IP1=192.168.1.7 # First external interface''s gateway NET_EXT_GW1=192.168.1.1 # Second external i...
2004 May 08
1
Dual Multipath DSL Script Problem!
...this mail are some errors: __________________________________________________________________ First the script: __________________________________________________________________ #!/bin/bash # iptables userspace executable iptables="/usr/local/sbin/iptables" # Internal Interface NET_INT_INT=eth0 # Internal IP NET_INT_IP=192.168.20.1 # Internal Subnet NET_INT_SUB=24 # Internal Network NET_INT_NET=192.168.20.0 # First external interface NET_EXT_INT1=eth1 # First external IP NET_EXT_IP1=192.168.21.1 # First external interface''s gateway NET_EXT_GW1=192.168.21.2...