°Ô½Ã¹° 1,358°Ç
   
PPTP kernel: ppp: compressor dropped pkt
±Û¾´ÀÌ : ÃÖ°í°ü¸®ÀÚ ³¯Â¥ : 2016-09-27 (È­) 16:10 Á¶È¸ : 3363
±ÛÁÖ¼Ò :
                                
# tail -f /var/log/messages
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt
Sep 27 15:43:34 host-192-168-1-73 kernel: ppp: compressor dropped pkt


# ifconfig ppp0
ppp0      Link encap:Point-to-Point Protocol  
          inet addr:10.10.10.1  P-t-P:10.10.10.10  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1396  Metric:1
          RX packets:6953 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7247 errors:799 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:742725 (725.3 KiB)  TX bytes:6875610 (6.5 MiB)


# cat > /etc/ppp/ip-up.local
#!/bin/sh
CURRENT_MTU="`ifconfig $1 | grep -Po '(?<=MTU:)([0-9]+)'`"
FIXED_MTU="`expr $CURRENT_MTU + 4`"
ifconfig $1 mtu $FIXED_MTU
echo "Increased MTU for $1 to $FIXED_MTU (from $CURRENT_MTU) to fix MPPE Microsoft Point-to-Point bug #330973"

# chmod +x /etc/ppp/ip-up.local


ppp µð¹ÙÀ̽º°¡ ¿Ã¶ó¿Ã¶§¸¶´Ù... /etc/ppp/ip-up ¼³Á¤ ³ì»ö°ª¿¡ ÀÇÇØ ip-up.local ½ºÅ©¸³Æ® ½ÇÇà
# cat /etc/ppp/ip-up
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ip-up.local instead

PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH

LOGDEVICE=$6
REALDEVICE=$1

[ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] && /etc/sysconfig/network-scripts/ifup-post --realdevice ${REALDEVICE} ifcfg-${LOGDEVICE}

/etc/ppp/ip-up.ipv6to4 ${LOGDEVICE}

[ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"

exit 0

# ifconfig ppp-0
ppp-0: error fetching interface information: Device not found
[root@host-192-168-1-73 ppp]# ifconfig ppp0
ppp0      Link encap:Point-to-Point Protocol  
          inet addr:10.10.10.1  P-t-P:10.10.10.10  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1400  Metric:1
          RX packets:457 errors:0 dropped:0 overruns:0 frame:0
          TX packets:298 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:37503 (36.6 KiB)  TX bytes:207403 (202.5 KiB)

 
[ÀÌ °Ô½Ã¹°Àº ÃÖ°í°ü¸®ÀÚ´Ô¿¡ ÀÇÇØ 2016-09-27 16:11:45 OpenStack¿¡¼­ À̵¿ µÊ]

À̸§ Æнº¿öµå
ºñ¹Ð±Û (üũÇÏ¸é ±Û¾´À̸¸ ³»¿ëÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.)
¿ÞÂÊÀÇ ±ÛÀÚ¸¦ ÀÔ·ÂÇϼ¼¿ä.
   

 



 
»çÀÌÆ®¸í : ¸ðÁö¸®³× | ´ëÇ¥ : ÀÌ°æÇö | °³ÀÎÄ¿¹Â´ÏƼ : ·©Å°´åÄÄ ¿î¿µÃ¼Á¦(OS) | °æ±âµµ ¼º³²½Ã ºÐ´ç±¸ | ÀüÀÚ¿ìÆí : mojily°ñ¹ðÀÌchonnom.com Copyright ¨Ï www.chonnom.com www.kyunghyun.net www.mojily.net. All rights reserved.