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 Chriss Miller 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: *

  1. jsentelle

    Magix/Asterisk Integration

    thread688-1486737 I have an installation that is back-to-back Magix systems on a PRI, with an Asterisk box on PRI to one switch. I can dial extensions on either side to the other, and dial outbound from either Magix, but I am unable to dial outbound from Asterisk when the call is to an external...
  2. jsentelle

    Wireless link between two buildings

    There are some signal boosters out there that would probably work there. The best way to do it would be a bridge pair with directional antennas, but it will also be the most expensive, and you aren't likely to find the hardware to do it off the shelf in an office supply store. Look at...
  3. jsentelle

    Wireless link between two buildings

    You could get a range extender to get to the other building, depending on what kind of stuff the signal passes through. 50 feet isn't a whole lot of distance to span, if you can place the access point in a decent place you can probably get signal at the other building without any special...
  4. jsentelle

    POP3 & Exchange

    FlyboyLDB, You need to go into Active Directory Users and Computers, and in the properties page/email addresses tab for each user change the smtp addresses to match your real email addresses. When mail is routed through Exchange the email address used is the smtp address listed in AD.
  5. jsentelle

    Executing unix script through Visual Basic

    Look into Catalyst Socket Tools. I have done a couple of apps to reset printer queues, reset tty's, check logs etc on an AIX system using Socket Tools and a telnet control. Just make sure you lock down the ability to pass shell commands through your app to limit the security risk. This would...
  6. jsentelle

    Terminal Services Not connecting

    May sound like a silly question, but have you gone to the user account on the domain controller and checked the box that says "Allow logon to terminal server"?
  7. jsentelle

    Tape Drive

    Your DLT 9000 should show up in KDAT as /dev/st0 if it is the first scsi tape drive.
  8. jsentelle

    SQL / ODBC connection accross T1 + IP

    Did you try to make a local connection and then look for it in netstat -a? Have you looked in the client manager to see port settings? I'm about 90% sure you will need to manually set the port at the client when you cross the wan. Did you find the port seting box in the odbc manager?
  9. jsentelle

    Using Barcode Scanner

    Do you have the manual for this scanner? You should be able to program the scanner to send a carriage return after the bar code data. How is the scanner connected?
  10. jsentelle

    SQL / ODBC connection accross T1 + IP

    datadan, You could also make a connection to the SQL server when you are on the local network, then view the results of netstat. Also, if you are comfortable with the registry ,look at HKLM\Software\Microsoft\instance\MSSQLserver\SuperSocketNetLib\TcpPort to see which port the server in...
  11. jsentelle

    outlook: no access to "contacts" from "write new mail window&quot

    Right click your contacts folder, go to the Outlook Address Book tab, then check the box that says: "Show this folder as an email address book.....
  12. jsentelle

    SQL / ODBC connection accross T1 + IP

    Hi datadan, I've seen this problem before. I fixed my problem by specifying the SQL server port for the DSN on the client. Either run netstat -a, or look in the SQL server registry to see what port the server listens on. I have never been able to dynamically determine the port across a wan...
  13. jsentelle

    Send mail from Linux to MS Exchange client

    riwa, Check this link out....http://caspian.dotconf.net/menu/Software/SendEmail/ I use this to mail a logfile from a Mandrake box to my Exchange account after my backup completes. Easy to set up and call from a script.
  14. jsentelle

    Problem printing thru XP system from RedHat 9

    Mortalkind, Here's the doc....... To install Print Services for UNIX on Windows 2000 and Windows XP: 1.Log on to the Windows server with an administrative-level account. 2.Start the Add/Remove Programs tool in Control Panel. 3.Click Add/Remove Windows Components. 4.Click Other Network...
  15. jsentelle

    Problem printing thru XP system from RedHat 9

    Did you figure this one out? I have a couple queues set up on XP boxes, and print to them from AIX. There is a registry hack for XP to set the shared printer up as "pass-through". I have a doc somewhere if you need it....
  16. jsentelle

    UNIQUE HOME/OFFICE INTERNET ACCESS PROBLEM

    Check your IE settings to see if your company is using a proxy server. Go to:Tools/Internet Options/Connections/Lan Settings. Uncheck the "Use Proxy Server" box if it checked. What OS are you using on your laptop? Good Luck!
  17. jsentelle

    Can Ping but no Browser Capability

    Sounds to me like the firewall is only allowing the 16 IP addresses to access the internet. Do you have to renew the addresses on the clients after the reboot of the router? Look in your firewall rules to see which addresses are allowed to pass....
  18. jsentelle

    Not able to telnet xyplex terminal server??

    Can you use a serial cable and connect to the command port?
  19. jsentelle

    VPN not working from outside lan

    aldi, NOktar is right, you must pass protocol 47 (GRE) through the firewall to the VPN server for authentication to take place. Also, I would look in the security logs on the PDC to see if the connection attempt is being seen by the server, or is just being dropped at the firewall. The...
  20. jsentelle

    VPN not working from outside lan

    Yes aldi, the VPN connection and the remote desktop are two different things. You should troubleshoot them separately. I would first make sure you can connect to the VPN server from the outside. Is this 2000 Server? Give us some specifics as far as software and the steps you go through to...

Part and Inventory Search

Back
Top