Hi all,
I accidentally set the Jumboframes to ON.
This means I am not able to access my Bubba|Two anymore.
I booted into the rescue system and can get into the command line as root.
But I am not confident enough with Debian to know how to disable the jumboframe settings from the command line. Any hints are much appreciated!
How do I mount the original hard drive, which file do i need to edit in order to change the jumboframe setting?
Cheers,
Joakim
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
How to disable jumboframes via RESCURE system?
There are a couple of options.
* If you have enabled admin from WAN side, this can be used to access Bubba from the internet and turn off jumboframes on LAN.
* Try to connect your PC directly to Bubba. This setup should work allowing your PC and Bubba to negotiate MTU size. Most of the time it is swithes and routers that do not handle jumboframes very well.
* If the above still does not work, using the rescue image as you have done do the following:
- Mount the disk
Your disk in now accessible in the "/mnt" directory.
- run the following command to set the MTU for eth1 (LAN) to 1500
- Reboot.
/PA
* If you have enabled admin from WAN side, this can be used to access Bubba from the internet and turn off jumboframes on LAN.
* Try to connect your PC directly to Bubba. This setup should work allowing your PC and Bubba to negotiate MTU size. Most of the time it is swithes and routers that do not handle jumboframes very well.
* If the above still does not work, using the rescue image as you have done do the following:
- Mount the disk
Code: Select all
mount /dev/sda1 /mnt
- run the following command to set the MTU for eth1 (LAN) to 1500
Code: Select all
echo "MTU=1500" > /mnt/etc/network/mtu-eth1.conf
/PA