Displaying 4 results from an estimated 4 matches for "nme2".
Did you mean:
name2
2005 Jun 22
1
3 internet connexions - Problem with my script
...- ip : 192.168.2.200
- gw : 192.168.2.1
and my eth0 for local network (ip : 192.168.212.235)
My Load_Balancing.sh script :
/*IFI="eth0"
IPI="192.168.212.235"
NMI="24"
IFE2="eth1"
IPE2="196.200.8.75"
NWE2="196.200.8.0"
NME2="29"
BRD2="196.200.8.255"
GWE2="196.200.8.73"
IFE1="eth2"
IPE1="192.168.1.200"
NWE1="192.168.1.0"
NME1="24"
BRD1="192.168.1.255"
GWE1="192.168.1.2"
IFE3="eth3"
IPE3="192.168.2.200"
NWE3=&...
2006 Apr 06
0
Load Balancing problem
...I continue fighting with load balancing, I though it was easier :-/
Here is the script with my configuration
#!/bin/sh
IFI=eth0
IPI=192.168.10.155
NMI=24
IFE1=eth1
IPE1=192.168.1.128
NWE1=192.168.1.0
NME1=24
BRD1=192.168.1.255
GWE1=192.168.1.1
IFE2=eth2
IPE2=192.168.254.128
NWE2=192.168.254.0
NME2=24
BRD2=192.168.254.255
GWE2=192.168.254.254
ip link set $IFI up
ip addr add $IPI/$NMI brd + dev IFI
ip rule add prio 50 table main
ip route del default table main
ip link set $IFE1 up
ip addr flush dev $IFE1
ip addr add $IPE1/$NME1 brd $BRD1 dev $IFE1
ip link set $IFE2 up
ip addr flush dev $IFE...
2007 Oct 29
4
multigateway routing with adsl and dynamic ip
hi
currently i am using redhat enterprise linux 5 for multi gateway routing with 5 internet connection on static ip and all is working fine, now i want to use 5 adsl lines with dynamic ip but there is no doc. in lartc and in nano''s how to for dynamic ip, so can u plz help me out
thanks in advance
nilesh chouhan
__________________________________________________
Do You Yahoo!?
2006 Mar 28
1
IP route balance problem
Hello
Im having a problem similar to sawar
Here is my configuration
--------------eth1---192.168.1.128---------- -------------192.168.1.1 ISP router 1
| my |
---Eth0---192.168.10.157----| |
| linux |