OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: naltalef on January 18, 2019, 10:28:23 pm

Title: Problem with static routes after add interface
Post by: naltalef on January 18, 2019, 10:28:23 pm
Hi everyone.
I founded a problem trying to add an static route if before I add a new interface.
Let me explain the sequence.

- start with no static routes defined.
- config new interface for DMZ (added after initial installation)
- an empty static route appears (see attached image)
- when trying to add a route the form displays ok, but click on Save Changes do nothing and the form remains open

This is the change in config (>new  <old)

314a315
>       <descr>OPT1</descr>
316,320d316
<       <descr>DMZ</descr>
<       <enable>1</enable>
<       <spoofmac/>
<       <ipaddr>10.0.201.1</ipaddr>
<       <subnet>24</subnet>
428,429c424,425
<     <time>1547845088.249</time>
<     <description>/interfaces.php made changes</description>
---
>     <time>1547756897.0184</time>
>     <description>/interfaces_assign.php made changes</description>
699,704c695,696
<   <ppps>
<     <ppp/>
<   </ppps>
<   <staticroutes>
<     <route/>
<   </staticroutes>
---
>   <ppps/>
>   <staticroutes/>

Environment:
OPNsense 18.7.10-amd64
Proxmox VM

Is this a bug or I'm missing something ?
Many thanks

Norberto




Title: Re: Problem with static routes after add interface
Post by: mimugmail on January 18, 2019, 11:30:13 pm
Please update to latest version. There was a hotfix today
Title: Re: Problem with static routes after add interface
Post by: dragon2611 on January 19, 2019, 12:52:41 am
Can't see any updates on the mirrors  :o
Title: Re: Problem with static routes after add interface
Post by: mimugmail on January 19, 2019, 07:05:35 am
Then you have already updated when the hotfix was released

https://forum.opnsense.org/index.php?topic=10903.msg50701#msg50701
Title: Re: Problem with static routes after add interface
Post by: franco on January 20, 2019, 08:48:53 am
> Can't see any updates on the mirrors  :o

This is not a very precise description to investigate on... Name your mirror and you can check the URL itself even, e.g.:

https://pkg.opnsense.org/FreeBSD:11:amd64/18.7/latest/All/


Cheers,
Franco
Title: Re: Problem with static routes after add interface
Post by: naltalef on January 21, 2019, 02:49:01 pm
Upgrade to 18.7.10_3-amd64 today and the problem was fixed.
Thanks!

Please update to latest version. There was a hotfix today