EFW Support

Support => General Support => Topic started by: scraped on Tuesday 07 July 2015, 05:32:25 am



Title: Change MTU on Green Interface
Post by: scraped on Tuesday 07 July 2015, 05:32:25 am
Hi,

I was able to change the MTU on the Red Interface through the Web GUI but have been unable to find anyway to change MTU on Green interface (br0) either through the Web GUI or command line. Is this currently possible?

Thanks!


Title: Re: Change MTU on Green Interface
Post by: scraped on Tuesday 07 July 2015, 01:07:04 pm
Was able to manually set it with:

ip link set dev br0 mtu 1450

I guess I could have a cron job that runs that command but that seems dirty.