Hello. What could be the problem.
network bridge vmbr3.
host
virtual
interfaces
network bridge vmbr3.
host
Code:
Retrieving speedtest.net configuration...
Testing from Filanco LLC (***.9.128)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by RETN (Moscow) [1.61 km]: 1.423 ms
Testing download speed................................................................................
Download: 78.29 Mbit/s
Testing upload speed................................................................................................
Upload: 124.93 Mbit/s
virtual
Code:
Retrieving speedtest.net configuration...
Testing from Filanco LLC (***.9.160)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by RETN (Moscow) [1.61 km]: 2505.169 ms
Testing download speed................................................................................
Download: 2.39 Mbit/s
Testing upload speed................................................................................................
Upload: 3.33 Mbit/s
root@krd22:~#
interfaces
Code:
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
#iface vmbr0 inet static
auto vmbr1
iface vmbr1 inet static
address 192.168.100.1
netmask 24
bridge-ports none
bridge-stp off
bridge-fd 0
#iface vmbr2 inet static
auto vmbr3
iface vmbr3 inet static
address 123.123.9.128
netmask 255.255.255.0
gateway 123.123.9.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.100.0/24' -o vmbr3 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.100.0/24' -o vmbr3 -j MASQUERADE
Last edited: