Ticket #151 (closed defect: fixed)
z2-2 <-> z2-7 direct link
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | major | Keywords: | |
| Cc: |
Description (last modified by admin) (diff)
on z2-7 the following changes commited under
changeset: 30:265167582754 tag: tip user: loic@dachary.org date: Thu Oct 07 11:50:51 2010 +0200 summary: z2-2 has a direct link to z2-7
z2-7:/etc/openvpn# hg rename client-7-to-2.conf client-7-to-2.conf.use-eth1
-
etc/network/interfaces
diff -r 2b4c0851d1fd etc/network/interfaces
a b 17 17 18 18 auto eth1 19 19 iface eth1 inet static 20 address 192.168.25.23 21 netmask 255.255.255.255 22 # gateway 192.168.25.253 #pas de gateway, c'est un lien direct avec z2-2 23 up ip route add 192.168.25.24 dev eth1 20 address 10.1.7.2 21 netmask 255.255.0.0 24 22 25 23 auto lo:1 26 24 iface lo:1 inet static -
etc/quagga/ospfd.conf
diff -r 2b4c0851d1fd etc/quagga/ospfd.conf
a b 8 8 router-id 10.10.0.7 9 9 log-adjacency-changes detail 10 10 passive-interface default 11 no passive-interface eth1 11 12 no passive-interface tun1 12 13 no passive-interface tun2 13 14 no passive-interface tun3
on z2-2 the following changes commited under
changeset: 36:f568f3c2a57c tag: tip user: loic@dachary.org date: Thu Oct 07 11:51:27 2010 +0200 summary: z2-2 has a direct link to z2-7
z2-2:/etc/openvpn# hg rename server-2-from-7.conf server-2-from-7.conf.use-eth1
-
etc/network/interfaces
a b 17 17 18 18 auto eth1 19 19 iface eth1 inet static 20 address 192.168.25.24 21 netmask 255.255.255.255 22 # gateway 192.168.25.253 #pas de gateway, c'est un lien direct avec z2-2 23 up ip route add 192.168.25.23 dev eth1 24 20 address 10.1.2.7 21 netmask 255.255.0.0 25 22 26 23 auto br0 27 24 iface br0 inet static -
etc/quagga/ospfd.conf
diff -r 86ab45b58942 etc/quagga/ospfd.conf
a b 8 8 router-id 10.10.0.2 9 9 log-adjacency-changes detail 10 10 passive-interface default 11 no passive-interface eth1 11 12 no passive-interface tun1 12 13 no passive-interface tun2 13 14 no passive-interface tun3
Change History
Note: See
TracTickets for help on using
tickets.