Re: [OT] Attention Jonathan M.Slivko

2003-03-05 Thread Jason Costomiris
st digitally signing his mail, he's encrypting it too. If his goal is to create email that just about everyone can't read, he's being wildly successful. :) -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit,

Re: Please Check: Firewall Ruleset

2003-02-17 Thread Jason Costomiris
DEV -s $POWERUSER -j SNAT --to 202.135.248.8 done $IPT -A FORWARD -m state --state NEW -s $INTLAN -d $DMZLAN -j ACCEPT -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsub

Re: More VPN info

2003-02-03 Thread Jason Costomiris
On Monday, February 3, 2003, at 01:38 PM, Dick St.Peters wrote: Jason Costomiris writes: On Sunday, February 2, 2003, at 11:11 PM, Dick St.Peters wrote: Giving a remote site access to the DMZ over the VPN is exactly the example intended. Ok, if that's the case, what's wrong wit

Re: More VPN info

2003-02-03 Thread Jason Costomiris
n of a "virtual wire" and how you seem to think that IPsec doesn't act like one. As another poster has pointed out, an IPsec tunnel meets your definition of a "virtual wire". -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/

Re: More VPN info

2003-02-03 Thread Jason Costomiris
a null cipher. I've noticed a number of IPsec products have dropped AH support over the past couple of years in favor of ESP w/null cipher -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-li

Re: More VPN info

2003-02-02 Thread Jason Costomiris
ell-planned* networks. Personally, I suspect that in the long run, IPsec transport mode will prove more important than IPsec tunnel mode. I'd agree with that, only if IPv6 ever takes off. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidq

Re: More VPN info

2003-02-02 Thread Jason Costomiris
t! Take a look over at www.freeswan.org, where they provide a RH howto and rpms that work fine on RH... -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: More VPN info

2003-02-02 Thread Jason Costomiris
On Saturday, February 1, 2003, at 09:31 PM, Dick St.Peters wrote: Jason Costomiris writes: On Saturday, February 1, 2003, at 03:17 PM, Dick St.Peters wrote: net1 <--> net2/net3 This requires good network planning. No, this requires planning your network around IPsec, which is no

Re: More VPN info

2003-02-01 Thread Jason Costomiris
build a wooden fence with bubble gum and duct tape rather than nails. There's a cost involved in upkeep too. Long term, half-baked solutions aren't maintainable... You want to recommend they use a non-vendor solution? Great! Recommending something interoperable is the way to go.

Re: More VPN info

2003-02-01 Thread Jason Costomiris
(WinME, NT, 2000 Pro, XP Home/Pro) for free from CP's web site. Configurations of the IP30, or any other SofaWare platform is very easy, done through an https browser session. It provides a DHCP server for the LAN, and supports DHCP and PPPoE on the WAN side. -- Jason Costomiris <&g

Re: firewalls - iptables and emails

2003-01-05 Thread Jason Costomiris
to not listen on the external interface, etc. Use perl's Mail::* modules to create the message with file attachment and send. There probably won't be any changes to iptables, since you're probably already allowing your firewall to initiate traffic. -- Jason Costomiris <><

Re: Exacutables not executing

2002-12-16 Thread Jason Costomiris
ever be. Add the directory to your $PATH, or use the full pathname to the executable. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subj

Re: fsck you!!!!

2002-12-03 Thread Jason Costomiris
away? -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Post your Red Hat Desktop!

2002-11-28 Thread Jason Costomiris
On Thursday, November 28, 2002, at 12:29 AM, Michael A. Peters wrote: I'm curious as to what other people have done with their Red Hat systems. http://www.jasons.org/modules.php?op=modload&name=gallery&file=index screenshot archive... -- Jason Costomiris <>< E: jc

any mod_dav users?

2002-11-26 Thread Jason Costomiris
ate directories either.. Any suggestions? The webdav faq wasn't helpful on this topic.. --j -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:

Re: removing ipchains from 2.4 kernel (fwd)

2002-11-20 Thread Jason Costomiris
to totally remove the ipchains tools, then: rpm -e ipchains You may also have to remove things like lokkit, but do what you need... -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing lis

Re: Iptables HELP vpn

2002-11-16 Thread Jason Costomiris
NEW --dport 1723 -j ACCEPT $IPTABLES -A INPUT -p 47 -i eth0 -j ACCEPT $IPTABLES -A FORWARD -m state -i eth1 --state NEW -j ACCEPT $IPTABLES -A FORWARD -m state -i ppp+ --state NEW -j ACCEPT $IPTABLES -t nat -A POSTROUTING -o eth0 -j MASQUERADE -- Jason Costomiris <>< E: jcostom {a

Re: Iptables HELP vpn

2002-11-16 Thread Jason Costomiris
nning on the firewall (and you've got the sport/dport backwards :) ). You most likely want to use the FORWARD chain. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubs

Re: Iptables HELP vpn

2002-11-15 Thread Jason Costomiris
h1 outside world Ppp+ vpn client. Do your iptables rules permit forwarding from the ppp+ interfaces to the internal net? -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubs

Re: SMTP/AV/Spm Follow-Up II

2002-11-14 Thread Jason Costomiris
lottery. Yay. :) -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Ximian Gnome Crashes my Box

2002-11-12 Thread Jason Costomiris
On Tuesday, November 12, 2002, at 01:00 AM, Michael A. Peters wrote: I can't run the Gnome that comes w/ RH 8 for more than 12 hours without a crash. So which is it? The GNOME that comes with RH 8.0, or Ximian GNOME? -- Jason Costomiris <>< E: jcostom {at} jasons {dot}

Re: NAT and speedtouch under RH 8.0

2002-11-10 Thread Jason Costomiris
he last one (1.3). I don't receve any error message but when I want to load the XMMS is the version 1.2.7 that is loaded, I don't understand!!! No mp3 support in RH8. Visit www.xmms.org to get the mp3 plugin. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http:

Re: ipsec IKE

2002-11-09 Thread Jason Costomiris
the cipher (3DES), the integrity alg. (MD5 or SHA1), the authentication method (x.509 or pre-shared secret), etc... -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing list unsubscribe mailto:

Re: aaa or radius server for linux

2002-11-06 Thread Jason Costomiris
LEAP looks somewhat likely even - the client side of AirPort already supports it for Mac users connecting to Cisco APs running LEAP. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. -- redhat-list mailing l

Re: PHP query string

2002-11-04 Thread Jason Costomiris
On Monday, November 4, 2002, at 05:55 PM, Michael Rubin wrote: Why is it a bad idea to turn on "register globals" ? Read the bugtraq advisories... -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum vi

Re: PHP query string

2002-11-04 Thread Jason Costomiris
On Monday, November 4, 2002, at 10:21 AM, Brian Ashe wrote: Newer versions of PHP all come with "register globals" turned OFF in the php.ini file. Turn it to on and it should solve your problem. Bad idea. Use the $HTTP_POST_VARS and $HTTP_GET_VARS arrays. -- Jason Costomiris <

Re: RH8 and Apache2, OMG

2002-11-03 Thread Jason Costomiris
On Sunday, November 3, 2002, at 08:50 PM, Teodor Georgiev wrote: Apache 2.0.40 is in RH8. although it is compiled with DSO support, there is no apxs or apxs2.   any opinions ? Sure. Install httpd-devel. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.j

Re: Masquerade hacking problem.

2002-11-02 Thread Jason Costomiris
On Saturday, November 2, 2002, at 04:04 PM, Ernest E Vogelsinger wrote: At 21:55 02.11.2002, Jason Costomiris said: [snip] # Safe default policies iptables -P INPUT DROP iptables -P OUTPUT ACCEPT iptables -P FORWARD DROP [snip

Re: Masquerade hacking problem.

2002-11-02 Thread Jason Costomiris
-A INPUT -m state -i eth0 --state NEW -j ACCEPT iptables -A FORWARD -m state -i eth0 --state NEW -j ACCEPT # setup NAT iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE There, I've fixed your hacking problems in 9 lines. To save that, run "service iptables save". -- Jason Costomi

Re: vpn masq builtin to kernels yet?

2002-10-29 Thread Jason Costomiris
IPSec clients today support some sort of encapsulation, so that their ESP connections back to the mothership can be NAT'd without trouble. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions.

Re: Redhat v8.0 question

2002-10-22 Thread Jason Costomiris
t may alleviate the problem, if cisco has bothered to rebuild the appropriate module. -- Jason Costomiris <>< E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-list mailing list unsubscribe mail

Re: Security (was: Tripwire)

2002-10-18 Thread Jason Costomiris
s is also stateful. Using portsentry *might* have some value if you run ipchains and no NIDS, but that's about the only circumstance where I think it's terribly useful. Such programs often hamper administrators. It's awfully easy to shoot yourself in the foot, blocki

Re: Window Manager Redhat 8

2002-10-18 Thread Jason Costomiris
ange the WM to sawfish. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-list mailing list unsubsc

Re: Connecting two LAN

2002-10-16 Thread Jason Costomiris
- You can get the bridge utilities by installing the bridge-utils package. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My a

Re: RH as router, not recommended??

2002-10-15 Thread Jason Costomiris
er. Also remember - just because you can pound in a nail using the handle of a screwdriver, that doesn't make it the best tool for the job. :) -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Qu

Re: RH 8.0 Problems

2002-10-13 Thread Jason Costomiris
you MP3 support for the standard RH 8.0 xmms package. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-

Re: Bluecurve - where do I edit the RedHat menu??

2002-10-10 Thread Jason Costomiris
#x27;re overlooking the obvious. :) Open up the "Start Here", and head for Programs. Rearrange to your heart's content. That's your menu. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org

Re: Stupid question about SSH keys and security

2002-10-10 Thread Jason Costomiris
other > computer's passwords before they can SSH into them? Again, only if you create keys that have no passphrase. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictu

Re: Disabling SSL

2002-10-02 Thread Jason Costomiris
omeone was ESTABLISHED on an > https port. This is weird cause I don't have any web pages that support > https. Here is the netstat list... It seems that everyone has overlooked the obvious... rpm -e mod_ssl service httpd restart It will never try to bind to tcp/443 again. -- Jason C

Re: RH's half-support for devfsd...

2002-09-19 Thread Jason Costomiris
On Thu, Sep 19, 2002 at 11:32:14AM -0700, Todd A. Jacobs wrote: : On Thu, 19 Sep 2002, Jason Costomiris wrote: : : > Of course, I've changed my /etc/init.d/halt script to stop the devfsd : > and umount /dev, but shouldn't these have already been done by RH? : : Most people who

RH's half-support for devfsd...

2002-09-19 Thread Jason Costomiris
em. Of course, I've changed my /etc/init.d/halt script to stop the devfsd and umount /dev, but shouldn't these have already been done by RH? I plan on filing a bugzilla report when I get back from my meeting later today, but I thought I might open this up for discu

Re: cat?

2002-09-19 Thread Jason Costomiris
this: : : [...] : : If in a hurry: : : perl -pi -e 's/^/www./ unless /^www\./' $your_file ...and in case you change your mind after you run the command, make that -pi.bak, so you'll have $your_file.bak to roll back to... :) -- Jason Costomiris <>< | Tec

Re: Slapper Worm on openssl 0.9.6b

2002-09-18 Thread Jason Costomiris
: http://rhn.redhat.com/errata/RHSA-2002-160.html ? -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-lis

Re: Trouble ticket system

2002-09-10 Thread Jason Costomiris
erver, and authenticate against the system users. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-lis

Re: iptables bug or feature?

2002-09-08 Thread Jason Costomiris
les//kernel/net/ipv4/netfilter directory to be sure.. Perhaps also try modprobing ipt_multiport before trying again... -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum vi

Re: Message To Redhat.com

2002-08-25 Thread Jason Costomiris
2000 was. It was marketed as the "bigger, badder, more stable" alternative to home users. There was a huge sign for it in my local compusa at the time. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.or

Re: Kernel compilation - File config

2002-08-19 Thread Jason Costomiris
/src/linux). Is this file : exist before the first compilation??? or the only way I have is to make : a new config file Pick the config file you want from /usr/src/linux-2.4/configs, copy that to the /usr/src/linux-2.4 directory, name it .config and go to work. -- Jason Costomiris <><

Re: apt-get install

2002-08-16 Thread Jason Costomiris
et update && apt-get upgrade away from being up to date. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opin

Re: unsubscribe

2002-08-16 Thread Jason Costomiris
I don't suppose you could be bothered to either read the instructions that are in the footers of messages sent to the list OR the email you received when you subscribed... -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | htt

Re: Postfix and SMTP AUTH

2002-08-09 Thread Jason Costomiris
ck the master.cf file and your permissions on /etc/shadow. Don't forget to create the appropriate files in /etc/pam.d. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Re: iptables

2002-08-01 Thread Jason Costomiris
. Is it not clear that in order to do SNAT, one must supply the address to NAT to? Since that's the case, and your address is changing, that sort of obviates the ability to use SNAT, so suggesting MASQUERADE not only answers the question, but also solves your problem. :) -- Jason

Re: Wireless PCI Network Card and Driver

2002-08-01 Thread Jason Costomiris
;t work at all. The Cisco card was a bit difficult, but ultimately worked. The Linksys native PCI card (WMP11) is about $80, which is considerably cheaper than getting the PCMCIA card and the PCI bridge card... -- Jason Costomiris <>< | Technologist, geek, human. jcostom {a

Re: iptables

2002-08-01 Thread Jason Costomiris
dress in your NAT rule. There's no reason to SNAT an entire subnet - SNAT is intended for use on single hosts. Use MASQUERADE to do what you want, and simply reference the interface name of your external interface. -- Jason Costomiris <>< | Technologist, geek

Re: iptables

2002-07-31 Thread Jason Costomiris
ERADE substitute your external i/f for eth0 -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. -- redhat-list mailing li

Re: Wireless PCI Network Card and Driver

2002-07-31 Thread Jason Costomiris
On Wed, Jul 31, 2002 at 11:33:15AM -0400, [EMAIL PROTECTED] wrote: : Where can I acquire a wireless PCI network card and driver? CompUSA - Linksys WMP11. Should work with the orinoco_pci.o driver. *Definitely* works with the prism2_pci.o from the wlan-ng drivers. -- Jason Costomiris

Re: Limbo

2002-07-19 Thread Jason Costomiris
rsion of anything from Limbo is right here: ftp://ftp.redhat.com/pub/redhat/linux/beta/limbo/en/os/i386/RedHat/RPMS/ -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit,

Re: anyone tried IEEE1394 on linux ?

2002-07-13 Thread Jason Costomiris
. 2. I'm only using it for a CD-RW drive, and it sure seems faster than the old SCSI one I had internally. No quantifiable #'s for you. 3. Very. 4. No chain, but the device I've got is a QPS QueFire 16X/10X/40X CD-RW. -- Jason Costomiris <>< | Technologist, geek

Re: which NIC is which

2002-07-09 Thread Jason Costomiris
s which takes 5 seconds. Additionally, it makes it easier for anyone who follows you to identify the various NICs in the machine. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine d

Re: Intrusion Detection

2002-07-07 Thread Jason Costomiris
onfig interface for the web.. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. _

Re: saslauthd or pwcheck programs

2002-06-23 Thread Jason Costomiris
p ownership on /etc/shadow to "postfix", and permissions to 640. Also, if you setup SMTP Auth, make sure you also setup TLS, and in particular require users that are doing SMTP Auth to also be using TLS. -- Jason Costomiris <>< | Technologist, geek, huma

Re: why do you have to put '2>&1' after /dev/null?

2002-06-08 Thread Jason Costomiris
null 2 == stderr 1 == stdout You redir stderr into stdout, then shoot the whole thing into /dev/null. You don't HAVE to do this, just when you want to discard any output from a command. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | h

Re: Linux-friendly MP3 player?

2002-06-03 Thread Jason Costomiris
#x27;m not getting it. I've got a Rio800. I only use it with my winxp notebook (belongs to work), but could just as easily use it with my other systems (Linux), using rioutil: http://rioutil.sourceforge.net When I had a Rio500, it worked great under Linux too. -- Jason Costomiris <><

Re: Knowledgable List?

2002-05-27 Thread Jason Costomiris
for help, and not simply demanding solutions to your problems. You want to talk to a group of people that is obligated to solve your problems? That costs money - in the form of a support contract. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot}

QoS configuration?

2002-05-21 Thread Jason Costomiris
thoughts on how to script that? I imagine it's not more than 5-10 lines, but I just have no clue how to do this with tc... Thanks.. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine

Re: Hacked again...

2002-05-06 Thread Jason Costomiris
//apt-rpm.tuxfamily.org/ -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. _

Re: Firewall question

2002-03-31 Thread Jason Costomiris
firewall with the 2 NIC cards on the : > same network? : > : > : > : > : > : > : > ___ : > Redhat-list mailing list : > [EMAIL PROTECTED] : > https://listman.redhat.com/mailman/listinfo/redhat-list : : --

Re: --rebuild openssh package prob

2002-03-30 Thread Jason Costomiris
Read the spec file. It will be glaringly apparent how to fix your dependency problems. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. M

Re: add mod_ssl to apache under RH 7.2

2002-03-26 Thread Jason Costomiris
package && install it. 2. apt-get update 3. apt-get upgrade (make sure everything's current) 4. apt-get install mod_ssl -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit

Re: Resin with Apache install question

2002-03-25 Thread Jason Costomiris
have apache-devel installed, you just might be surprised how easily it works. :-) -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My accoun

Re: VPN/Ipchains question

2002-03-21 Thread Jason Costomiris
HIGHLY recommend, you'll get this for "free", no additional configuration. I'll email you a packet trace privately. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www

Re: Interface for IPTABLES

2002-03-13 Thread Jason Costomiris
Is. Since there's a translation between what you say in the GUI and what's actually done, you never know what can happen between... -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid lat

Re: VPN fustration

2002-02-27 Thread Jason Costomiris
insecure - flawed at the most basic level. Use IPsec. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Re: Anyone using Nortel Contivity behind an IP Tables firewall?

2002-02-27 Thread Jason Costomiris
t NAT, ESP can go through NAT. 99.99% of all IPSec client implementations are ESP. The problem is when a NAT device/firewall mangles the source port on IKE packets, which are both src/dst udp/500. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons

Re: AT&T @home

2002-02-27 Thread Jason Costomiris
ith NAT is trivial, at least for the situation of using only one client behind the firewall. If you need to have multiple clients behind the firewall, your client will have to implement some sort of encapsulation, usually UDP or GRE based. This is very common with IPSec clients. -- Jason

Re: [REDHAT] RE: php upgrade!

2002-02-22 Thread Jason Costomiris
that satisfy the dependencies? -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My accoun

Re: [OT] Subnets and Classes

2002-02-21 Thread Jason Costomiris
net" In the real world of networking, if you asked for a "24-bit block", you would be given a /24, that is, a subnet consisting of 256 addresses. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http:/

Re: How to set IP Forwarding in RH 7.2 ?

2002-02-20 Thread Jason Costomiris
On Wed, Feb 20, 2002 at 12:53:32PM +0800, Kevin Chan wrote: : I would like to know where I can set the IP Forwarding in RH 7.2 and why I : can't use the "netcfg" under Xwindow ? Crack open an xterm, use the text editor of your choice to modify /etc/sysctl.conf. -- J

Re: retrieving https was:Re: sending data from wget into perl?

2002-02-18 Thread Jason Costomiris
On Mon, Feb 18, 2002 at 02:30:33PM -0600, dbrett wrote: : Does anybody know of a program which will get https pages? Yes, wget. At least the recent versions. Go to rawhide if you have to. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org

Re: Help needed for website attack

2002-02-17 Thread Jason Costomiris
ve router geographic locations : www.visualroute.com All it actually does is whois lookups from various IP registries. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum

Re: Still Cannot Get SSH To Work

2002-02-15 Thread Jason Costomiris
Just a little... :-) -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur. My account, My opinions. ___

Re: BYOB [WAS RE: Wireless lan cards?]

2002-02-11 Thread Jason Costomiris
gives me nearly open access during off-hours. I'd plant a laptop on your network. Or, how about instead, I plant a wireless access point? Now I'll hack you from your parking lot. Properly deployed, WLAN can be just as secure, or MORE secure than wired LAN technology. -- Jason Costo

Re: RedHat's Postfix RPMS and Berkeley DB.

2002-02-10 Thread Jason Costomiris
ed on SJ Mudd's work). RedHat 7.1 system: $ postconf -m static sdbm pcre nis dbm regexp environ btree unix hash $ rpm -q postfix postfix-1.1.0-2.rh70.1.pcre.tls Not sure why it says rh70 instead of rh71, I didn't really pay that much attention to the .spec file. -- J

Re: Forcing ISC DHCPd to only bind to one interface?

2002-02-09 Thread Jason Costomiris
s, despite the fact that it doesn't need to. My iptables rules already don't permit DHCP requests from outside of my network, so that's not the real concern. Rather, my concern stems from the software itself not behaving properly. I'll bugzilla this one. -- Jason Costomiris

Re: Forcing ISC DHCPd to only bind to one interface?

2002-02-08 Thread Jason Costomiris
ons of ISC dhcpd tested, including the standard 2.0pl5 that ships with RH 7.2. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Forcing ISC DHCPd to only bind to one interface?

2002-02-08 Thread Jason Costomiris
.0.0.0:67 0.0.0.0:* So, even though it's not responding to queries on that eth0 interface, it's still binding the port to the interface. Thoughts on how to get it to stop behaving like this? -- Jason Costomiris <>< | Technologist, geek, human. jcosto

Re: readme

2002-01-31 Thread Jason Costomiris
On Wed, Jan 30, 2002 at 02:43:56AM -0800, Harry Putnam wrote: : Ani_Adarsh <[EMAIL PROTECTED]> writes: : : > cat ./README |less : : I smell a UUoC award He gets bonus points for the spurious use of "./".. -- Jason Costomiris <>< | Technologist, geek

Re: How to Change Hostname?

2002-01-31 Thread Jason Costomiris
On Wed, Jan 30, 2002 at 05:02:20PM -0600, Saul Arias wrote: : Don't reboot. Reboot is for Windoze and kernel upgrades. I *did* say easiest. : service network restart That's not it. See Rodolfo's posting. -- Jason Costomiris <>< | Technologist, geek, hu

Re: How to Change Hostname?

2002-01-29 Thread Jason Costomiris
/network file. Adjust the value of HOSTNAME, creating it if not already there, and reboot. One last thing - don't name a machine with a mixed-case name - it's tacky. Check your /etc/hosts file too to make sure you've cleaned up all the cruft... -- Jason Costomiris <><

Re: Why is vsftpd in Rawhide?

2002-01-28 Thread Jason Costomiris
ill eventually grow up to be the RH 8.0 release, and they're preparing, that's all... -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Re: PHP?

2002-01-24 Thread Jason Costomiris
anguage doesn't change the spirit of his request. Tell me the answer, and don't point me at a web site. I'm sorry, but pointing him at a web site is a perfectly reasonable response, or do you somehow disagree? -- Jason Costomiris <>< | Technologist, geek

Re: PHP?

2002-01-23 Thread Jason Costomiris
p together with apache and php together.? There is a wealth of documentation on this very topic, unfortunately, you'll have to go to a web page to read about it. http://www.php.net/manual/ See the Installation section. -- Jason Costomiris <>< | Technologist, geek, human.

Re: Apache Question

2002-01-18 Thread Jason Costomiris
es on the web server? Router filters? configure your firewall to disallow the traffic? : Jeff Bearer, RHCE Ahem -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit,

Re: RPM --requires question

2002-01-01 Thread Jason Costomiris
On Tue, Jan 01, 2002 at 05:07:14PM -0500, Hal Burgiss wrote: : /usr/local/bin/perl <--- WTF? : /usr/local/bin/perl5 You've got some sort of script in the package that requires the above... I.e. it begins with: #!/usr/local/bin/perl5 or #!/usr/local/bin/perl -

Re: sourcing a mysql file from perl

2001-12-31 Thread Jason Costomiris
ements. Basically: open(FH, "$CRONLIST_SQL/load.sql.$file_date") or die "cannot open file"; while(){ chomp; $cursor2 = $connection2->prepare($_); $cursor2->execute; } close(FH); Also, are you intentionally putting braces around your

Re: Magic Number

2001-12-30 Thread Jason Costomiris
On Sun, Dec 30, 2001 at 02:53:34PM -0500, [EMAIL PROTECTED] wrote: : : Can someone out there tell what is a Magic Number is or send me to a website :explaining what is a Magic number? : STFW - for real. Ask Google about "unix magic number", and you will have your answer.

Re: A few enigmas

2001-12-24 Thread Jason Costomiris
othing but the To field referring to it. So sorry that I'm : not always "on", as you obviously are. Always "on"? Maybe, maybe not. More observant? Seems more likely. Don't get your shorts in a wad. -- Jason Costomiris <>< | Technologist, geek,

Re: A few enigmas

2001-12-24 Thread Jason Costomiris
he box. First you have to : find out if your sound card is even recognized. What distro are : you running? You already know he's running RedHat 7.2 - look at the subject line. He's asking about ALSA, which RH doesn't support. You can go to the ALSA site though and build RPMs

Re: OT: Compiling multithreaded code

2001-12-24 Thread Jason Costomiris
27;re not linking against the pthread library. You want to do something like: gcc -O2 foo.c -o foo -lpthread -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Re: Compiling MySQL From Source (not OT)

2001-12-23 Thread Jason Costomiris
d, but the xbox just plain rocks, particularly in DD 5.1... :) -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/ Quidquid latine dictum sit, altum viditur.

Re: Compiling MySQL From Source (not OT)

2001-12-22 Thread Jason Costomiris
e packages even upgrade cleanly from the stock redhat packages. I've had wonderful success running MySQL 3.23.46 built from the SRPMs from mysql.com, using InnoDB tables. Very fast, support FKs, and is transaction safe. -- Jason Costomiris <>< | Technologist, geek, hu

  1   2   3   4   5   >