Re: IP-routing fails after upgrade F33->F34

2021-06-12 Thread Tim Evans
On 5/29/21 12:54 PM, Tim Evans wrote: On 5/4/21 8:33 AM, Jouk Jansen wrote: Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks l

Re: IP-routing fails after upgrade F33->F34

2021-05-29 Thread Tim Evans
On 5/4/21 8:33 AM, Jouk Jansen wrote: Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks like it does not work anymore. Jouk, hav

Re: IP-routing fails after upgrade F33->F34

2021-05-10 Thread Jouk
yes this method. However, I always have to add --allowerasing. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/projec

Re: IP-routing fails after upgrade F33->F34

2021-05-07 Thread Tim Evans
On 5/4/21 8:33 AM, Jouk Jansen wrote: Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks like it does not work anymore. Jouk, whe

Re: IP-routing fails after upgrade F33->F34

2021-05-07 Thread Jouk
Switched firewalld to iptables and that solved the problem for now. according to what I found here: https://lists.fedorahosted.org/archives/list/firewalld-us...@lists.fedorahosted.org/thread/VP4Q3HIV6PTKVTSVQ7P7H7HDW7I2YQ6W/ https://firewalld.org/2020/09/policy-objects-introduction I ha

Re: IP-routing fails after upgrade F33->F34

2021-05-07 Thread Ed Greshko
On 07/05/2021 16:50, Jouk wrote: OK, but my problem is that I'm not able to get the forward working with the command I gave earlier in this thread. From the web page I see, but don't quite understand, this Caveats When enabled in the default zone, intra zone forwarding can only be applied

Re: IP-routing fails after upgrade F33->F34

2021-05-07 Thread Jouk
OK, but my problem is that I'm not able to get the forward working with the command I gave earlier in this thread. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: IP-routing fails after upgrade F33->F34

2021-05-07 Thread Ed Greshko
On 07/05/2021 13:54, Jouk wrote: sure you are right. I only added the command for the home zone to show that that one worked, but the same command on the zone I would like to use , FedoraWorkstation, fails. why? with the --permanent set is gives success, however after restarting firewalld, th

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Ed Greshko
On 07/05/2021 13:57, Jouk wrote: I did a quick check with a fedora 33 machine on which it works. on that machine when I give the firewall-cmd --list-all command the entry "forward: no" is not present at all. So it seems that something changed in respect to forwarding. F34 has --add-forward wh

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Jouk
I did a quick check with a fedora 33 machine on which it works. on that machine when I give the firewall-cmd --list-all command the entry "forward: no" is not present at all. So it seems that something changed in respect to forwarding. ___ users mailing

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Jouk
sure you are right. I only added the command for the home zone to show that that one worked, but the same command on the zone I would like to use , FedoraWorkstation, fails. why? with the --permanent set is gives success, however after restarting firewalld, the forward seems to be still off. m

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Ed Greshko
On 07/05/2021 07:41, Joe Zeff wrote: On 5/6/21 3:38 PM, Ed Greshko wrote: I read it that the --add-forward is for intra zone forwarding. Shouldn't that be inter zone (between zones) rather than inter zone (inside a zone) here? https://firewalld.org/2020/04/intra-zone-forwarding The origina

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Joe Zeff
On 5/6/21 3:38 PM, Ed Greshko wrote: I read it that the --add-forward is for intra zone forwarding. Shouldn't that be inter zone (between zones) rather than inter zone (inside a zone) here? ___ users mailing list -- users@lists.fedoraproject.org To

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Ed Greshko
On 06/05/2021 22:16, Jouk wrote: Still got a problem when trying to set forwarding on zone FedoraWorkstation, whikle the command on zone home gives success: [root@foxtrot ~]# firewall-cmd --zone=home --add-forward success [root@foxtrot ~]# firewall-cmd --zone=FedoraWorkstation --add-forward Err

Re: IP-routing fails after upgrade F33->F34

2021-05-06 Thread Jouk
Still got a problem when trying to set forwarding on zone FedoraWorkstation, whikle the command on zone home gives success: [root@foxtrot ~]# firewall-cmd --zone=home --add-forward success [root@foxtrot ~]# firewall-cmd --zone=FedoraWorkstation --add-forward Error: COMMAND_FAILED: 'python-nftable

Re: IP-routing fails after upgrade F33->F34

2021-05-04 Thread Ed Greshko
On 04/05/2021 20:33, Jouk Jansen wrote: Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks like it does not work anymore. I tried

Re: IP-routing fails after upgrade F33->F34

2021-05-04 Thread Jouk
I tried tcpdump only on both devices. I did ping from hrem154.nano.tudelft.nl to 10.9.9.9. this request come in on the enp0s25 device while 10.9.9.9 should go out by the tun0 device. I can see echo requests marked on both devices marked hrem154.nano.tudelft.nl > 10.9.9.9, but nothing in the othe

Re: IP-routing fails after upgrade F33->F34

2021-05-04 Thread Roberto Ragusa
On 5/4/21 2:33 PM, Jouk Jansen wrote: Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks like it does not work anymore. I tried t

IP-routing fails after upgrade F33->F34

2021-05-04 Thread Jouk Jansen
Hi All, I'm using one of my Fedora machines as a router between 2 networks. The two network devices on the machine are called enp0s25 and tun0. On F33 it worked as expected. However, after an upgrade to F34 It looks like it does not work anymore. I tried to give the commands firewall-cmd [--pe