Stephane wrote: > > Salut, > > je viens d'installer une passerelle linux, mais j'ai > des petits soucis. > D'apr�s mes lectures cela doit �tre un probl�me de > MTU. > > comment puis-je r�gler le probl�me et que dois-je > faire ? > les clients sont sous W2k. > > Merci > Stef. > > > Salut voila ce que j'ai dans mon dsl-provider concernant le mtu.
# Use the pppoe program to send the ppp packets over the Ethernet link # This line should work fine if this computer is the only one accessing # the Internet through this DSL connection. This is the right line to use # for most people. #pty "pppoe -I eth1 -T 80" # If the computer connected to the Internet using pppoe is also being used # by other computers as a gateway to the Internet, use the following # line instead: pty "pppoe -I eth1 -T 80 -m 1452" # An even more conservative version of the previous line, if things still # don't work using -m 1452... #pty "pppoe -I eth1 -T 80 -m 1412" Linux�ment Dom ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif

