search for: sethdlc

Displaying 20 results from an estimated 52 matches for "sethdlc".

2004 May 21
5
T100P HDLC configuration
...t no cp 1 ip multicast-fwd yes cp 1 interface-group primary ;Netopia 4622 ============================================================= MODE=cisco # MODE=hdlc DEVICE=hdlc0 /sbin/modprobe zaptel /sbin/modprobe wct1xxp /sbin/modprobe hdlc /sbin/modprobe syncppp /sbin/ztcfg -vvv /sbin/sethdlc ${DEVICE} ${MODE} /sbin/ifconfig ${DEVICE} ${T1_LOCAL_IPADDR} pointopoint ${T1_REMOTE_IPADDR} /sbin/route add -net ${T1_NETWORK} netmask ${T1_NETMASK} ${DEVICE} /sbin/route add default gw ${T1_REMOTE_IPADDR} metric 1 ${DEVICE} ================================================================ $ cat...
2007 Nov 08
0
AST-2007-024 - Fallacious security advisory spread on the Internet involving buffer overflow in Zaptel's sethdlc application
...----------------+ | Product | Zaptel | |--------------------+---------------------------------------------------| | Summary | Potential buffer overflow from command line | | | application "sethdlc" | |--------------------+---------------------------------------------------| | Nature of Advisory | Buffer overflow | |--------------------+---------------------------------------------------| | Susceptibility |...
2007 Nov 08
0
AST-2007-024 - Fallacious security advisory spread on the Internet involving buffer overflow in Zaptel's sethdlc application
...----------------+ | Product | Zaptel | |--------------------+---------------------------------------------------| | Summary | Potential buffer overflow from command line | | | application "sethdlc" | |--------------------+---------------------------------------------------| | Nature of Advisory | Buffer overflow | |--------------------+---------------------------------------------------| | Susceptibility |...
2007 Feb 19
1
Problems with CentOS ztdummy kernel 2.6
...g/firmware; \ install -m 644 wctc4xxp/*.bin /usr/lib/hotplug/firmware; \ fi if [ -d /lib/firmware ]; then \ install -m 644 wct4xxp/*.ima /lib/firmware; \ install -m 644 wctc4xxp/*.bin /lib/firmware; \ fi Installed firmware install -D -m 755 ztcfg /sbin/ztcfg if [ -f sethdlc-new ]; then \ install -D -m 755 sethdlc-new /sbin/sethdlc; \ elif [ -f sethdlc ]; then \ install -D -m 755 sethdlc /sbin/sethdlc ; \ fi if [ -f zttool ]; then install -D -m 755 zttool /sbin/zttool; fi for x in zaptel.ko tor2.ko torisa.ko wcusb.ko wcfxo.ko wctdm.ko wctdm24xxp.k...
2004 May 14
2
Data through T1, nethdlc
...the following correct? 1) compile new kernel with generic hdlc support 2) compile hdlc from hq.pm.waw.pl/hdlc 3) uncomment KFLAGS+=DConfig_ZAPATA_NET in zaptel makefile 4) compile zaptel, 5 compile rest of asterisk 6) add following to zaptel.conf span=1,0,0,esf,b8zs e&m=1-6 nethdlc=21-24 7) sethdlc hdlc0 hdlc_net (I know there is supposed to be a parity and another setting, but bugger if I know that they mean... Any help would be appreciated!) 8) should now be able to access data on hdlc0 Does this sound at all correct? Any suggestions, things I am missing? There is damn little document...
2003 May 05
1
FW: HDLC & T100P
I got it figured out now. In case anyone else comes across it - this is what I had to do: Sethdlc hdlc0 mode ansi Ifconfig hdlc0 up ***NO IP INFO SET*** Sethdlc hdlc0 create <dlci number> Ifconfig pvc0 <local ip> pointopoint <remote ip> up Then set your default gateway to the <remote ip> listed in pvc0. That's about it!! Hope it helps! -----Original Message--...
2005 Aug 23
8
HDLC/Zaptel/Kernel 2.6.11(.9)
All, I'm having a heck of a time getting hdlc to work on kernel 2.6.11.9 .. I compiled hdlc, hdlc_gen, hdlc_cisco, hdlc_raw, into the kernel (note into, and not 'modules'). System comes up, I configured zaptel.conf span=1,0,0,esf,b8zs nethdlc=1-24 modprobe wct4xxp ztcfg sethdlc hdlc0 cisco ifconfig hdlc0 up All of this works fine, believe it or not. I have a T1 cross plugged into a cisco 2600 using out of the box configuration. I cannot get line protocol to come up on the cisco. Suggestions? Also, doing a ifconfig hdlc0 down does a core dump of the kernel, lol. Is this n...
2004 May 14
0
SuSE & Zaptel Compilation errors
...c $(CC) -c ztspeed.c zttool: zttool.o $(CC) -o zttool zttool.o -lnewt ztprovision: ztprovision.o $(CC) -o ztprovision ztprovision.o -lnewt ztmonitor: ztmonitor.o $(CC) -o ztmonitor ztmonitor.o ztcat: ztcat.o $(CC) -o ztcat ztcat.o -ltonezone ztspeed: ztspeed.o $(CC) -o ztspeed ztspeed.o sethdlc-new: sethdlc-new.o $(CC) -o sethdlc-new sethdlc-new.o sethdlc-new.o: sethdlc-new.c $(CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c libtonezone.a: $(TZOBJS) ar rcs libtonezone.a $(TZOBJS) $(LIBTONEZONE): $(TZOBJS) $(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS) /sbin/ldconfig...
2003 May 05
0
HDLC & T100P
I'm setting up a T1 for both voice and data and was wanting to know the steps involved. I've recompiled zaptel for ZAPATA_NET support and setup my /etc/zaptel.conf: Fxsks=1-10 Nethdlc=11-24 Modprobe wct1xxp works fine and my voice lines work. Now when I use the provided sethdlc, I use the following commands: Sethdlc hdlc0 mode ansi Ifconfig hdlc0 <ipaddress> <network> <network> <ip network> up Sethdlc create 101 My DLCI is 101 - what do I need to do to bring up my DLCI interface? Thanks!!!
2004 Oct 02
1
Compiling HDLC does not Produce hdlc0 for T100p
...part here) the T100p gets identified as Tiger 535 (kudzo) I put in the ip, mask, gateway and dns in kudzo (in this case fedora core 1) but it creates an eth1 , hisax device, but no hdlc device modprobe zaptel modprobe wct1xxp modprobe hdlc all seem to function properly and return no errors sethdlc hdlc0 cisco sethdlc (comiled from sethdlc-new) errors because it can't find the device (hdlc0) do I need to patch linux to get it to register the hdlc device or is the T100p only for ISDN, I've even compiled the module without ISDN support and still get the same results. Searching the wik...
2004 Jun 07
1
hdlc setup routing question
...;t know how to fix... Here is the scenario: Fractionated T1 with 1-6 channels voice, 21-24 channels data. Comes into a box with Digium T100P, splits off data channes with HDLC, to devicec pvc0, This works fine, but I have a routing problem getting to my machines! Here is the current set up... sethdlc hdlc0 fr lmi ansi sethdlc hdlc0 create 44 ifconfig hdlc0 up ifconfig pvc0 xxx.xxx.250.74 netmask 255.255.255.252 pointopoint xxx.xxx.250.73 ifconfig pvc0:0 xxx.xxx.244.33 netmask 255.255.255.248 route add -default gw xxx.xxx.250.74 metric 1 pvc0 Now, this works, but has some unexpected results.....
2005 Jul 21
2
zaptel make problems (long)
...well as with the make linux26. I get errors in the two cases. Simple make: aaberga@epsilon-hq:~/asterisk sources/zaptel-1.0.9> uname -r 2.6.11.4-21.7-default aaberga@epsilon-hq:~/asterisk sources/zaptel-1.0.9> make clean rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc sethdlc-new rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f *.ko *.mod.c .*o.cmd rm -f gendigits tones.h rm -f libtonezone* rm -f tor2ee rm -f core aaberga@epsilon-hq:~/asterisk sources/zaptel-1.0.9> make cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA - DZAPTEL_CONFIG...
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
...in/rm -f *.bck *.bak /bin/rm -f config.cache config.log config.status /bin/rm -f -r autom4te*.cache make[2]: Leaving directory `/usr/src/zaptel-1.4.0/menuselect/mxml' make[1]: Leaving directory `/usr/src/zaptel-1.4.0/menuselect' rm -f torisatool makefw tor2fw.h radfw.h rm -f fxotune fxstest sethdlc-new ztcfg ztdiag ztmonitor ztspeed zttest zttool rm -f *.o ztcfg tzdriver sethdlc sethdlc-new rm -f libtonezone.so libtonezone.a *.lo make -C /usr/src/linux SUBDIRS=/usr/src/zaptel-1.4.0 clean make[1]: Entering directory `/usr/src/kernel-source-2.6.8' CLEAN /usr/src/zaptel-1.4.0/wct4xxp C...
2006 Nov 30
6
zaptel compilation problems with linux 2.6.19
Hello! I have problems compiling zaptel (tried 1.2.11, 1.2.10 and 1.4.0-beta2 -- all give the same error) with 2.6.19 kernel CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o In file included from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xpd.h:26, from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.c:28:
2003 Oct 03
3
monitoring the asterisk and safe restart
Hi List, I am sorry that I may bring the old question to the community. My question is 1. How can we determine if asterisk is working normally or not ? what kind watchdog process do we have at this moment ? 2. In case the running asterisk is mulfucntion, is there any available way to auto restart asterisk ?? Please advise if you could. Thanks.
2004 Aug 16
1
Compile error on Zaptel with Suse 9.1 (follow-up of subject: What is the best Linux for asterisk)
...us A7V600-X bios 1005 1Gb memory 400Mhz Geforce MX 4000 64MB 40 GB Harddisk US040814:/usr/src # ln -s /lib/modules/2.6.5-7.104-default/build linux-2.6 US040814:/usr/src # cd zaptel US040814:/usr/src/zaptel # make clean rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc sethdlc-new rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f *.ko *.mod.c .*o.cmd rm -f gendigits tones.h rm -f libtonezone* rm -f tor2ee rm -f core US040814:/usr/src/zaptel # make linux26 cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c cc -...
2005 Jul 01
2
make error for zaptel
...xr-xr-x 7 root root 168 2005-06-12 17:43 packages drwxr-xr-x 2 root root 2720 2005-07-01 12:43 zaptel-1.0.8 gl0:/usr/src # uname -r 2.6.11.4-20a-smp gl0:/usr/src # cd zaptel-1.0.8/ gl0:/usr/src/zaptel-1.0.8 # make clean rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc sethdlc-new rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f *.ko *.mod.c .*o.cmd rm -f gendigits tones.h rm -f libtonezone* rm -f tor2ee rm -f core gl0:/usr/src/zaptel-1.0.8 # make linux26 cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel...
2004 May 28
1
Problems with PPP internet T1
...ithout a problem. We have hdlc compiled into the kernel and after making the appropriate changes to zaptel.conf and loading the zaptel, wct4xxp, and hldc modules we can bring up the third span with the internet T1, but we can't seem to communicate with the ISP. We ran the following commands: sethdlc hdlc0 ppp ifconfig hdlc0 <our serial ip> pointopoint <isp gateway ip> netmask <isp subnet mask> -arp Now we can ping our serial ip, but can't ping the isp gateway ip. ifconfig shows us transmitting packets, but we don't receive any. Any help would be greatly appreciated...
2006 Feb 23
0
Zaptel CiscoHDLC / Fedore FC4
I am attempting to deploy a TE210P with one port configured (all 24 channels) as Cisco HDLC, currently running 2.6.11 FC4 with HDLC module compiled. HDLC (RAW) appears to work fine, however, using Cisco HDLC (via sethdlc & sethdlc-new) results in no traffic being encapsulated or transmitted via the hdlc0 interface. Is there anybody here currently running a similar configuration on a 2.6.xkernel or FC4? If so, could you let me know what kernel you're running, or what updates were required. I've done t...
2003 Nov 02
3
Fw: a bit frightened, guys
Hi, I believe the issues raised by this message are the same as mine, more on a commercial sense than for self use, but mostly the same. I've seen posts where real-life installations are mentioned, but not a reference to how Asterisk is working on production (and productive) environments. Any experiences would be very welcome I believe, not only on pure technical, but wider, sense. Thanks