Displaying 3 results from an estimated 3 matches for "coderej".
2005 Aug 17
0
ppp winbind type 5 error
...t; <accomp>]
sent [LCP ConfAck id=0x1 <mru 1400> <magic 0x17201f33> <pcomp> <accomp>]
sent [CHAP Challenge id=0x97 <7eec83d8710952cf7dd2429904906dca727e>,
name = "VPNserver"]
rcvd [LCP code=0xc id=0x2 17 20 1f 33 4d 53 52 41 53 56 35 2e 31 30]
sent [LCP CodeRej id=0x2 0c 02 00 12 17 20 1f 33 4d 53 52 41 53 56 35 2e
31 30]
rcvd [LCP code=0xc id=0x3 17 20 1f 33 4d 53 52 41 53 2d 30 2d 4d 30 30
31]
sent [LCP CodeRej id=0x3 0c 03 00 14 17 20 1f 33 4d 53 52 41 53 2d 30 2d
4d 30 30 31]
rcvd [CHAP Response id=0x97 <02b7ac982f9050bb1272945451f4bd41>, name =...
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...d = run_program(script, argv, 0, bcp_script_done, f);
+}
+
+/*
+ * bcp_printpkt - print the contents of an BCP packet.
+ */
+static char *bcp_codenames[] = {
+ "ConfReq", "ConfAck", "ConfNak", "ConfRej",
+ "TermReq", "TermAck", "CodeRej"
+};
+
+static int
+bcp_printpkt(p, plen, printer, arg)
+ u_char *p;
+ int plen;
+ void (*printer) __P((void *, char *, ...));
+ void *arg;
+{
+ int code, id, len, olen;
+ u_char *pstart, *optend;
+ u_short cishort;
+
+ if (plen < HEADERLEN)
+ return 0;
+ pstar...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir,
I was trying to install bridge as we are installing
scps gateway in our testbed.This requires us to
install the bridge.
Our Linux version is 2.4.18 ~3 and we are using redhat
7.2
Please let me know which is the bridge I should
install and how to configure it.
Before configuring the bridge what I should check in
my configuration.
Thanks for your time,
Sincerely
Rama
=====
I hear