ALT Linux Community general discussions
 help / color / mirror / Atom feed
  • * Re: [Comm] Помогите настроить pptp
        @ 2002-09-16 15:44 ` Igor Tertishny
      1 sibling, 0 replies; 4+ messages in thread
    From: Igor Tertishny @ 2002-09-16 15:44 UTC (permalink / raw)
      To: community
    
    13 Сентябрь 2002 12:57, Denis Kirienko написал:
    > Добрый день!
    >
    > Помогите, пожалуйста, настроить pptp-подключение к internet.
    >
    Я пользуюсь таким коннектом уже больше года. Сначала я написал такой скрипт, 
    естественно сперва забив пароль и имя юзера в /etc/ppp/pap-secrets:
    
    "<username>@I<ISP>" "10.0.0.138 RELAY_PPP1" "<your password>"
    
    затем сам скрипт:
    
    #!/bin/bash
    ifconfig eth0 10.200.1.1 netmask 255.0.0.0 mtu 1500 
    echo -n "Starting ADSL connection for Tirt: \r\n"
    /bin/pptp 10.0.0.138 debug user dimslav@IActcom remotename "10.0.0.138 
    RELAY_PPP1" defaultroute mtu 1452 mru 1452 noauth
    adsl-masq2
    
    Последняя строка - это файерволл, которым я и маскарадил коннект на локальную 
    сеть, интернет работал без проблем, но несколько замедленно. причину понять 
    не мог. Недавно снял свой скрипт из автостарта и возпользовался draknet для 
    настройки adsl. И все заработало само по себе! Только дал шаринг на коннект. 
    Попробуйте, должно сработать. И скорость повысилась раза в полтора.
    
    
    
    
    
    ^ permalink raw reply	[flat|nested] 4+ messages in thread

  • end of thread, other threads:[~2002-09-17  5:32 UTC | newest]
    
    Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
    2002-09-16 14:56   ` [Comm] Re: [Comm] Помогите настроить pptp Denis Kirienko
    2002-09-17  1:49     ` Sergei Dolmatov
    2002-09-17  5:32       ` [Comm] Re: [Comm] ðÏÍÏÇÉÔÅ ÎÁÓÔÒÏÉÔØ pptp fisk
    2002-09-16 15:44 ` [Comm] Помогите настроить pptp Igor Tertishny
    

    ALT Linux Community general discussions
    
    This inbox may be cloned and mirrored by anyone:
    
    	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
    
    	# If you have public-inbox 1.1+ installed, you may
    	# initialize and index your mirror using the following commands:
    	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
    		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
    	public-inbox-index community
    
    Example config snippet for mirrors.
    Newsgroup available over NNTP:
    	nntp://lore.altlinux.org/org.altlinux.lists.community
    
    
    AGPL code for this site: git clone https://public-inbox.org/public-inbox.git