ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] VPN problem
@ 2003-10-07 16:45 Shrek
  2003-10-08  8:17 ` [Comm] " Anton V. Boyarshinov
  0 siblings, 1 reply; 5+ messages in thread
From: Shrek @ 2003-10-07 16:45 UTC (permalink / raw)
  To: community

Добрый день\ночь

настраиваю дома pptp, вроде все быстро и красиво, но... некоторые сайты 
не грузятся - определение, ожидание и все, тишина.
/etc/ppp/options.pptp
--------------------------------------------------------------
lock
nobsdcomp
deflate 0
defaultroute
noipdefault
noauth
pty "/usr/sbin/pptp 10.5.2.254 --nolaunchpppd"
#debug
#logfile /var/log/pptptunnel.log
--------------------------------------------------------------
собственно все как в доке к pptp-client
при длительном ожидании в логах следующее
---------------------------------------------------------------------------------------------------------------------------------
pptp[5474]: anon log[decaps_gre:pptp_gre.c:397]: buffering out-of-order 
packet 235 (expecting 234)
pptp[5474]: anon log[decaps_gre:pptp_gre.c:397]: buffering out-of-order 
packet 261 (expecting 260)
pptp[5474]: anon log[decaps_gre:pptp_gre.c:397]: buffering out-of-order 
packet 266 (expecting 265)
---------------------------------------------------------------------------------------------------------------------------------
В чем может быть проблема?

PS. выкопал на работе старый винт с вынь2000, воткрул в ноут, настроил 
VPN, все работает... обыдно, слущай, да



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Comm] Re: VPN problem
  2003-10-07 16:45 [Comm] VPN problem Shrek
@ 2003-10-08  8:17 ` Anton V. Boyarshinov
  2003-10-08  8:20   ` Shrek
  0 siblings, 1 reply; 5+ messages in thread
From: Anton V. Boyarshinov @ 2003-10-08  8:17 UTC (permalink / raw)
  To: community

Добрый день

On Tue, 07 Oct 2003 20:45:37 +0400 Shrek
 wrote:

> настраиваю дома pptp, вроде все быстро и красиво, но... некоторые сайты 
> не грузятся - определение, ожидание и все, тишина.

Попробуйте уменьшить mtu. 

Иногда можно увидеть полезную информацию в выводе tcpdump.

Антон
-- 
mailto:boyarsh@mail.ru
mailto:boyarsh@ru.echo.fr
 12:16:01  up 36 days, 17:42,  8 users,  load average: 0.06, 0.07, 0.04


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Re: VPN problem
  2003-10-08  8:17 ` [Comm] " Anton V. Boyarshinov
@ 2003-10-08  8:20   ` Shrek
  2003-10-08 13:11     ` Alexei Takaseev
  0 siblings, 1 reply; 5+ messages in thread
From: Shrek @ 2003-10-08  8:20 UTC (permalink / raw)
  To: community

Anton V. Boyarshinov пишет:

>Добрый день
>
>On Tue, 07 Oct 2003 20:45:37 +0400 Shrek
> wrote:
>
>  
>
>>настраиваю дома pptp, вроде все быстро и красиво, но... некоторые сайты 
>>не грузятся - определение, ожидание и все, тишина.
>>    
>>
>
>Попробуйте уменьшить mtu. 
>
уменьшал, не помогало.

>
>Иногда можно увидеть полезную информацию в выводе tcpdump.
>  
>
вчера долго ковырялся с опциями, щас не помню позно было, а машина дома. 
вобщем все завелось.
вопрос снят.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Re: VPN problem
  2003-10-08  8:20   ` Shrek
@ 2003-10-08 13:11     ` Alexei Takaseev
  2003-10-08 16:06       ` Shrek
  0 siblings, 1 reply; 5+ messages in thread
From: Alexei Takaseev @ 2003-10-08 13:11 UTC (permalink / raw)
  To: ALT Linux Community

On Wed, 08 Oct 2003 12:20:06 +0400
Shrek <shrek@progroup.ru> wrote:

> >>настраиваю дома pptp, вроде все быстро и красиво, но... некоторые
> >сайты >не грузятся - определение, ожидание и все, тишина.
> >>    
> >>
> >
> >Попробуйте уменьшить mtu. 
> >
> уменьшал, не помогало.

Еще можно попытаться запретить компрессию всех видов. Мне это помогло в
свое время.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] Re: VPN problem
  2003-10-08 13:11     ` Alexei Takaseev
@ 2003-10-08 16:06       ` Shrek
  0 siblings, 0 replies; 5+ messages in thread
From: Shrek @ 2003-10-08 16:06 UTC (permalink / raw)
  To: community

Alexei Takaseev пишет:

>On Wed, 08 Oct 2003 12:20:06 +0400
>Shrek <shrek@progroup.ru> wrote:
>
>  
>
>>>>настраиваю дома pptp, вроде все быстро и красиво, но... некоторые
>>>>        
>>>>
>>>сайты >не грузятся - определение, ожидание и все, тишина.
>>>      
>>>
>>>>   
>>>>
>>>>        
>>>>
>>>Попробуйте уменьшить mtu. 
>>>
>>>      
>>>
>>уменьшал, не помогало.
>>    
>>
>
>Еще можно попытаться запретить компрессию всех видов. Мне это помогло в
>свое время.
>  
>
изначально так и было. в конечном итоге оставил только nobsdcomp



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-08 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-07 16:45 [Comm] VPN problem Shrek
2003-10-08  8:17 ` [Comm] " Anton V. Boyarshinov
2003-10-08  8:20   ` Shrek
2003-10-08 13:11     ` Alexei Takaseev
2003-10-08 16:06       ` Shrek

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