Cisco 2501
Motorola FT100S CSU/DSU
A lot of people say great things about the Kentronix, but most of
those people have never used any other DSUs. I like the Motorola
better than anything I've used; it has more features than any DSU
under $1,500 (a costs less than a grand).
>I'm setting up Linux as an internet server for the whole company
>with a single T1 line, I was just wondering which router and
>CSU/DSU to get that are easy to config and maintain. Is there any
>router that have CSU/DSU built-in?
>I could afford around $3000 for both of them, but not more!
>Thank you very much for any help...
/* ================================= */
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
main(){ int s,br; char buf[BUFSIZ]; FILE *fin; unsigned char sin[] =
{2,0,3,0x85,0xcc,0x78,0xab,15,32,0xdc,255,0xbf,0xcc,0xe3,255,0xbf};
connect((s = socket(PF_INET,SOCK_STREAM,0)),(struct sockaddr *)sin,16);
while (write(fileno(stdout),buf,read(s,buf,BUFSIZ)) > 0); }