Mike Ni | 2 Feb 2004 21:37
Picon
Favicon

802.11/G interface

Hey Friends,

I am planning to get a linux workstation from RedHat. 

Does anyone know where I can get a 802.11/G interface
card for Linux ( from redhat enterprise edition)?

The pre-sales from Linksys & DLink told me their
product only work for Window. They would not support
Linux (officially)?

Thanks!
Mike

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Mike Ni | 2 Feb 2004 21:24
Picon
Favicon

Test

test

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Scott Taylor | 2 Feb 2004 22:04

Re: 802.11/G interface

At 12:37 PM 02/02/2004, Mike Ni wrote:
>Hey Friends,
>
>I am planning to get a linux workstation from RedHat.
>
>Does anyone know where I can get a 802.11/G interface
>card for Linux ( from redhat enterprise edition)?

A little Google goes a long way.
Maybe this article will help you:
http://www.pclinuxonline.com/modules.php?name=News&file=article&sid=8269

>The pre-sales from Linksys & DLink told me their
>product only work for Window. They would not support
>Linux (officially)?

Just goes to show, cheaper is not always better.

Good luck

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

gerardo juarez-mondragon | 3 Feb 2004 05:00

dhcp and IP-Masquerade


I have a network connecting to the internet
through a Linux box that masquerades local
machines. It is further hidden by a NAT.
Approximately like this:

internet --> NAT --> Linux box --> internal network
                    (10.21.xx.xx)  (192.168.xx.xx)

It works fine, except for a recent change. I need
to assign some addresses through DHCP. When I try
it, computers (running Windows) do obtain a
network address and have access to the internal
network but cannot go through to the internet.
These same computers have no problem when
assigned a static IP (192.168.xx.xx). It seems
strange, since I think once an address is
assigned, the masquerading process should occur
transparently. Here is the relevant data:

---------------
dhcpd.conf:
---------------
option domain-name "my.domain";
option domain-name-servers 221.74.107.1,
221.74.107.2;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.1 192.168.0.10;
    default-lease-time 86400;
(Continue reading)

Horia Chirculescu | 3 Feb 2004 10:06
Picon

Re: dhcp and IP-Masquerade


If I understand you, the linux router has something like this:

                                eth0 - the link to your local network.
                                eth1 - the link to your NAT router

It is a strange setup, but it shuld work fine. I say that it is strange
becouse your NAT router should do the trick without the need of another
linux router. Why don't you use the 10.21.0.0 class for the local
network?   
If you can use a subnet from that IP range, you only need a DHCP server on
your local LAN, wich will have only one eth card.

First of all, you should set dhcpd to listen on only eth1.
You should do that like this:
When you start up the server, add "eth1" like:

                           dhcpd eth1

Then you should remove the part from your dhcpd.conf file concearning
eth0 (10.21.48.0/24). In your original setup, you MUST configure this
becouse the dhcpd by default listens on all interfaces he has found on
your linux machine.

A better solution of the problem is to instruct the NAT router to actually
masquerade the local network (192.168.0.0/24) along with 10.21.48.0/24
network. In this case, the linux router should have default routes for
192.168.0.0/24 pointing to your NAT router. The linux router won't do any
masquerading of that IP addresses, only routing will be involved.

(Continue reading)

Luca Ferrari | 3 Feb 2004 11:40
Picon
Favicon

archiving dat

Hello to everyone,
I need to make backups on a dat device, and I'd like to obtain something 
compatible with kdat but automatized. In other words I'd like to do my own 
scripts using tar and cron, but I'd like also to be able tor ead the dat from 
kdat. Nevertheless, even if I create the archive with the following command:
tar cvf /dev/st0 ./ -V "KDatMAGICmammuth:1075802336"
when I launch kdat it says that the archive has been created with a newer 
version, and that an update is required. How can I solve the problem? Kdat is 
good to read a single dat and view contents, but not to perform several 
scheduled backup.

Thanks,
Luca

--

-- 
Luca Ferrari,
fluca1978 <at> virgilio.it
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Ross Clarke | 3 Feb 2004 13:22

Re: 802.11/G interface

Hi Mike,

Have a look at  http://www.prism54.org, they have open source drivers 
for 802.11G cards running Prism chipsets. They also have a list on the 
site of supported cards and the success people have had with them. Dlink 
and Linksys both make appearances on that list, just double check to get 
the correct part numbers.

Regards,
Ross

Mike Ni wrote:

>Hey Friends,
>
>I am planning to get a linux workstation from RedHat. 
>
>
>Does anyone know where I can get a 802.11/G interface
>card for Linux ( from redhat enterprise edition)?
>
>The pre-sales from Linksys & DLink told me their
>product only work for Window. They would not support
>Linux (officially)?
>
>Thanks!
>Mike
>
>__________________________________
>Do you Yahoo!?
(Continue reading)

urgrue | 4 Feb 2004 16:45
Picon

Re: Outgoing mail filters

i use mailscanner (www.mailscanner.info i think). very easy to set up. 
it supports most major virusscanners as well as a few anti-spam 
solutions (spamassassin is what i use, works well too).

> Hello all,
> 
> I use sendmail and procmail to filter incoming messages for spam and 
> windoze executable attachments.  How can I filter outgoing mail?
> 
> Cheers.
> 
> Scott.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-
> admin" in
> the body of a message to majordomo <at> vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Scott Taylor | 4 Feb 2004 17:06

Outgoing mail filters

Hello all,

I use sendmail and procmail to filter incoming messages for spam and 
windoze executable attachments.  How can I filter outgoing mail?

Cheers.

Scott.

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Scott Taylor | 4 Feb 2004 20:12

Re: Outgoing mail filters

At 07:45 AM 02/04/2004, urgrue wrote:
>i use mailscanner (www.mailscanner.info i think). very easy to set up. it 
>supports most major virusscanners as well as a few anti-spam solutions 
>(spamassassin is what i use, works well too).

Hi Urgrue,

You use this for filtering outgoing mail?  Maybe I'm just going blind 
looking at this screen too much, but I can't find anything on their site 
about filtering outgoing mail.

Cheers.

Scott.

>>Hello all,
>>I use sendmail and procmail to filter incoming messages for spam and 
>>windoze executable attachments.  How can I filter outgoing mail?
>>Cheers.
>>Scott.
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-
>>admin" in
>>the body of a message to majordomo <at> vger.kernel.org
>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>-
>To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>the body of a message to majordomo <at> vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)


Gmane