You are not logged in.
Pages: 1
Hi,
Problem 1
I connect to the internet using a dsl connection, configured via network manager. The problem is everytime log into CrunchBang is asks for my login password again to unlock the keyring after which the adsl connection is established. Sometimes I need to enter my dsl password allover again. I want this connect to be the default one & connect automatically. How I do that ?
Problem 2
I have observed that the best MTU value for my connection is 1400. I have already set 1400 in network manager but the strange thing is after a connection is established I find that the mtu value of ppp0 (using ifconfig) is 1492. At 1492 some web sites wont' open. So, I do
sudo ifconfig ppp0 mtu 1400. But after restarting or reconnecting the dsl connection it again reverts back to 1492.
So, how to set 1400 as the permanent mtu value for ppp0 ?
Offline
For Problem 1: would the solution in this thread (http://crunchbanglinux.org/forums/topic … rs-solved/) help?
I'm sorry, I can't help with Problem 2.
Offline
For Problem 1: would the solution in this thread (http://crunchbanglinux.org/forums/topic … rs-solved/) help?
I'm sorry, I can't help with Problem 2.
Thanks for that link. My first problem is solved.
The mtu issue remains.
I entered 1400 as root too (ie
sudo nm-connection-editor )
But it still reverts back to 1492.
Thanks again.
Offline
Hello,
open the file named /etc/network/interfaces as root with an editor:
sudo gedit /etc/network/interfacesas last line add:
mtu 1400under the section for your eth0/ppp0
save the file, and restart network
sudo /etc/init.d/networking restartthis should now set the connection manually to 1400.
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
under the section for your eth0/ppp0
This is how my /etc/network/interfaces looks like
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopbackI can't find eth0 or ppp0
Where should I add that line ?
Offline
type "ifconfig" in the terminal it may be listed as something else.
Offline
@new_kid
just add the line to the end of the file, it will be okay.
Sweaty lads picking up the soap | I love the new "Ignore user" button
Offline
@new_kid
just add the line to the end of the file, it will be okay.
Added. Then did sudo /etc/init.d/networking restart
Didn't work.
eth0 mtu is 1500 & ppp0's mtu 1492.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.