1.7HQ-RTR: apt-get update & apt-get install -y frr vim /etc/frr/daemons меняем в строчке ospfd=yes systemctl enable --now frr vtysh conf t router ospf passive-interface default network 10.10.10.0/30 area 0 network 192.168.100.0/27 area 0 network 192.168.200.0/28 area 0 network 192.168.99.0/29 area 0 exit int gre1 no ip ospf passive ip ospf authentication message-digest ip ospf message-digest-key 1 md5 P@ssword exit exit wr BR-RTR: apt-get update & apt-get install -y frr vim /etc/frr/daemons меняем...3 недели назад
1.6HQ-RTR: mkdir -p /etc/net/ifaces/gre1 cat <<EOF > /etc/net/ifaces/gre1/options TYPE=iptun TUNTYPE=gre TUNLOCAL=172.16.1.2 TUNREMOTE=172.16.2.2 TUNOPTIONS='ttl 64' HOST=enp7s1 EOF echo "10.10.10.1/30" > /etc/net/ifaces/gre1/ipv4address systemctl restart network ip -c a show gre1 BR-RTR: mkdir -p /etc/net/ifaces/gre1 cat <<EOF > /etc/net/ifaces/gre1/options TYPE=iptun TUNTYPE=gre TUNLOCAL=172...3 недели назад