PDA

View Full Version : Internet Problem


elementadiobam
30th June 2006, 06:16 PM
I need to get on the internet using dial-up. You have to set up PPP to make my service work. I set everything up, but when I try to activate the connection it says this:


Set MRU value to <n> for negotiation
See pppd(8) for more options

Can someone help me?

sailor
30th June 2006, 06:58 PM
This site talks about setting it up, hope it helps
http://www.linux.org/docs/ldp/howto/PPP-HOWTO/options.html

From that page in the /etc/ppp/options file:

# Set the MRU [Maximum Receive Unit] value to <n> for negotiation. pppd
# will ask the peer to send packets of no more than <n> bytes. The
# minimum MRU value is 128. The default MRU value is 1500. A value of
# 296 is recommended for slow links (40 bytes for TCP/IP header + 256
# bytes of data).
#mru 542