Ticket #151 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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  
    1717 
    1818auto eth1 
    1919iface 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 
    2422 
    2523auto lo:1 
    2624iface lo:1 inet static 
  • etc/quagga/ospfd.conf

    diff -r 2b4c0851d1fd etc/quagga/ospfd.conf
    a b  
    88 router-id 10.10.0.7 
    99 log-adjacency-changes detail 
    1010 passive-interface default 
     11 no passive-interface eth1 
    1112 no passive-interface tun1 
    1213 no passive-interface tun2 
    1314 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  
    1717 
    1818auto eth1 
    1919iface 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 
    2522 
    2623auto br0 
    2724iface br0 inet static 
  • etc/quagga/ospfd.conf

    diff -r 86ab45b58942 etc/quagga/ospfd.conf
    a b  
    88 router-id 10.10.0.2 
    99 log-adjacency-changes detail 
    1010 passive-interface default 
     11 no passive-interface eth1 
    1112 no passive-interface tun1 
    1213 no passive-interface tun2 
    1314 no passive-interface tun3 

Change History

Changed 3 years ago by admin

  • description modified (diff)

Changed 3 years ago by admin

  • description modified (diff)

Changed 3 years ago by admin

  • description modified (diff)

Changed 3 years ago by admin

  • description modified (diff)

Changed 3 years ago by admin

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)
Note: See TracTickets for help on using tickets.