Answer the question
In order to leave comments, you need to log in
Why when setting up ospf frr on debian do packets not go through the machine?
I decided to look at the task with wsr and try to configure the frr package. I started with ospf and ran into some problems.
There are 3 machines L-SRV, L-FW and ISP
The server has statics configured with the following settings
auto ens33
iface ens33 inet static
address 172.16.20.10/24
gateway 172.16.20.1
auto ens33
iface ens33 inet static
address 172.16.20.1/24
auto ens34
iface ens34 inet static
address 10.10.10.1/24
int lo
ip add 3.3.3.3/32
router ospf
ospf router-id 3.3.3.3
network 10.10.10.0/24 area 0
network 172.16.20.0/24 area 0
end
wr mem
auto ens33
iface ens33 inet dhcp
auto ens34
iface ens34 inet static
address 10.10.10.10/24
auto ens35
iface ens35 inet static
address 20.20.20.10/24
int lo
ip add 100.100.100.100/32
router ospf
ospf router-id 100.100.100.100
network 10.10.10.0/24 area 0
network 20.20.20.0/24 area 0
network 192.168.134.0/24 area 0
end
wr mem
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question