Re: scp with 2 remote hosts

2003-01-21 Thread Justin Ellison
You need to enable agent forwarding: http://www-106.ibm.com/developerworks/linux/library/l-keyc3/ Justin On Tue, 2003-01-21 at 12:00, Ed Wilts wrote: > On Tue, Jan 21, 2003 at 08:33:03AM -0500, Jeff Bearer wrote: > > I want to copy a file from host A to host B while on host C. Host C uses > > pu

Screen (not monitor) usage

2002-11-12 Thread Justin Ellison
Hi all, Does anyone have some real-world examples of how they use the screen command? It looks handy, but the man page eludes me on how it works. Basically, is there a way I can ssh from work to home, fire up screen on the home box, start a kernel compile, exit from the screen, and ssh b

Linux-friendly MP3 player?

2002-06-03 Thread Justin Ellison
Hi all, Looking into freeing up some hard drive space on my laptop, and thinking about getting an MP3 player. What does everyone have, how do you like it? Windows is not an option - if it doesn't work in Linux, I'm not getting it. Justin -- -BEGIN PGP SIGNATURE- Version: GnuP

Re: Authenticate Squid against NT Domain

2002-03-07 Thread Justin Ellison
I had it working at my old job. Use the smb_auth module as a Squid helper. I read about it under the documentation at www.swelltech.com. Justin On Thu, 2002-03-07 at 06:43, Ed Wilts wrote: > > Ideally I would prefer to pick up automagically their NT login without > them > > having enter their

VPN Solution

2002-01-22 Thread Justin Ellison
Hi all, I need to roll out a VPN solution within the next few months, as we are ditching our MS-based PPTP solution (hooray!). Basically, our main site will have a Linux firewall box with two nics with a static ip on the external side, and will be doing masquerading on the inside. Our b

Re: Suspend to disk

2002-01-18 Thread Justin Ellison
Your problem is that you installed GRUB on the MBR. Unfortunately, I don't know how to fix that, but maybe someone else on the list knows how to move it... Justin On Fri, 2002-01-18 at 12:00, Oeystein Olsen wrote: > > I'm running RH7.2 on my laptop from Dell, and I've installed a suspend to >

SOLVED: Re: Printing Problems

2002-01-15 Thread Justin Ellison
install Evolution and satisfy the deps. Justin On Fri, 2002-01-11 at 11:17, Justin Ellison wrote: > Hi all, > > I'm a relative newb to printing in Linux - mainly because the GUI's > have always worked for me. I have a Lexmark C720 Laser printer at work > here. I used

Printing Problems

2002-01-11 Thread Justin Ellison
Hi all, I'm a relative newb to printing in Linux - mainly because the GUI's have always worked for me. I have a Lexmark C720 Laser printer at work here. I used to print fine, but now I have problems. It is a PostScript printer, and has an LPD running on it's ethernet port, so setup has

Re: Detecting "Bringup interface eth0 problem

2002-01-03 Thread Justin Ellison
If you mean that it takes forever and a day to realize that it's not on the network, than pass a timeout value by adding the line: DHCPCDARGS="-t 10" to the file /etc/sysconfig/network-scripts/ifcfg-eth0. That makes the DHCP client give up after 10 seconds. HTH, Justin On Thu, 2002-01-03 at

Re: dual boot install on new XP laptop

2001-12-19 Thread Justin Ellison
Go to www.whacked.net - you should be able to find it from there. On Tue, 2001-12-18 at 20:46, Charles Galpin wrote: > On Tue, 2001-12-18 at 18:05, Justin Ellison wrote: > > Adam, > > > > I have a Dell Inspiron 8100 as well, and I *highly* recommend you > > s

Re: dual boot install on new XP laptop

2001-12-18 Thread Justin Ellison
Adam, I have a Dell Inspiron 8100 as well, and I *highly* recommend you subscribe the the linux-dell-laptops mailing list at http://www.yahoo.com/groups/linux-dell-laptops. This is an excellent laptop, and if planned out correctly, works great with Linux. Read the FAQ, it has details ab

IMAP Client suggestions?

2001-12-11 Thread Justin Ellison
Hi all, Today marks the day that I find a new email client. Mozilla 0.9.6 just ate one of my Inboxes without a trace. Evolution has done the same to me before. I think I want to go with a more basic client, pine, mutt, etc. I have about 4 mail accounts all setup with an ISP using

Re: what is wrong with root login for ssh2

2001-05-04 Thread Justin Ellison
I have also heard this before, and it took a lot of pondering before I came up with my own answer - it's my own, not backed by anything: Think of brute force attacks. If someone were to start brute forcing ssh connections, they will obviously try to start with a user name of root. If you deny

Re: RH7.0 + imaps

2001-04-27 Thread Justin Ellison
>From http://www.stunnel.org/faq/certs.html openssl req -new -x509 -days 365 -nodes -config stunnel.cnf -out stunnel.pem -keyout stunnel.pem - Original Message - From: "Ashley M. Kirchner" <[EMAIL PROTECTED]> To: "Red Hat Mailing List" <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 10:

Two default gateways on multihomed host?

2001-04-12 Thread Justin Ellison
Hi all, I have a network behind a cable modem with a RH6.2 box doing firewalling, masq'ing, and portforwarding. I'm moving my web server outside of the firewall, where it will be multihomed. Below is my poor attempt at ascii art: 777.777.777.1

Couple of security related questions

2001-04-10 Thread Justin Ellison
Hi all, I currently have a cable modem with an old 486 running masq and a strong ipchains ruleset for my 192.168.0.0/24 network. I currently run web and ftp via portforwarding, and it works fine. The firewall IP is 192.168.0.1/24 I'm now trashing my Win2K Server box (used only for web a

Fw: ALERT - A DANGEROUS NEW WORM IS SPREADING ON THE INTERNET

2001-03-23 Thread Justin Ellison
Hi all, Sorry for the forward, but in case people out there were doing security by obscurity, here is the reason not to. If you don't use bind, make sure it's turned off, and if you do, make sure it's up to date. Justin - Original Message - From: "The SANS Institute" <[EMAIL PROTEC

MAC Filter

2000-09-25 Thread Justin Ellison
I have a situation where I would like to allow access to the Internet by the MAC address of the NIC, rather than by IP. Ideally, I would have the gateway of all clients be a dual NIC Linux box running MASQ. How might I accomplish this? ___ Redhat-li

MAC Filter

2000-09-12 Thread Justin Ellison
I have a situation where I would like to allow access to the Internet by the MAC address of the NIC, rather than by IP. Ideally, I would have the gateway of all clients be a dual NIC Linux box running MASQ. How might I accomplish this? ___ Redhat-li

TFTP Server on RH6.2

2000-09-01 Thread Justin Ellison
Hi all, Trying to get the tftp server running on RH6.2, but something's not quite right. First, I uncommented the line in inetd.conf, restarted inet. Poked a hole in ipchains to let it through on port 69 UDP. Did a netstat -l and it showed that it was listening on UDP 69. I touched a file named

RE: Has FreeWWWeb.Com been bought out ?

2000-07-20 Thread Justin Ellison
> Freewwweb.com has been a favorite free access service of Linux > users on this > list. Today on dialing in I got a message saying that I now had to down > load Juno' software and get my access that way. I tried to access > www.freeweb.com and got sent to Juno's site. > > Anyone know for sure w

RE: NIC howto

2000-06-28 Thread Justin Ellison
or me. __ Justin Ellison System Administrator InternetUSA [EMAIL PROTECTED] http://nebi.com 800-603-3502 > -Original Message- > From: Nitebirdz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 28, 2000 12:23 PM > To: redhat list > Subject: Re: NIC howto >

RE: Legal DNS Name

2000-06-26 Thread Justin Ellison
Yep, underscores are not legal characters, only dashes. __ Justin Ellison System Administrator InternetUSA [EMAIL PROTECTED] http://nebi.com 800-603-3502 > -Original Message- > From: Adv. Systems Design [mailto:[EMAIL PROTECTED]] > Sent: Monday

RE: How to disable ping echo?

2000-06-26 Thread Justin Ellison
Use ipchains: /sbin/ipchains -A input -j DENY -i eth0 -p icmp -s 0.0.0.0/0 -d 0.0.0.0/0 Note that this not only blocks people from pinging you, but it stops you from pinging others. __ Justin Ellison System Administrator InternetUSA [EMAIL PROTECTED] http