LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-28-2010, 04:28 AM   #1
crcanassr
LQ Newbie
 
Registered: Oct 2010
Posts: 4

Rep: Reputation: 0
SuSE 11.3/64 pptpd vpn fails to send gre packages


I just setup a SuSE 11.3/64 server and I am trying to setup pptpd for a vpn. I noticed thatg the ppp0 (or any pppx) interface is non-exoisting and I think that that is the problem why my gre packages are not being sent by pptpd (as I have checked all other options). I have tcp port 1723, and protocol port 47 (gre) open on the firewall (SuSEfirewall2). I have traced the responses using tcpdump and only when the server sends gre to the remote client, the client never receives it (the 1723 connection is established). I checked the old server (SuSE 10.2) that worked the vpn fine, and the only thing missing on 11.3 is ppp0. All other hardware (routers, etc.) are the same. I suspect that pptpd tries to use ppp0 and the interface is non-existing. I can remotely ssh to the server, dns works, samba works, everything else works. Is it something I am missing? How do I create if ppp0 and link it to eth3, the internet gateway? Do I need ppp0?
 
Old 10-28-2010, 04:56 AM   #2
crcanassr
LQ Newbie
 
Registered: Oct 2010
Posts: 4

Original Poster
Rep: Reputation: 0
Messages file listing:

Oct 28 04:38:27 linux-server pptpd[7138]: MGR: Launching /usr/sbin/pptpctrl to handle client
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: local address = 10.10.0.178
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: remote address = 10.10.0.201
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: pppd speed = 115200
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: pppd options file = /etc/ppp/options.pptpd
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Client 70.180.90.16 control connection started
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Received PPTP Control Message (type: 1)
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Made a START CTRL CONN RPLY packet
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: I wrote 156 bytes to the client.
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Sent packet to client
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Received PPTP Control Message (type: 7)
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Set parameters to 100000000 maxbps, 64 window size
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Made a OUT CALL RPLY packet
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Starting call (launching pppd, opening GRE)
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: pty_fd = 6
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: tty_fd = 7
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: I wrote 32 bytes to the client.
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Sent packet to client
Oct 28 04:38:27 linux-server pptpd[7139]: CTRL (PPPD Launcher): program binary = /usr/sbin/pppd
Oct 28 04:38:27 linux-server pptpd[7139]: CTRL (PPPD Launcher): local address = 10.10.0.178
Oct 28 04:38:27 linux-server pptpd[7139]: CTRL (PPPD Launcher): remote address = 10.10.0.201
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Received PPTP Control Message (type: 15)
Oct 28 04:38:27 linux-server pptpd[7138]: CTRL: Got a SET LINK INFO packet with standard ACCMs
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Received PPTP Control Message (type: 12)
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Made a CALL DISCONNECT RPLY packet
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Received CALL CLR request (closing call)
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Reaping child PPP[7139]
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Client 70.180.90.16 control connection finished
Oct 28 04:39:04 linux-server pptpd[7138]: CTRL: Exiting now
Oct 28 04:39:04 linux-server pptpd[29181]: MGR: Reaped child 7138
linux-server:/var/log #

tcpdump listing:

21:12:32.094433 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2954388:2954568, ack
21:12:32.095165 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2954568:2954876, ack
21:12:32.106205 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2946804, win 258, len
21:12:32.106235 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2954876:2955056, ack
21:12:32.107110 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2955056:2955364, ack
21:12:32.118252 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2947292, win 256, len
21:12:32.118280 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2955364:2955544, ack
21:12:32.119108 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2955544:2955852, ack
21:12:32.132302 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2947780, win 254, len
21:12:32.132331 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2955852:2956032, ack
21:12:32.133109 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2956032:2956340, ack
21:12:32.155978 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2948140, win 253, len
21:12:32.156005 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2956340:2956520, ack
21:12:32.157107 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2956520:2956828, ack
21:12:32.159902 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2948628, win 258, len
21:12:32.159928 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2956828:2957008, ack
21:12:32.160107 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2957008:2957316, ack
21:12:32.166072 IP adsl-070-145-060-136.sip.bix.bellsouth.net.7301 > linux-server.50442: Flags [P.], seq 13005
21:12:32.166273 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2949116, win 256, len
21:12:32.166299 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2957316:2957496, ack
21:12:32.167117 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2957496:2957948, ack
21:12:32.189973 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2949800, win 253, len
21:12:32.190150 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2957948:2958128, ack
21:12:32.191184 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2958128:2958436, ack
21:12:32.194397 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2950288, win 258, len
21:12:32.194432 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2958436:2958616, ack
21:12:32.195110 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2958616:2958924, ack
21:12:32.208345 IP adsl-070-145-060-136.sip.bix.bellsouth.net.7301 > linux-server.50442: Flags [P.], seq 13019
21:12:32.209100 IP linux-server.50442 > adsl-070-145-060-136.sip.bix.bellsouth.net.7301: Flags [.], ack 130274
21:12:32.218280 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2951152, win 255, len
21:12:32.218316 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2958924:2959480, ack
21:12:32.219110 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2959480:2959788, ack
21:12:32.226421 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2951640, win 253, len
21:12:32.226450 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2959788:2959968, ack
21:12:32.227108 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2959968:2960276, ack
21:12:32.240439 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2952000, win 258, len
21:12:32.240466 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2960276:2960456, ack
21:12:32.241108 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2960456:2960764, ack
21:12:32.254040 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2952744, win 255, len
21:12:32.254066 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2960764:2960944, ack
21:12:32.255109 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2960944:2961252, ack
21:12:32.266112 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [.], ack 2953104, win 254, len
21:12:32.266140 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2961252:2961432, ack
21:12:32.267108 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags [P.], seq 2961432:2961740, ack
21:12:32.274214 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags [P.], seq 14665:14717, ack 295
21:12:32.274271 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.284062 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags
21:12:32.284144 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.285183 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.296155 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags
21:12:32.296230 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.297175 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.323240 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags
21:12:32.323271 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.324110 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.325099 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.326098 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.327097 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.334069 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags
21:12:32.334099 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.335108 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
21:12:32.339261 IP linux-server.50443 > adsl-070-145-060-136.sip.bix.bellsouth.n
21:12:32.340490 IP ip70-180-90-16.no.no.cox.net.49251 > linux-server.ssh: Flags
21:12:32.340521 IP linux-server.ssh > ip70-180-90-16.no.no.cox.net.49251: Flags
^C
18254 packets captured
18850 packets received by filter
596 packets dropped by kernel
linux-server:/etc/sysconfig/SuSEfirewall2.d/services # tcpdump -i eth3 tcp port 1723 or proto 47
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
21:15:25.505673 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags [S], seq 3352302530, win 8192, options [mss 1408,nop,nop,sackOK], length 0
21:15:25.505824 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags [S.], seq 3925119772, ack 3352302531, win 5840, options [mss 1460,nop,nop,sackO K], length 0
21:15:25.562537 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags [.], ack 1, win 64768, length 0
21:15:25.566996 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags [P.], seq 1:157, ack 1, win 64768, length 156: pptp CTRL_MSGTYPE=SCCRQ PROTO_VE R(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(0) HOSTNAME() VENDOR(Micr osoft)
21:15:25.567031 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags [.], ack 157, win 6432, length 0
21:15:25.571277 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags [P.], seq 1:157, ack 157, win 6432, length 156: pptp CTRL_MSGTYPE=SCCRP PROTO_V ER(1.0) RESULT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV (1) HOSTNAME(local) VENDOR(linux)
21:15:25.639171 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags [P.], seq 157:325, ack 157, win 64612, length 168: pptp CTRL_MSGTYPE=OCRQ CALL_ ID(56560) CALL_SER_NUM(37) MIN_BPS(300) MAX_BPS(100000000) BEARER_TYPE(Any) FRAM E_TYPE(E) RECV_WIN(64) PROC_DELAY(0) PHONE_NO_LEN(0) PHONE_NO() SUB_ADDR()
21:15:25.641972 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags [P.], seq 157:189, ack 325, win 7504, length 32: pptp CTRL_MSGTYPE=OCRP CALL_ID (1280) PEER_CALL_ID(56560) RESULT_CODE(1) ERR_CODE(0) CAUSE_CODE(0) CONN_SPEED(1 00000000) RECV_WIN(64) PROC_DELAY(0) PHY_CHAN_ID(0)
21:15:25.660180 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656 0, seq 0, length 41: LCP, Conf-Request (0x01), id 1, length 27
21:15:25.848800 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags [P.], seq 325:349, ack 189, win 64580, length 24: pptp CTRL_MSGTYPE=SLI PEER_CA LL_ID(1280) SEND_ACCM(0xffffffff) RECV_ACCM(0xffffffff)
21:15:25.888053 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags [.], ack 349, win 7504, length 0
21:15:27.662124 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656 0, seq 1, length 41: LCP, Conf-Request (0x01), id 1, length 27
21:15:29.664164 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656 0, seq 2, length 41: LCP, Conf-Request (0x01), id 1, length 27
21:15:31.666100 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 3, length 41: LCP, Conf
21:15:33.668159 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 4, length 41: LCP, Conf
21:15:35.670164 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 5, length 41: LCP, Conf
21:15:37.672149 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 6, length 41: LCP, Conf
21:15:39.674164 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 7, length 41: LCP, Conf
21:15:41.676146 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 8, length 41: LCP, Conf
21:15:43.678157 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 9, length 41: LCP, Conf
21:15:45.680153 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 56560, seq 10, length 41: LCP, Con
21:15:47.682151 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:49.684150 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:51.686251 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:53.688152 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:55.690146 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:57.692110 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:15:59.694109 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:16:01.696137 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5656
21:16:02.869075 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags
21:16:02.869244 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags
21:16:02.869786 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags
21:16:02.925507 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags
21:16:03.875452 IP ip70-180-90-16.no.no.cox.net.56560 > linux-server.pptp: Flags
21:16:03.875549 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.56560: Flags
tcpdump: pcap_loop: The interface went down
35 packets captured
35 packets received by filter
0 packets dropped by kernel
linux-server:/etc/sysconfig/SuSEfirewall2.d/services # cd /lib/modules
linux-server:/lib/modules # ls
2.6.34-12-desktop 2.6.34-12-xen
linux-server:/lib/modules # cd /etc
linux-server:/etc # vi hosts
linux-server:/etc # tcpdump -i eth3 tcp port 1723 or proto 47
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
04:38:27.042577 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [S], seq 2287716045, win 8192, options [mss 1408,nop,nop,sackOK], length 0
04:38:27.042711 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [S.], seq 4125615799, ack 2287716046, win 5840, options [mss 1460,nop,nop,sackO K], length 0
04:38:27.092280 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [.], ack 1, win 64768, length 0
04:38:27.101645 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [P.], seq 1:157, ack 1, win 64768, length 156: pptp CTRL_MSGTYPE=SCCRQ PROTO_VE R(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(0) HOSTNAME() VENDOR(Micr osoft)
04:38:27.101707 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [.], ack 157, win 6432, length 0
04:38:27.115656 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [P.], seq 1:157, ack 157, win 6432, length 156: pptp CTRL_MSGTYPE=SCCRP PROTO_V ER(1.0) RESULT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV (1) HOSTNAME(local) VENDOR(linux)
04:38:27.168938 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [P.], seq 157:325, ack 157, win 64612, length 168: pptp CTRL_MSGTYPE=OCRQ CALL_ ID(59302) CALL_SER_NUM(39) MIN_BPS(300) MAX_BPS(100000000) BEARER_TYPE(Any) FRAM E_TYPE(E) RECV_WIN(64) PROC_DELAY(0) PHONE_NO_LEN(0) PHONE_NO() SUB_ADDR()
04:38:27.170876 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [P.], seq 157:189, ack 325, win 7504, length 32: pptp CTRL_MSGTYPE=OCRP CALL_ID (1536) PEER_CALL_ID(59302) RESULT_CODE(1) ERR_CODE(0) CAUSE_CODE(0) CONN_SPEED(1 00000000) RECV_WIN(64) PROC_DELAY(0) PHY_CHAN_ID(0)
04:38:27.188182 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 0, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:27.341102 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [P.], seq 325:349, ack 189, win 64580, length 24: pptp CTRL_MSGTYPE=SLI PEER_CA LL_ID(1536) SEND_ACCM(0xffffffff) RECV_ACCM(0xffffffff)
04:38:27.381054 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [.], ack 349, win 7504, length 0
04:38:29.190162 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 1, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:31.192159 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 2, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:33.194172 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 3, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:35.196147 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 4, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:37.198159 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 5, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:39.200170 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 6, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:41.202146 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 7, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:43.204147 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 8, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:45.206143 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 9, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:47.208180 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 10, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:49.210114 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 11, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:51.212120 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 12, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:53.214108 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 13, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:55.216107 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 14, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:57.218108 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 15, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:38:59.220110 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 16, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:39:01.222123 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 17, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:39:03.224110 IP linux-server > ip70-180-90-16.no.no.cox.net: GREv1, call 5930 2, seq 18, length 41: LCP, Conf-Request (0x01), id 1, length 27
04:39:04.363916 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [P.], seq 349:365, ack 189, win 64580, length 16: pptp CTRL_MSGTYPE=CCRQ CALL_I D(53574)
04:39:04.363978 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [.], ack 365, win 7504, length 0
04:39:04.364613 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [F.], seq 189, ack 365, win 7504, length 0
04:39:04.418780 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [.], ack 190, win 64580, length 0
04:39:05.364840 IP ip70-180-90-16.no.no.cox.net.59302 > linux-server.pptp: Flags [F.], seq 365, ack 190, win 64580, length 0
04:39:05.364937 IP linux-server.pptp > ip70-180-90-16.no.no.cox.net.59302: Flags [.], ack 366, win 7504, length 0

?????? What....
 
  


Reply



Posting 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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Vpn poptop - CTRL: PTY read or GRE write failed (pty,gre)=(5,6) dezeque Linux - Networking 9 08-26-2016 10:39 AM
VPN pptpd connected vpn server only access need help please u4david Linux - Networking 1 10-17-2008 03:54 PM
linux ppp client fails to connect to linux pptpd serve, works with windows vpn server wastingtime Linux - Server 3 09-20-2008 08:13 PM
pptpd vpn on SuSE: All users can login but only two user could reach to network behin ikhmer Linux - Networking 2 12-25-2006 01:15 AM
GRE keepalives. How can a SUSE 9.0 Linux box send GRE keepalives? dlef Linux - Networking 1 06-28-2005 12:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration