network printing

2000-05-24 Thread Wayne Sitton
I don't remember seeing if this posted the first time, so forgive me if it did. I need to set up a debian box to print to a Windows NT shared printer. The NT server is a PDC . The printer is an HP 5000. If anyone could help, I could use it. Waynes

upgrade

2000-05-20 Thread Wayne Sitton
I installed my base Debian from a CD of 2.1r4. Then in Deselect I used the apt selection for downloading the packages. Does this method also update my kernel to the current one debian uses? I keep hearing about the release potatowhich one is this? I tried using apt from the command line by

user server

2000-05-15 Thread Wayne Sitton
I have recently acquired a domain with quite alot of user webpages. The server it was originnally on was a FreeBSD box. It placed the users under a strange directoty path. For example the url http://home.techgod.net/~user on the the server it goes to /server/ftp/u/user/html in other words after

RE: virtual ip's

2000-05-05 Thread Wayne Sitton
Actually the ifconfig and the route worked perfectly. I remembered the ifconfig but was forgetting the route. Now on my other machines I usually put these statements in the rc.local file to work on boot-up. But there doesn't seem to be one in debian, or am I just blind and missing it? If there i

virtual ip's

2000-05-05 Thread Wayne Sitton
How do I bind 2 ip's to the same nic in Debian I've tried ifconfig eth0:1 xxx.xxx.xxx.xxx up ifconfig eth0:2 XXX.XXX.XXX.XXY up is there something I'm forgeting? Wayne