Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: haneo
  • Order by date
  1. haneo

    problem with dual head display

    Hello, I want to enable two monitor display for my new laptop DELL LATITUDE D620, i mad a search on the net, applyed the recommanded config but with no success. The monitor i used is an HP 1720 LCD, when plugged to my laptop, it display the same think as on the laptop's monitor, but with big...
  2. haneo

    fax h323 software

    Can some one tell me a fax software that can send fax using H323 to a CISOC gw ? Thank you in advance. CCNA
  3. haneo

    Problem with Multilink !!!

    I use "8-port Multichannel E1 (G.703/G.704&PRI)" named : PA-MC-8E1/120 We have leased ligne (2048Mb/s each E1) with our ISP thx CCNA
  4. haneo

    Problem with Multilink !!!

    Thanks for the answer, the IP CEF per destination should by enabled in eatch serial interface, or just only in the multilink interface ? CCNA
  5. haneo

    Problem with Multilink !!!

    Hello, I have configured a multilink on 7204VXR using four serial connexions ******* controller E1 2/0 channel-group 0 unframed ! controller E1 2/1 channel-group 0 unframed ! controller E1 2/2 channel-group 0 unframed ! controller E1 2/3 channel-group 0 unframed interface Multilink1 ip...
  6. haneo

    Sending CDRs to two Radius servers simultaneously

    Hello, I want to send CDR's (vsa) to two Radius servers, I have added this to AS5350 gateway : GW(config)# radius-server host 10.0.0.1 auth-port 1612 acct-port 1618 key rad1 GW(config)# radius-server host 10.1.1.1 auth-port 1812 acct-port 1813 key rad2 GW(config)# radius-server vsa send...
  7. haneo

    AS5300 and SS7

    Hello, I have succefully connected our AS5300 with our PSTN, using E1 with R2 signaling. Now our PSTN want to change the E1 to SS7 signaling. I have no idee how to do that ?! Any idee or URL is welcome !. Here how i configured the E1 with R2 signaling : ******************************...
  8. haneo

    As5300 incoming VOIP calls

    Hello, How to gather statistics about incoming calls to our Cisco AS5300 ? I want to know the number of minutes of voice that pass throw the AS5300 gateway. CCNA
  9. haneo

    P2P client in text mode.

    I have installed a proxy-firewall Linux pc for home use, It's powered on 24h I want to install P2P client to download files, but this PC is installed without Xwindow . Is there an p2P client in text mode ? Thanks. CCNA
  10. haneo

    IRDA-USB problem

    I have an IRDA receiver it work fine under windows, But I have problem with Linux. When plugging the device i see in /var/log/messages: Mar 22 13:01:25 ITOperation kernel: usb 4-2: new low speed USB device using address 3 Mar 22 13:01:28 ITOperation pam_timestamp_check: pam_timestamp: `/var/'...
  11. haneo

    CPU Utilization

    use the commande "top" CCNA
  12. haneo

    ISA client for Linux ??!!

    Hello, Our network admin had installed ISA server, so without ISA client : impossible to access Internet (WWW, FTP, POP3 ...etc) Is there any soft that I can install on my linux PC, so I can acess the Internet ? Thanks in advance. CCNA
  13. haneo

    from bash to sh ?

    I have write a script on linux using bash: VAR1=${VAR2:3:2} # var1= 2 caracters starting from N°3 from VAR2 this is not supported on sh shell( on hpux) what is the equivalent expression sh ? Thank you in advance. CCNA
  14. haneo

    redirect output terminal

    Hello, I am connect to terminal "pts/tb" I want to see the output of the terminal "pts/ta" in "LIVE", is it possible in HPUX ? Thanks CCNA
  15. haneo

    What is the most used Unix ?

    Is there any statistics about the most used Unix, Solaris or HP-unix or AIX...? Thx CCNA
  16. haneo

    is my kernel 32 or 64 bits ?

    uname -a" just give the kernel version no information about kernel 32bits or 64bits. Thanks. Any body can help me :-( ? CCNA
  17. haneo

    is my kernel 32 or 64 bits ?

    What command let me know if my kernel (Linux) is 32bits or 64 bits ?? Thanks CCNA
  18. haneo

    trace a script.

    Hello, I copy daily (with crontab) many files from our servers to my PC, What I want is how to know if the files are copied whith success, is there a way to know if an error has occured ? for file in `ssh $REMOTE_SERVER ls /dir/[ab]*` do scp -Cr $REMOTE_SERVER:$file /tmpdir/ done...
  19. haneo

    BASH on HPUX

    Hello Is there a way to install a bash on hpUX 11i, i mean depot package from hp.com not *tar.gz from internet ? Thanks for the help ! CCNA
  20. haneo

    Does "SUDO" existe on HPUX ?

    Hello, In Linux you can give privilages to use some commandes , "adduser" for exemple without requesting root password, with sudo programme Is it possible with HPUX ? Thanks CCNA

Part and Inventory Search

Back
Top