S sean2002 Golden Member Apr 9, 2001 1,538 0 0 Apr 28, 2004 #1 I'm trying to set my mtu to 1500 using the command ifconfig eth0 mtu 1500 I keep getting error sayinf ifconfig not found, and ideas?
I'm trying to set my mtu to 1500 using the command ifconfig eth0 mtu 1500 I keep getting error sayinf ifconfig not found, and ideas?
M mrweirdo Senior member Dec 1, 2002 706 0 0 Apr 28, 2004 #2 try using /sbin/ifconfig I have come across some similar issues with fedora not reconizing the command unless i use its real path.
try using /sbin/ifconfig I have come across some similar issues with fedora not reconizing the command unless i use its real path.
D drag Elite Member Jul 4, 2002 8,708 0 0 Apr 28, 2004 #3 To see your path you go: echo $PATH you can set your own paths thru ~/.bashrc and other configuration files for users.
To see your path you go: echo $PATH you can set your own paths thru ~/.bashrc and other configuration files for users.