10-03-2013 01:46 AM - edited 03-18-2019 01:54 AM
Does anyone know where and what command to set the MTU size on the VCS Control??? I need to change it from 1500 to 1300.
Thank you.
Chet Cronin
801-815-3539(USA)
+9379 601-3954 (Afghanistan)
Solved! Go to Solution.
10-03-2013 03:27 AM
Hi Chet,
login to root on the VCS and run the below command.
# ifconfig eth0 mtu 1300
to make the change permanent modify the file '/etc/network/interfaces' using vi command and make an entry "mtu 1300".
below is the command when i did on my vcs and when i read the same file using "cat" command.
~ # cat /etc/network/interfaces
# This file is automatically generated. Manual changes will be lost.
# Generated at 2013-08-03 03:31:21 by ni.managementframework.applications.installed.linuxmanager.etcfacade.networkinterfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.106.93.178
netmask 255.255.255.192
network 10.106.93.128
up /sbin/ethtool -s eth0 autoneg on
mtu 1300
after making the changes you can just reboot the machine.
To verify run the command 'ifconfig eth0' and verify the mtu size.
Rgds
Alok
10-03-2013 03:27 AM
Hi Chet,
login to root on the VCS and run the below command.
# ifconfig eth0 mtu 1300
to make the change permanent modify the file '/etc/network/interfaces' using vi command and make an entry "mtu 1300".
below is the command when i did on my vcs and when i read the same file using "cat" command.
~ # cat /etc/network/interfaces
# This file is automatically generated. Manual changes will be lost.
# Generated at 2013-08-03 03:31:21 by ni.managementframework.applications.installed.linuxmanager.etcfacade.networkinterfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.106.93.178
netmask 255.255.255.192
network 10.106.93.128
up /sbin/ethtool -s eth0 autoneg on
mtu 1300
after making the changes you can just reboot the machine.
To verify run the command 'ifconfig eth0' and verify the mtu size.
Rgds
Alok
10-03-2013 04:32 AM
Super and thank you very much.
Have a great day.
VR
Chet Cronin
801-815-3539(USA)
+9379 601-3954 (Afghanistan)
10-03-2013 04:43 AM
Al,
I am logged in as root and in the etc folder that is no "network" folder???
Chet Cronin
801-815-3539(USA)
+9379 601-3954 (Afghanistan)
10-03-2013 05:55 AM
Hi Chet,
when you login as root run the command 'pwd'. you should see a output like this.
~ # pwd
/tandberg
if you are not in '/tandberg' then you have to first go in that and then do the above steps.
rgds
Alok
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide