Displaying 2 results from an estimated 2 matches for "lo_if".
Did you mean:
  do_if
  
2004 Aug 03
0
Second isp failure with dual internet connection
...isp1_ip="xx.0.5.20"
   isp1_gw="xx.0.5.1"
   isp1_net="xx.0.5.0/28"
   isp1_if="eth2"
   isp2_ip="xx.182.19.88"
   isp2_gw="xx.182.19.1"
   isp2_net="xx.182.19.0/28"
   isp2_if="eth3"
   lo_ip="127.0.0.1"
   lo_if="lo"
   lo_net="127.0.0.1/8"
   ip rule delete from $isp1_ip
   ip rule delete from $isp2_ip
   ip route delete table 5 # isp 1
   ip route delete table 7 # isp 2
   ip route del default via $isp2_gw dev $isp2_if
   ip route flush cache
   #ip route default nexthop via $isp2_gw...
2004 Aug 05
0
URGENT HELP needed!! Problem with second route dual ISP
...ewall script 
isp1_ip="xx.0.5.20" 
isp1_gw="xx.0.5.1" 
isp1_net="xx.0.5.0/28" 
isp1_if="eth2" 
	isp2_ip="xx.182.19.88" 
	isp2_gw="xx.182.19.1" 
	isp2_net="xx.182.19.0/28" 
	isp2_if="eth3" 
	lo_ip="127.0.0.1" 
	lo_if="lo" 
	lo_net="127.0.0.1/8" 
	ip rule delete from $isp1_ip 
	ip rule delete from $isp2_ip 
	ip route delete table 5 # isp 1 
	ip route delete table 7 # isp 2 
	ip route del default via $isp2_gw dev $isp2_if 
	ip route flush cache 
	#ip route default nexthop via $isp2_gw nexthop...