Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I change the MTU value for CSlip?

cslip MTU value
0
10 Posted

How can I change the MTU value for CSlip?

0
10

You will need to use ‘adb’ to adjust either the kernel or the CSlip driver to change this value (slip_mtu).

0
10

You will need to use ‘adb’ to adjust either the kernel or the CSlip driver to change this value (slip_mtu). As root, and in single-user mode, apply this patch (please replace $THE_VALUE with the actual HEX value you want MTU to be): # Change SLIP MTU value to $THE_VALUE: just the kernel adb -w -k /unix << Foo slip_mtu?d slip_mtu?w $THE_VALUE $w $q Foo And reboot. You'll need to redo this whenever the kernel is rebuilt (like via 'newunix') unless you apply the patch to /etc/install.d/boot.d/cslip as follows: # Change SLIP MTU value to $THE_VALUE: keep it that way adb -w /etc/install.d/boot.d/cslip << Foo slip_mtu?d slip_mtu?w $THE_VALUE $w $q Foo Now run 'newconfig -v' and reboot. C.09) I'm having trouble having Solaris 2.4 NFS clients access my NFS server! On your Solaris client, you need to add the 'rsize=1024 wsize=1024' parameters to your mount option.

0

You will need to use ‘adb’ to adjust either the kernel or the CSlip driver to change this value (slip_mtu). As root, and in single-user mode, apply this patch (please replace $THE_VALUE with the actual HEX value you want MTU to be): # Change SLIP MTU value to $THE_VALUE: just the kernel adb -w -k /unix << Foo slip_mtu?d slip_mtu?w $THE_VALUE $w $q Foo And reboot. You'll need to redo this whenever the kernel is rebuilt (like via 'newunix') unless you apply the patch to /etc/install.d/boot.d/cslip as follows: # Change SLIP MTU value to $THE_VALUE: keep it that way adb -w /etc/install.d/boot.d/cslip << Foo slip_mtu?d slip_mtu?w $THE_VALUE $w $q Foo Now run 'newconfig -v' and reboot. I'm having trouble having Solaris 2.4 NFS clients access my NFS server! On your Solaris client, you need to add the 'rsize=1024 wsize=1024' parameters to your mount option.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123