From: Nicolás Dimov Date: Wed, 20 Jul 2005 19:18:59 +0000 (+0000) Subject: Estos fueron los que modificamos. X-Git-Tag: svn_import~15 X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp2.git/commitdiff_plain/dfd4db1ccf9ffad2ba8e4efcab83378fab06d561 Estos fueron los que modificamos. --- diff --git a/hosts b/hosts index 8994db1..e9bbb01 100644 --- a/hosts +++ b/hosts @@ -1,26 +1,26 @@ 127.0.0.1 localhost -192.168.1.1 alf1 www hostw hosw -192.168.1.3 alf3 -10.4.1.65 friends65 -10.6.11.193 csi193 -10.4.1.1 action1 -10.4.1.2 action2 -10.4.1.34 brigada34 -10.4.1.33 brigada33 -10.9.2.2 seinfeld2 -10.22.1.194 trfs194 -10.4.2.10 simpsons10 hosta hosa -10.22.1.199 trfs199 hostb hosb -10.4.1.10 action10 hostc hosc -10.22.1.193 trfs193 -10.4.1.37 swat37 -10.4.1.38 swat38 -10.4.1.130 heman130 -10.9.2.196 dukes196 -10.9.2.193 dukes193 -10.9.2.194 dukes194 -10.4.2.2 simpsons2 -10.4.2.1 simpsons1 -10.4.2.129 simpsons129 hostt host telnet -10.4.1.130 heman130 hostt host telnet -10.9.2.1 seinfeld1 hostf hosf ftp +192.168.1.1 www.la_rioja.dc.fi.uba.ar www alf1.la_rioja.dc.fi.uba.ar alf1 +192.168.1.3 alf3.la_rioja.dc.fi.uba.ar alf3 +10.4.1.65 friends65.la_rioja.dc.fi.uba.ar friends65 +10.6.11.193 csi193.la_rioja.dc.fi.uba.ar csi193 +10.4.1.1 action1.la_rioja.dc.fi.uba.ar action1 +10.4.1.2 action2.la_rioja.dc.fi.uba.ar action2 +10.4.1.34 brigada34.la_rioja.dc.fi.uba.ar brigada34 +10.4.1.33 brigada33.la_rioja.dc.fi.uba.ar brigada33 +10.9.2.2 seinfeld2.la_rioja.dc.fi.uba.ar seinfeld2 +10.22.1.194 trfs194.la_rioja.dc.fi.uba.ar trfs194 +10.4.2.10 simpsons10.la_rioja.dc.fi.uba.ar simpsons10 hosta.la_rioja.dc.fi.uba.ar hosta +10.22.1.199 trfs199.la_rioja.dc.fi.uba.ar trfs199 hostb.la_rioja.dc.fi.uba.ar hostb +10.4.1.10 action10.la_rioja.dc.fi.uba.ar action10 hostc.la_rioja.dc.fi.uba.ar hostc +10.22.1.193 trfs193.la_rioja.dc.fi.uba.ar trfs193 +10.4.1.37 swat37.la_rioja.dc.fi.uba.ar swat37 +10.4.1.38 swat38.la_rioja.dc.fi.uba.ar swat38 +10.4.1.130 heman130.la_rioja.dc.fi.uba.ar heman130 +10.9.2.196 dukes196.la_rioja.dc.fi.uba.ar dukes196 +10.9.2.193 dukes193.la_rioja.dc.fi.uba.ar dukes193 +10.9.2.194 dukes194.la_rioja.dc.fi.uba.ar dukes194 +10.4.2.2 simpsons2.la_rioja.dc.fi.uba.ar simpsons2 +10.4.2.1 simpsons1.la_rioja.dc.fi.uba.ar simpsons1 +10.4.2.129 simpsons129.la_rioja.dc.fi.uba.ar simpsons129 +10.4.1.130 heman130.la_rioja.dc.fi.uba.ar heman130 telnet.la_rioja.dc.fi.uba.ar telnet +10.9.2.1 seinfeld1.la_rioja.dc.fi.uba.ar seinfeld1 ftp.la_rioja.dc.fi.uba.ar ftp diff --git a/makeroute b/makeroute index fd7b223..65c533d 100755 --- a/makeroute +++ b/makeroute @@ -52,8 +52,12 @@ def up(host, fd): ppp = 0 for iface in hosts[host]['ifaces']: if iface['iface'].startswith('ppp'): - print 'UP: pppd -detach crtscts lock %(ip)s:%(peer)s /dev/ttyS0' % iface - os.system('pppd -detach crtscts lock %(ip)s:%(peer)s /dev/ttyS0 &' % iface) + if host == 'h131' or host == 'h118': + print 'UP: pppd -detach modem crtscts lock %(ip)s:%(peer)s /dev/ttyS0 9600' % iface + os.system('pppd -detach modem crtscts lock %(ip)s:%(peer)s /dev/ttyS0 9600 &' % iface) + else: + print 'UP: pppd -detach crtscts lock %(ip)s:%(peer)s /dev/ttyS0' % iface + os.system('pppd -detach crtscts lock %(ip)s:%(peer)s /dev/ttyS0 &' % iface) ppp = 1 else: print 'UP: ifconfig %(iface)s %(ip)s broadcast %(broadcast)s netmask %(mascara)s' % iface diff --git a/routers.csv b/routers.csv index e17a3b8..c871d24 100644 --- a/routers.csv +++ b/routers.csv @@ -1,8 +1,11 @@ +"Tablas de ruteo" + + "tabla de ruteo de h130" "eth0 ip: 192.168.1.2" "eht1 ip: 135.143.1.65 (internet)" "red" "ip" "mascara" "gateway" "interfaz" "metrica" -"alf" "eth0" +"alf" "192.168.1.0" "255.255.255.0" "0.0.0.0" "eth0" "friends" "10.4.1.64" "255.255.255.192" "192.168.1.3" "eth0" "1" "csi" "10.6.11.192" "255.255.255.240" "192.168.1.3" "eth0" "1" "action" "10.4.1.0" "255.255.255.224" "192.168.1.3" "eth0" "1" @@ -13,8 +16,8 @@ "dukes" "10.9.2.192" "255.255.255.224" "192.168.1.3" "eth0" "5" "simpsons" "10.4.2.0" "255.255.255.0" "192.168.1.3" "eth0" "6" "robotech" "10.9.2.224" "255.255.255.224" "192.168.1.3" "eth0" "6" -"x25" "172.17.1.64" "192.168.1.3" "eth0" 3 -"internet" "135.143.1.64" "eth1" +"x25" "172.17.1.64" "192.168.1.3" "eth0" "3" +"internet" "135.143.1.64" "0.0.0.0" "eth1" "brigada" "10.4.1.32" "255.255.255.252" "192.168.1.3" "eth0" "2" "swat" "10.4.1.36" "255.255.255.252" "192.168.1.3" "eth0" "4" @@ -23,7 +26,6 @@ "eth1 ip: 10.4.1.65" "eht2 ip: 10.6.11.193" "eth3 ip: 10.4.1.1" - "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "0.0.0.0" "eth0" "friends" "10.4.1.64" "255.255.255.192" "0.0.0.0" "eth1" @@ -47,43 +49,43 @@ "x25 ip: 172.17.1.65" "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.4.1.1" "eth0" "1" -"alf" "192.168.1.0" "255.255.255.0" "172.17.1.67" "x25" 5 -"alf" "192.168.1.0" "255.255.255.0" "172.17.1.66" "x25" 3 -"friends" "10.4.1.64" "255.255.255.192" "172.17.1.67" "x25" 6 -"friends" "10.4.1.64" "255.255.255.192" "172.17.1.66" "x25" 4 -"friends" "10.4.1.64" "255.255.255.192" "10.4.1.1" "eth0" 1 +"alf" "192.168.1.0" "255.255.255.0" "172.17.1.67" "x25" "5" +"alf" "192.168.1.0" "255.255.255.0" "172.17.1.66" "x25" "3" +"friends" "10.4.1.64" "255.255.255.192" "172.17.1.67" "x25" "6" +"friends" "10.4.1.64" "255.255.255.192" "172.17.1.66" "x25" "4" +"friends" "10.4.1.64" "255.255.255.192" "10.4.1.1" "eth0" "1" "csi" "10.6.11.192" "255.255.255.240" "10.4.1.1" "eth0" "1" -"csi" "10.6.11.192" "255.255.255.240" "172.17.1.67" "x25" 6 -"csi" "10.6.11.192" "255.255.255.240" "172.17.1.66" "x25" 4 +"csi" "10.6.11.192" "255.255.255.240" "172.17.1.67" "x25" "6" +"csi" "10.6.11.192" "255.255.255.240" "172.17.1.66" "x25" "4" "action" "10.4.1.0" "255.255.255.224" "0.0.0.0" "eth0" -"action" "10.4.1.0" "255.255.255.224" "172.17.1.67" "x25" 6 -"action" "10.4.1.0" "255.255.255.224" "172.17.1.66" "x25" 4 +"action" "10.4.1.0" "255.255.255.224" "172.17.1.67" "x25" "6" +"action" "10.4.1.0" "255.255.255.224" "172.17.1.66" "x25" "4" "trfs" "10.22.1.192" "255.255.255.224" "10.4.1.33" "1" -"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.66" "x25" 1 +"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.66" "x25" "1" "seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.33" "ppp0" "1" -"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.67" "x25" 6 -"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.66" "x25" 4 +"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.67" "x25" "6" +"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.66" "x25" "4" "rys" "10.9.2.128" "255.255.255.192" "10.4.1.33" "ppp0" "3" -"rys" "10.9.2.128" "255.255.255.192" "172.17.1.67" "x25" 4 -"rys" "10.9.2.128" "255.255.255.192" "172.17.1.66" "x25" 2 -"heman" "10.4.1.128" "255.255.255.128" "10.4.1.33" "ppp0" 3 -"heman" "10.4.1.128" "255.255.255.128" "172.17.1.67" "x25" 1 -"heman" "10.4.1.128" "255.255.255.128" "172.17.1.66" "x25" 3 +"rys" "10.9.2.128" "255.255.255.192" "172.17.1.67" "x25" "4" +"rys" "10.9.2.128" "255.255.255.192" "172.17.1.66" "x25" "2" +"heman" "10.4.1.128" "255.255.255.128" "10.4.1.33" "ppp0" "3" +"heman" "10.4.1.128" "255.255.255.128" "172.17.1.67" "x25" "1" +"heman" "10.4.1.128" "255.255.255.128" "172.17.1.66" "x25" "3" "dukes" "10.9.2.192" "255.255.255.224" "10.4.1.33" "ppp0" "3" -"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.67" "x25" 2 -"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.66" "x25" 3 +"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.67" "x25" "2" +"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.66" "x25" "3" "simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.33" "ppp0" "4" -"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.67" "x25" 3 -"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.66" "x25" 4 +"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.67" "x25" "3" +"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.66" "x25" "4" "robotech" "10.9.2.224" "255.255.255.224" "10.4.1.33" "ppp0" "4" -"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.67" "x25" 3 -"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.66" "x25" 4 -"x25" "172.17.1.64" "x25" -"internet" "135.143.1.64" "10.4.1.1" "eth0" 2 -"brigada" "10.4.1.32" "255.255.255.252" "ppp0" +"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.67" "x25" "3" +"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.66" "x25" "4" +"x25" "172.17.1.64" "0.0.0.0" "x25" +"internet" "135.143.1.64" "10.4.1.1" "eth0" "2" +"brigada" "10.4.1.32" "255.255.255.252" "0.0.0.0" "ppp0" "swat" "10.4.1.36" "255.255.255.252" "172.17.1.67" "x25" "2" "swat" "10.4.1.36" "255.255.255.252" "10.4.1.33" "ppp0" "2" -"swat" "10.4.1.36" "255.255.255.252" "172.17.1.66" "x25" 2 +"swat" "10.4.1.36" "255.255.255.252" "172.17.1.66" "x25" "2" "tabla de ruteo de h118" "eth0 ip: 10.9.2.2" @@ -93,76 +95,76 @@ "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.4.1.34" "ppp0" "2" "alf" "192.168.1.0" "255.255.255.0" "10.22.1.195" "eth1" "2" -"alf" "192.168.1.0" "255.255.255.0" "172.17.1.67" "x25" 5 +"alf" "192.168.1.0" "255.255.255.0" "172.17.1.67" "x25" "5" "friends" "10.4.1.64" "255.255.255.192" "10.4.1.34" "ppp0" "2" -"friends" "10.4.1.64" "255.255.255.192" "10.22.1.195" "eth1" 3 -"friends" "10.4.1.64" "255.255.255.192" "172.17.1.67" "x25" 6 +"friends" "10.4.1.64" "255.255.255.192" "10.22.1.195" "eth1" "3" +"friends" "10.4.1.64" "255.255.255.192" "172.17.1.67" "x25" "6" "csi" "10.6.11.192" "255.255.255.240" "10.4.1.34" "ppp0" "2" -"csi" "10.6.11.192" "255.255.255.240" "10.22.1.195" "eth1" 3 -"csi" "10.6.11.192" "255.255.255.240" "172.17.1.67" "x25" 6 +"csi" "10.6.11.192" "255.255.255.240" "10.22.1.195" "eth1" "3" +"csi" "10.6.11.192" "255.255.255.240" "172.17.1.67" "x25" "6" "action" "10.4.1.0" "255.255.255.224" "10.4.1.34" "ppp0" "1" -"action" "10.4.1.0" "255.255.255.224" "10.22.1.195" "eth1" 3 -"action" "10.4.1.0" "255.255.255.224" "172.17.1.67" "x25" 6 -"trfs" "10.22.1.192" "255.255.255.224" "eth1" -"trfs" "10.22.1.192" "255.255.255.224" "10.22.1.195" "eth1" 3 -"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.34" "ppp0" 4 -"seinfeld" "10.9.2.0" "255.255.255.128" "eth0" +"action" "10.4.1.0" "255.255.255.224" "10.22.1.195" "eth1" "3" +"action" "10.4.1.0" "255.255.255.224" "172.17.1.67" "x25" "6" +"trfs" "10.22.1.192" "255.255.255.224" "0.0.0.0" "eth1" +"trfs" "10.22.1.192" "255.255.255.224" "10.22.1.195" "eth1" "3" +"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.34" "ppp0" "4" +"seinfeld" "10.9.2.0" "255.255.255.128" "0.0.0.0" "eth0" "rys" "10.9.2.128" "255.255.255.192" "10.22.1.195" "eth1" "1" -"rys" "10.9.2.128" "255.255.255.192" "10.4.1.34" "ppp0" 5 -"rys" "10.9.2.128" "255.255.255.192" "172.17.1.67" "x25" 4 +"rys" "10.9.2.128" "255.255.255.192" "10.4.1.34" "ppp0" "5" +"rys" "10.9.2.128" "255.255.255.192" "172.17.1.67" "x25" "4" "heman" "10.4.1.128" "255.255.255.128" "10.22.1.193" "eth1" "2" -"heman" "10.4.1.128" "255.255.255.128" "172.17.1.67" "x25" 1 +"heman" "10.4.1.128" "255.255.255.128" "172.17.1.67" "x25" "1" "heman" "10.4.1.128" "255.255.255.128" "10.4.1.34" "ppp0" "2" "dukes" "10.9.2.192" "255.255.255.224" "10.22.1.193" "eth1" "2" -"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.67" "x25" 2 -"dukes" "10.9.2.192" "255.255.255.224" "10.4.1.34" "ppp0" 3 +"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.67" "x25" "2" +"dukes" "10.9.2.192" "255.255.255.224" "10.4.1.34" "ppp0" "3" "simpsons" "10.4.2.0" "255.255.255.0" "10.22.1.193" "eth1" "3" -"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.67" "x25" 3 -"simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.34" "ppp0" 4 +"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.67" "x25" "3" +"simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.34" "ppp0" "4" "robotech" "10.9.2.224" "255.255.255.224" "10.22.1.193" "eth1" "3" -"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.67" "x25" 3 -"robotech" "10.9.2.224" "255.255.255.224" "10.4.1.34" "ppp0" 4 -"x25" "172.17.1.64" "eth2" -"brigada" "10.4.1.32" "255.255.255.252" "ppp0" +"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.67" "x25" "3" +"robotech" "10.9.2.224" "255.255.255.224" "10.4.1.34" "ppp0" "4" +"x25" "172.17.1.64" "0.0.0.0" "eth2" +"brigada" "10.4.1.32" "255.255.255.252" "0.0.0.0" "ppp0" "swat" "10.4.1.36" "255.255.255.252" "10.22.1.193" "eth1" "1" -"swat" "10.4.1.36" "255.255.255.252" "172.17.1.67" "x25" 2 -"swat" "10.4.1.36" "255.255.255.252" "10.4.1.34" "ppp0" 3 +"swat" "10.4.1.36" "255.255.255.252" "172.17.1.67" "x25" "2" +"swat" "10.4.1.36" "255.255.255.252" "10.4.1.34" "ppp0" "3" "internet" "135.143.1.64" "10.4.1.34" "ppp0" "3" -"internet" "135.143.1.64" "10.22.1.193" "eth1" 6 -"internet" "135.143.1.64" "172.17.1.67" "x25" 4 +"internet" "135.143.1.64" "10.22.1.193" "eth1" "6" +"internet" "135.143.1.64" "172.17.1.67" "x25" "4" "tabla de ruteo de h116" "eth0 ip: 10.22.1.193" "ppp0 ip: 10.4.1.37" "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.22.1.194" "eth0" "3" -"alf" "192.168.1.0" "255.255.255.0" "10.4.1.38" "ppp0" 4 +"alf" "192.168.1.0" "255.255.255.0" "10.4.1.38" "ppp0" "4" "friends" "10.4.1.64" "255.255.255.192" "10.22.1.194" "eth0" "3" -"friends" "10.4.1.64" "255.255.255.192" "10.4.1.38" "ppp0" 4 +"friends" "10.4.1.64" "255.255.255.192" "10.4.1.38" "ppp0" "4" "csi" "10.6.11.192" "255.255.255.240" "10.22.1.194" "eth0" "3" -"csi" "10.6.11.192" "255.255.255.240" "10.4.1.38" "ppp0" 4 +"csi" "10.6.11.192" "255.255.255.240" "10.4.1.38" "ppp0" "4" "action" "10.4.1.0" "255.255.255.224" "10.22.1.194" "eth0" "2" -"action" "10.4.1.0" "255.255.255.224" "10.4.1.38" "ppp0" 3 -"trfs" "10.22.1.192" "255.255.255.224" "eth0" -"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.38" "ppp0" 3 +"action" "10.4.1.0" "255.255.255.224" "10.4.1.38" "ppp0" "3" +"trfs" "10.22.1.192" "255.255.255.224" "0.0.0.0" "eth0" +"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.38" "ppp0" "3" "seinfeld" "10.9.2.0" "255.255.255.128" "10.22.1.194" "eth0" "1" -"seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.38" "ppp0" 4 +"seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.38" "ppp0" "4" "rys" "10.9.2.128" "255.255.255.192" "10.22.1.194" "eth0" "1" -"rys" "10.9.2.128" "255.255.255.192" "10.4.1.38" "ppp0" 4 -"heman" "10.4.1.128" "255.255.255.128" "10.22.1.194" "eth0" 2 -"heman" "10.4.1.128" "255.255.255.128" "10.4.1.38" "ppp0" 1 -"dukes" "10.9.2.192" "255.255.255.224" "10.22.1.194" "eth0" 3 -"dukes" "10.9.2.192" "255.255.255.224" "10.4.1.38" "ppp0" 1 -"simpsons" "10.4.2.0" "255.255.255.0" "10.22.1.194" "eth0" 4 -"simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.38" "ppp0" 2 +"rys" "10.9.2.128" "255.255.255.192" "10.4.1.38" "ppp0" "4" +"heman" "10.4.1.128" "255.255.255.128" "10.22.1.194" "eth0" "2" +"heman" "10.4.1.128" "255.255.255.128" "10.4.1.38" "ppp0" "1" +"dukes" "10.9.2.192" "255.255.255.224" "10.22.1.194" "eth0" "3" +"dukes" "10.9.2.192" "255.255.255.224" "10.4.1.38" "ppp0" "1" +"simpsons" "10.4.2.0" "255.255.255.0" "10.22.1.194" "eth0" "4" +"simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.38" "ppp0" "2" "robotech" "10.9.2.224" "255.255.255.224" "10.4.1.38" "ppp0" "2" -"robotech" "10.9.2.224" "255.255.255.224" "10.22.1.194" "eth0" 4 +"robotech" "10.9.2.224" "255.255.255.224" "10.22.1.194" "eth0" "4" "x25" "172.17.1.64" "10.22.1.194" "eth0" "1" "x25" "172.17.1.64" "10.4.1.38" "ppp0" "2" -"internet" "135.143.1.64" "10.22.1.194" "eth0" 1 -"internet" "135.143.1.64" "10.4.1.38" "ppp0" 5 +"internet" "135.143.1.64" "10.22.1.194" "eth0" "1" +"internet" "135.143.1.64" "10.4.1.38" "ppp0" "5" "brigada" "10.4.1.32" "255.255.255.252" "10.22.1.194" "eth0" "1" -"swat" "10.4.1.36" "255.255.255.252" "ppp0" 3 +"swat" "10.4.1.36" "255.255.255.252" "ppp0" "3" "tabla de ruteo de h108" "eth0 ip: 10.4.1.130" @@ -170,53 +172,52 @@ "ppp0 ip: 10.4.1.38" "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.4.1.37" "ppp0" "4" -"alf" "192.168.1.0" "255.255.255.0" "10.4.1.129" "eth0" 3 +"alf" "192.168.1.0" "255.255.255.0" "10.4.1.129" "eth0" "3" "friends" "10.4.1.64" "255.255.255.192" "10.4.1.37" "ppp0" "4" -"friends" "10.4.1.64" "255.255.255.192" "10.4.1.129" "eth0" 3 +"friends" "10.4.1.64" "255.255.255.192" "10.4.1.129" "eth0" "3" "csi" "10.6.11.192" "255.255.255.240" "10.4.1.37" "ppp0" "4" -"csi" "10.6.11.192" "255.255.255.240" "10.4.1.129" "eth0" 3 +"csi" "10.6.11.192" "255.255.255.240" "10.4.1.129" "eth0" "3" "action" "10.4.1.0" "255.255.255.224" "10.4.1.37" "ppp0" "3" -"action" "10.4.1.0" "255.255.255.224" "10.4.1.129" "eth0" 2 +"action" "10.4.1.0" "255.255.255.224" "10.4.1.129" "eth0" "2" "trfs" "10.22.1.192" "255.255.255.224" "10.4.1.37" "ppp0" "1" -"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.129" "eth0" 2 +"trfs" "10.22.1.192" "255.255.255.224" "10.4.1.129" "eth0" "2" "seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.37" "ppp0" "2" -"seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.129" "eth0" 2 +"seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.129" "eth0" "2" "rys" "10.9.2.128" "255.255.255.192" "10.4.1.37" "ppp0" "2" -"rys" "10.9.2.128" "255.255.255.192" "10.4.1.129" "eth0" 3 +"rys" "10.9.2.128" "255.255.255.192" "10.4.1.129" "eth0" "3" "heman" "10.4.1.128" "255.255.255.128" "0.0.0.0" "eth0" -"heman" "10.4.1.128" "255.255.255.128" "10.4.1.129" "ppp0" 3 +"heman" "10.4.1.128" "255.255.255.128" "10.4.1.129" "ppp0" "3" "dukes" "10.9.2.192" "255.255.255.224" "0.0.0.0" "eth1" "simpsons" "10.4.2.0" "255.255.255.0" "10.9.2.194" "eth1" "1" "simpsons" "10.4.2.0" "255.255.255.0" "10.9.2.193" "eth1" "1" "robotech" "10.9.2.224" "255.255.255.224" "10.9.2.195" "eth1" "1" "x25" "172.17.1.64" "10.4.1.37" "ppp0" "2" -"x25" "172.17.1.64" "10.4.1.129" "eth0" 1 +"x25" "172.17.1.64" "10.4.1.129" "eth0" "1" "internet" "172.17.1.64" "10.4.1.37" "ppp0" "5" -"internet" "172.17.1.64" "10.4.1.129" "eth0" 3 -"brigada" "10.4.1.32" "255.255.255.252" "10.4.1.37" "ppp0" 2 -"brigada" "10.4.1.32" "255.255.255.252" "10.4.1.129" "eth0" 2 -"swat" "10.4.1.36" "255.255.255.252" "ppp0" -"swat" "10.4.1.36" "255.255.255.252" "10.4.1.129" "eth0" 3 +"internet" "172.17.1.64" "10.4.1.129" "eth0" "3" +"brigada" "10.4.1.32" "255.255.255.252" "10.4.1.37" "ppp0" "2" +"brigada" "10.4.1.32" "255.255.255.252" "10.4.1.129" "eth0" "2" +"swat" "10.4.1.36" "255.255.255.252" "0.0.0.0" "ppp0" +"swat" "10.4.1.36" "255.255.255.252" "10.4.1.129" "eth0" "3" "tabla de ruteo de h114" "eth0 ip: 10.9.2.128" "eth1 ip: 135.143.1.6X" "eth2 ip: 10.22.1.195" - "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.22.1.194" "eth2" "3" "friends" "10.4.1.64" "255.255.255.192" "10.22.1.194" "eth2" "3" "csi" "10.6.11.192" "255.255.255.240" "10.22.1.194" "eth2" "3" "action" "10.4.1.0" "255.255.255.224" "10.22.1.194" "eth2" "2" -"trfs" "10.22.1.192" "255.255.255.224" "eth2" +"trfs" "10.22.1.192" "255.255.255.224" "0.0.0.0" "eth2" "seinfeld" "10.9.2.0" "255.255.255.128" "10.22.1.194" "eth2" "1" -"rys" "10.9.2.128" "255.255.255.192" "eth0" +"rys" "10.9.2.128" "255.255.255.192" "0.0.0.0" "eth0" "heman" "10.4.1.128" "255.255.255.128" "10.22.1.193" "eth2" "2" "dukes" "10.9.2.192" "255.255.255.224" "10.22.1.193" "eth2" "2" "simpsons" "10.4.2.0" "255.255.255.0" "10.22.1.193" "eth2" "3" "robotech" "10.9.2.224" "255.255.255.224" "10.22.1.193" "eth2" "3" "x25" "172.17.1.64" "10.22.1.194" "eth2" "1" -"internet" "172.17.1.64" "eth1" +"internet" "172.17.1.64" "0.0.0.0" "eth1" "brigada" "10.4.1.32" "255.255.255.252" "10.22.1.193" "eth2" "1" "swat" "10.4.1.36" "255.255.255.252" "10.22.1.194" "eth2" "1" @@ -225,49 +226,49 @@ "x25 ip: 172.17.1.67" "red" "ip" "mascara" "gateway" "interfaz" "metrica" "alf" "192.168.1.0" "255.255.255.0" "10.4.1.130" "eth0" "5" -"alf" "192.168.1.0" "255.255.255.0" "172.17.1.65" "eth1" 2 -"alf" "192.168.1.0" "255.255.255.0" "172.17.1.66" "eth1" 3 +"alf" "192.168.1.0" "255.255.255.0" "172.17.1.65" "eth1" "2" +"alf" "192.168.1.0" "255.255.255.0" "172.17.1.66" "eth1" "3" "friends" "10.4.1.64" "255.255.255.192" "10.4.1.130" "eth0" "5" -"friends" "10.4.1.64" "255.255.255.192" "172.17.1.65" "eth1" 2 -"friends" "10.4.1.64" "255.255.255.192" "172.17.1.66" "eth1" 3 +"friends" "10.4.1.64" "255.255.255.192" "172.17.1.65" "eth1" "2" +"friends" "10.4.1.64" "255.255.255.192" "172.17.1.66" "eth1" "3" "csi" "10.6.11.192" "255.255.255.240" "10.4.1.130" "eth0" "5" -"csi" "10.6.11.192" "255.255.255.240" "172.17.1.65" "eth1" 2 -"csi" "10.6.11.192" "255.255.255.240" "172.17.1.66" "eth1" 3 +"csi" "10.6.11.192" "255.255.255.240" "172.17.1.65" "eth1" "2" +"csi" "10.6.11.192" "255.255.255.240" "172.17.1.66" "eth1" "3" "action" "10.4.1.0" "255.255.255.224" "10.4.1.130" "eth0" "5" -"action" "10.4.1.0" "255.255.255.224" "172.17.1.65" "eth1" 1 -"action" "10.4.1.0" "255.255.255.224" "172.17.1.66" "eth1" 2 +"action" "10.4.1.0" "255.255.255.224" "172.17.1.65" "eth1" "1" +"action" "10.4.1.0" "255.255.255.224" "172.17.1.66" "eth1" "2" "trfs" "10.22.1.192" "255.255.255.224" "10.4.1.130" "eth0" "2" -"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.65" "eth1" 2 -"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.66" "eth1" 1 +"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.65" "eth1" "2" +"trfs" "10.22.1.192" "255.255.255.224" "172.17.1.66" "eth1" "1" "seinfeld" "10.9.2.0" "255.255.255.128" "10.4.1.130" "eth0" "3" -"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.65" "eth1" 2 -"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.66" "eth1" 1 +"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.65" "eth1" "2" +"seinfeld" "10.9.2.0" "255.255.255.128" "172.17.1.66" "eth1" "1" "rys" "10.9.2.128" "255.255.255.192" "10.4.1.130" "eth0" "3" -"rys" "10.9.2.128" "255.255.255.192" "172.17.1.65" "eth1" 3 -"rys" "10.9.2.128" "255.255.255.192" "172.17.1.66" "eth1" 2 -"heman" "10.4.1.128" "255.255.255.128" "eth0" -"heman" "10.4.1.128" "255.255.255.128" "172.17.1.65" "eth1" 4 -"heman" "10.4.1.128" "255.255.255.128" "172.17.1.66" "eth1" 3 +"rys" "10.9.2.128" "255.255.255.192" "172.17.1.65" "eth1" "3" +"rys" "10.9.2.128" "255.255.255.192" "172.17.1.66" "eth1" "2" +"heman" "10.4.1.128" "255.255.255.128" "0.0.0.0" "eth0" +"heman" "10.4.1.128" "255.255.255.128" "172.17.1.65" "eth1" "4" +"heman" "10.4.1.128" "255.255.255.128" "172.17.1.66" "eth1" "3" "dukes" "10.9.2.192" "255.255.255.224" "10.4.1.130" "eth0" "1" -"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.65" "eth1" 4 -"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.66" "eth1" 3 +"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.65" "eth1" "4" +"dukes" "10.9.2.192" "255.255.255.224" "172.17.1.66" "eth1" "3" "simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.130" "eth0" "2" -"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.65" "eth1" 5 -"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.66" "eth1" 4 +"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.65" "eth1" "5" +"simpsons" "10.4.2.0" "255.255.255.0" "172.17.1.66" "eth1" "4" "robotech" "10.9.2.224" "255.255.255.224" "10.4.1.130" "eth0" "2" -"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.65" "eth1" 5 -"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.66" "eth1" 4 -"x25" "172.17.1.64" "eth1" -"x25" "172.17.1.64" "10.4.1.130" "eth0" 3 +"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.65" "eth1" "5" +"robotech" "10.9.2.224" "255.255.255.224" "172.17.1.66" "eth1" "4" +"x25" "172.17.1.64" "0.0.0.0" "eth1" +"x25" "172.17.1.64" "10.4.1.130" "eth0" "3" "internet" "172.17.1.64" "10.4.1.130" "eth0" "6" -"internet" "172.17.1.64" "172.17.1.65" "eth1" 3 -"internet" "172.17.1.64" "172.17.1.66" "eth1" 2 +"internet" "172.17.1.64" "172.17.1.65" "eth1" "3" +"internet" "172.17.1.64" "172.17.1.66" "eth1" "2" "brigada" "10.4.1.32" "255.255.255.252" "10.4.1.130" "eth0" "3" -"brigada" "10.4.1.32" "255.255.255.252" "172.17.1.65" "eth1" 1 -"brigada" "10.4.1.32" "255.255.255.252" "172.17.1.66" "eth1" 1 +"brigada" "10.4.1.32" "255.255.255.252" "172.17.1.65" "eth1" "1" +"brigada" "10.4.1.32" "255.255.255.252" "172.17.1.66" "eth1" "1" "swat" "10.4.1.36" "255.255.255.252" "10.4.1.130" "eth0" "1" -"swat" "10.4.1.36" "255.255.255.252" "172.17.1.65" "eth1" 3 -"swat" "10.4.1.36" "255.255.255.252" "172.17.1.66" "eth1" 2 +"swat" "10.4.1.36" "255.255.255.252" "172.17.1.65" "eth1" "3" +"swat" "10.4.1.36" "255.255.255.252" "172.17.1.66" "eth1" "2" "tabla de ruteo de h107" "eth0 ip: 10.9.2.195" @@ -281,10 +282,10 @@ "seinfeld" "10.9.2.0" "255.255.255.128" "10.9.2.196" "eth0" "3" "rys" "10.9.2.128" "255.255.255.192" "10.9.2.196" "eth0" "3" "heman" "10.4.1.128" "255.255.255.128" "10.9.2.196" "eth0" "1" -"dukes" "10.9.2.192" "255.255.255.224" "eth0" +"dukes" "10.9.2.192" "255.255.255.224" "0.0.0.0" "eth0" "simpsons" "10.4.2.0" "255.255.255.0" "10.4.1.130" "eth0" "1" "simpsons" "10.4.2.0" "255.255.255.0" "10.9.2.193" "eth0" "1" -"robotech" "10.9.2.224" "255.255.255.224" +"robotech" "10.9.2.224" "255.255.255.224" "0.0.0.0" "x25" "172.17.1.64" "10.9.2.196" "eth0" "3" "internet" "172.17.1.64" "10.9.2.196" "eth0" "6" "brigada" "10.4.1.32" "255.255.255.252" "10.9.2.196" "eth0" "1" @@ -310,8 +311,8 @@ "rys" "10.9.2.128" "255.255.255.192" "10.4.2.1" "eth1" "4" "heman" "10.4.1.128" "255.255.255.128" "10.9.2.196" "eth0" "1" "heman" "10.4.1.128" "255.255.255.128" "10.4.2.1" "eth1" "2" -"dukes" "10.9.2.192" "255.255.255.224" "eth0" -"simpsons" "10.4.2.0" "255.255.255.0" "eth1" +"dukes" "10.9.2.192" "255.255.255.224" "0.0.0.0" "eth0" +"simpsons" "10.4.2.0" "255.255.255.0" "0.0.0.0" "eth1" "robotech" "10.9.2.224" "255.255.255.224" "10.9.2.195" "eth0" "1" "robotech" "10.9.2.224" "255.255.255.224" "10.4.2.1" "eth1" "2" "x25" "172.17.1.64" "10.9.2.196" "eth0" "3" @@ -343,8 +344,8 @@ "rys" "10.9.2.128" "255.255.255.192" "10.4.2.2" "eth1" "4" "heman" "10.4.1.128" "255.255.255.128" "10.9.2.196" "eth0" "1" "heman" "10.4.1.128" "255.255.255.128" "10.4.2.2" "eth1" "2" -"dukes" "10.9.2.192" "255.255.255.224" "eth0" -"simpsons" "10.4.2.0" "255.255.255.0" "eth1" +"dukes" "10.9.2.192" "255.255.255.224" "0.0.0.0" "eth0" +"simpsons" "10.4.2.0" "255.255.255.0" "0.0.0.0" "eth1" "robotech" "10.9.2.224" "255.255.255.224" "10.9.2.195" "eth0" "1" "robotech" "10.9.2.224" "255.255.255.224" "10.4.2.2" "eth1" "2" "x25" "172.17.1.64" "10.9.2.196" "eth0" "3"