Is it possible to hook two MD110's over IP to be able to do everything it would normally be able to do if it were hooked up via a T1? What equipment/cards would I need to use in order to implement this??
Hello All,
I have 4 phones in a hunt group for a main incomming line. When a call is received, caller id is not displayed till the operator picks up the call.
Any ideas on how to fix this??
A really easy way to do this would be to movethe stuff to a different partition with more space and then create a symbolic link to point back to where it used to be.
Example:
mv /opt /space/opt
ln -s /space/opt /opt
Just a thought!
Bryan
hmmm... could it be that the files you are putting out there are .htm files and the ones that are already tehre are .html?
The server does have a perference to which files it serves if both exist. This whole thing could be backwards as well.
change /etc/inet/hosts (The IP for the hostanme of the system which is in /etc/hostname.[your net interface]).
change /etc/netmasks (For your ip's subnet, put the proper netmask)
change /etc/defaultrouter (Put the gateway in there)
Reboot and all should work!
Bryan
run /usr/platform/`uanme -i`/sbin/prtdiag | more
The uname -i is in backtiks.
This should have more info than you need, but the first line will say what the model is.
Hope this helps!
Bryan
Don't forget to set half or full duplex. This is usually a problem in the network configuration. You want if possible to force both side to full duplex.
These parameters are all configurable on the fly using ndd. If you need help, I can provide some assistance.
One of the various loglevels should suit your needs.
The local7 is simply a way that syslog allows you to customize what is logged and where it is logged to. It can actually be anything from local0 through (I think) local9.
That way lets say you have one custom program and it logs to...
What level of logging are you using in the sshd_conf file? And if you don't want to recompile the binaries, then you will need to eitehr find someone who has packaged it up just the way you need it or run it from withing inetsvc by configuring it into /etc/inetd.conf
Letme give a few more details to clarify. In my environment we use tivoli. So any user who is a tivoli admin, but not root has the ability to launch programs as root on any system with a tivoli endpoint. So it is easy for them to launch xterm remotely through tivoli and send the display to a...
nwo4life,
Here is a simple program I wrote to do exactly what you want. I programmed it for you so it runs interactively, but it is really simple and can be made to run without interaction with little effort. If you need help doing this, I can do it for ya..
#!/usr/bin/ksh
echo "Enter...
When you compile sshd you have to configure it with the option:
./configure with-libwrap.a=/path/to/libwrap.a
This should get you working with tcpwrappers.
Now for the logging...
There's a file on your system called /etc/[ssh/]sshd_config. There you can set the field...
Okay I have a tricky problem. I want to disable root's ability to send send xterms to remote display's.
I already have the settings set correctly to disallow root except on console in /etc/default/login, and I have set in sshd to use login.
So lets say I login to a server as root, and then...
I have never had any luck personally with /usr/ucb/cc. You should probably download gcc which can be obtained from the link below.
ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/gcc-3.2.2-sol8-sparc-local.gz
I believe the path to gcc after it is installed is /usr/local/bin/gcc. So you may...
If you are using any flavor of linux of unix, you should be able to use the program called file. Its usage on the command line is:
file filetotest
The program file is a part of the binutils package and usually installed by default.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.