Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Enthusiast Zone > Networking > VPN and my TiBook

VPN and my TiBook
Thread Tools
Grizzled Veteran
Join Date: Mar 2003
Location: London/Plymouth, England
Status: Offline
Reply With Quote
Oct 22, 2003, 07:19 AM
 
I am logging on to my college's VPN and using my mail account there. However, I get serious bandwidth issues - its explained in one of the faq's but I'm a bit unsure about the work around as I don't know much about terminal. Also I'm getting Panther soon, so would prefer not to eff everything up!

Here's the script:

Problem:
When using Netscape within the VPN, it is not possible to see websites outside the College.



Solution:
The MTU size controls the maximum size each packet of data sent can be. The VPN service adds extra data into each packet, which increases the total size of each packet. If the packets exceed the size specified by the MTU setting, then they are truncated, meaning you cannot successfully surf the web. The solution (for now) is to reduce the size of the MTU used by Mac OS X.



Here is the suggested solution from our network group:



1) Log in using your administrator account. Open a terminal window (in the Finder it's Go -> Applications, then open the Utilities folder and double click the Terminal icon)
2)Type in "cd /etc"
3)Type in "sudo mkdir ppp", and enter your administrator password when asked.
4)Type "sudo pico /etc/ppp/ip-up"
5) type in the following:

#!/bin/sh
/sbin/ifconfig ppp0 mtu 1365
/sbin/ifconfig ppp1 mtu 1365

(Note: 1365 only represents the new MTU you want to use - to be no higher then 1492)

6) Close the text editor 'Pico' using "control" and "x", save the file when asked (simply press "enter")
7) Type "sudo chmod 755 /etc/ppp/ip-up"
8) Reboot your Macintosh and Surf Away!
     
Administrator
Join Date: Apr 2001
Location: San Antonio TX USA
Status: Offline
Reply With Quote
Oct 23, 2003, 04:30 PM
 
Excellent explanation! MTU is not something people think about when messing with VPNs, and it obviously should be.
Glenn -----
OTR/L, MOT, Tx
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 08:02 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2