Práctica correo electrónico-3.pdf

Se necesita tener una red creada la cual yo ya tengo, pero no se hacer esta actividad, además el profesor tampoco es que ayude mucho, si alguien puede ayudarme se lo agradecería mucho, tampoco consigo realizarlo porque al poner las iptables me sale un error que se supone que es un BUG. AQUI EL ERROR:
root@R1:~# iptables -L -t nat
free(): double free detected in tcache 2
Aborted (core dumped)
root@R1:~# iptables -t nat -n
iptables v1.8.7 (nf_tables): no command specified
Try `iptables -h' or 'iptables --help' for more information.
root@R1:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@R1:~# iptables -L -t nat
free(): double free detected in tcache 2
Aborted (core dumped)
root@R1:~# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 10.25.1.11:80
iptables v1.8.7 (nf_tables): unknown option "--to-destination 10.25.1.11:80"
Try `iptables -h' or 'iptables --help' for more information.
root@R1:~# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 10.25.1.11
iptables v1.8.7 (nf_tables): unknown option "--to-destination 10.25.1.11"
Try `iptables -h' or 'iptables --help' for more information.