Re: mtu problems?

2002-03-05 Thread Eran Levy

Hi,
At 09:31 05/03/02 +0200, you wrote:
>Try reducing the MTU on the internal machine to 1452, and see if the 
>problem goes away. If it does, you need to set a rule on iptables of the 
>outgoing filter to change the MSS on outgoing SYNs. I don't remeber what 
>it was.

As I know, this iptables thing is another way to the reducing MTU thing. If 
reducing MTU fixing the problem you shouldnt play with the iptables thing. 
Anyway, if I understand you right, here is the command to do that:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS 
--clamp-mss-to-pmtu



>If you want to understand why it happens, I, as well as a few other 
>people, wrote a pretty detailed explanation to the list a few months ago 
>(search the archives). If you want, I can explain it to you over the lunch 
>you owe me.
>
>Shachar
>
>
>Aviram Jenik wrote:
>
>>A question to the MTU gurus (Muli/Dani?):
>>
>>I'm pretty sure I have an MTU problem. However, I can't figure out:
>>A. How to 'debug' it (i.e. I don't know if the problem is really MTU)
>>B. What the problem is (if it exists).
>>
>>I think that (A) is especially important, since I'm getting the feeling I'm
>>chasing ghosts;
>>
>>The symptoms are as follows:
>>I'm have an excellent ADSL connection, but connecting to certain servers
>>using timeout-sensitive protocols I am having problems. For example, when
>>trying to upload files to my FTP server, either using FTP or SSH + rz, the
>>connection takes forever and breaks up in the middle quite frequently.
>>Pinging the server shows that my packet loss is negligible and that the
>>connection is fast (~35ms, <1% packet loss). Other people can FTP with no
>>problems. I have no other problems with that server or with my Internet
>>connection in general (i.e SMTP, HTTP all work quite nicely). The only think
>>I can think of is some strange MTU problem.
>>
>>For example, trying to FTP from my linux connection (the one connected to an
>>ADSL) via FTP fails miserably with timeouts. The connection is done
>>directly, so it's not a masquerading problem.
>>
>>Now the facts:
>>The MTU on the ppp0 interface is: 1452
>>The MTU on the eth1 interface (the one connected to the ADSL modem) is: 1500
>>
>>as far as I can tell from the how-to, that should be the right values. Any
>>idea how I can debug it and/or fix the problem?
>>
>>Thanks,
>>Aviram Jenik
>>Beyond Security Ltd.
>>http://www.BeyondSecurity.com
>>http://www.SecuriTeam.com
>>
>>Know that you're safe:
>>http://www.AutomatedScanning.com
>>
>>
>>
>>=
>>To unsubscribe, send mail to [EMAIL PROTECTED] with
>>the word "unsubscribe" in the message body, e.g., run the command
>>echo unsubscribe | mail [EMAIL PROTECTED]
>>
>>
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]

--
Best Regards,
Eran Levy.
"This is Linux country. If you listen carefully, you can hear Windows 
reboot..."
WebSite: http://levy.dyn.dhs.org


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Reverse NAT

2002-03-05 Thread Eran Levy

Hi,
yes there is reverse NAT.
You can read about it in the ipnatctl-HOWTO: 
http://www.linuxguruz.org/iptables/howto/ipnatctl-HOWTO.html#toc5
At 12:02 05/03/02 +0200, you wrote:
>Is there such a thing?
>If it is, where to read about this?
>Thanks a lot.
>
>Max
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]

--
Best Regards,
Eran Levy.
"This is Linux country. If you listen carefully, you can hear Windows 
reboot..."
WebSite: http://levy.dyn.dhs.org


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




ftp-proxy

2002-11-15 Thread Eran Levy
Just wanted to ask what peoples here think about ftp-proxy? It seems a good 
idea but I didnt got into it so much. 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



64-bit linux

2008-07-04 Thread Eran Levy
Hi All,
I've got a new duo-core laptop and installed the Ubuntu 64-bit compilation
for the first time. Anything you can recommend? ALL 32-bit application can
work on 64-bit? any exceptions? even GTK?
Should I install any 32-bit libraries?

Thanks for your help,
Eran


Re: 64-bit linux

2008-07-04 Thread Eran Levy
Oren, thanks.
"Anything you can recommend?" - means, any specific recommendations? - like
- configurations, etc.
But I think you answered my questions. I will google for documents based on
your answer.

Thx
Eran

On Fri, Jul 4, 2008 at 7:56 PM, Oren Held <[EMAIL PROTECTED]> wrote:

> x86_64 (recognized by 'lm' flag in /proc/cpuinfo) is fully backward
> compatible
> (16/32 bit).
>
> Of course, a 32bit binary would require 32bit libraries and vice versa (so
> you
> cannot use 32bit plugins in 64bit firefox without a hack, for example).
>
> Even though x86_64 is mature enough to have all foss in 64bit form, x86_64
> distributions (at least fedora/redhat) still supply popular libraries (i.e.
> libc) in 32bit form.
>
> I didn't understand your "Anything you can recommend?" question.
>
>  - Oren
>
> On Friday, 4 July 2008 19:35:46 Eran Levy wrote:
> > Hi All,
> > I've got a new duo-core laptop and installed the Ubuntu 64-bit
> compilation
> > for the first time. Anything you can recommend? ALL 32-bit application
> can
> > work on 64-bit? any exceptions? even GTK?
> > Should I install any 32-bit libraries?
> >
> > Thanks for your help,
> > Eran
>
>
>


-- 
Thanks,
Eran


Re: 64-bit linux

2008-07-05 Thread Eran Levy
Hi Amos,
You are right. Yesterday I reinstalled the 32bit version. The 64-bit
compilation didn't work well and I had to waste my time to make SIMPLE
things work... so I just decided to move back to 32-bit compilation.
Anyway, it was a good experience.

Thanks

On Sat, Jul 5, 2008 at 1:44 AM, Amos Shapira <[EMAIL PROTECTED]> wrote:

> 2008/7/5 Boaz Rymland <[EMAIL PROTECTED]>:
> > Usually you'll come quite quickly on a need for the 32bit libraries, be
> it
> > for (I'm not sure I'm correct or updated with all my examples) Flash
> plug-in
> > for your browser (or other browser issues, like firebug extension,
> although
> > I think in FF3 this is solved), Sun Java JRE and some other propriety or
> > closed source applications/libraries (perhaps skype client as well, for
> > sound device usage, not sure).
> >
> > In any case, I don't think there's any harm from installing those
> libraries
> > so I guess that either way is safe and ok to go.
>
> My personal experience is that 64 bit (7.10 and 8.04) on Desktop
> wasn't worth the hassle if you want to use proprietary software -
> Flash never worked well (non-Adobe aren't there yet) and other
> proprietary software (Picasa, possibly Google Earth but this week I
> noticed that they have 64-bit version for that) also was a hassle to
> install and then didn't work (don't remember details). I since
> switched to 32-bit and forgot all about it.
>
> Back when I had 64 bit, I followed all sorts of how-to's on getting
> things working with it and it never was right (e.g. Flash never
> worked).
>
> Now with 32 bit on my desktop and laptop, I don't see any
> disadvantages (it doesn't feel any slower and it can make use of the
> 2Gb RAM I have).
>
> I don't use my desktops for C/C++ development. I do most of my dev in
> Perl now and use (64bit) CentOS servers for production deployment.
> Your requirements may vary.
>
> --Amos
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>


-- 
Thanks,
Eran


Re: Planning a room using Dia/Kivio

2008-10-08 Thread Eran Levy
Check the new app from google

On Tue, Oct 7, 2008 at 3:30 PM, Shlomi Fish <[EMAIL PROTECTED]> wrote:

> On Tuesday 07 October 2008, Oren Held wrote:
> > Hi,
> >
> > I'm looking for a Linux software for planning a room. MS Visio does a
> fine
> > job in MS Windows.
> >
> > Dia & Kivio should be the Visio alternatives, but I couldn't find
> (neither
> > in the software or on the net) shapes for room objects (doors, windows,
> > beds).
> >
> > Any idea?
> >
>
> I should note that, if all else fails, you can always add the shapes that
> you
> require to Dia yourself:
>
> http://live.gnome.org/Dia/Faq#head-2bb408b1bae45e4fa80ee73d0de7f2e09f68800e
>
> That or hire someone (I'm interested) to do it for you. You can then share
> these shapes with other people who can re-use them. That's the power of
> open-source.
>
> Regards,
>
>Shlomi Fish
>
> -
> Shlomi Fish   http://www.shlomifish.org/
> Why I Love Perl - http://xrl.us/bjn88
>
> Shlomi, so what are you working on? Working on a new wiki about unit
> testing
> fortunes in freecell? -- Ran Eilam
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>


-- 
Thanks,
Eran


Re: moving from ADSL to HOT (Cable)

2008-10-08 Thread Eran Levy
Since you have a router, you shouldn't have any problem connecting your
network. Just configure your router.
I'm using HOT cables + netvision and it works fine.
Eran

On Wed, Oct 8, 2008 at 9:20 AM, Shlomo Solomon <[EMAIL PROTECTED]>wrote:

> On Wednesday 08 October 2008, Gilboa Davara wrote:
> > If you ISP supports it (Barak does) you can use DHCP instead of
> > L2TP/PPTP.
> > In this case, you router no longer needs to do anything (beyond NAT)
> Thanks, but maybe my question wasn't clear enough. In the past, I did pptp
> and
> NAT on my Linux box and shared my internet connection over the entire
> network. Since I bought an ADSL router from Bezek, everything is
> literaly "plug and play" on all Linux and Windows machines. I have the
> router
> set up to provide internal IP addresses to each machine and absolutely no
> set
> is required when  adding or upgrading a machine. It's so "easy" that I
> don't
> want to go back to the old way (administering the pptp and NAT on my
> machine). So my question is really, can I do the same with cable? Of
> course,
> I know I'd need to get a cable modem from HOT, but would it just plug into
> the router or what? Of course, the ADSL component of the router would be
> useless, but I'm assuming (and here I may be wrong) that I could still use
> the same router after plugging the cable modem into it.
>
>
> > > 2 - Is cable as reliable as ADSL - speed, disconnects, etc?
>
> On Wednesday 08 October 2008, Gilboa Davara wrote:
> > In my experience - far more reliable. (But it may depend on the state of
> > your local HOT infrastructure)
> > My IP was last changed ~4 months ago.
>
> On Wednesday 08 October 2008, sara fink wrote:
> > Don't do the mistake to move to Hot. It will be the mistake of your life.
> > Lots of disconnections,  old modems, bad service, over charging,waiting
>  on
> > the phone line at least 20 min).
>
> WOW - there couldn't be more conflicting opinions. Did one of the two
> (Gilboa
> and Sara) have unusually good or bad luck? Can anyone else give an opinion?
> Since this may be a bit OT, you can answer directly to me, instead of to
> the
> list. If it's of interest, I'll try to summarize the opinions I get.
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by KMail 1.9.9 (KDE 3.5.9) on LINUX Mandriva 2008.1
>
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>


-- 
Thanks,
Eran


Re: Planning a room using Dia/Kivio

2008-10-08 Thread Eran Levy
First, ok, thx
Second, It's not right. You can run it using Wine - I already tried it and
it works perfect (check this out:
http://www.wine-reviews.net/applications/google-sketchup-6-on-linux-and-freebsd-with-wine.html
).
You have two versions: Free and Commercial - try and decide the one you
preffer. It also depends how much time you are planning to use it.
Good luck

On Wed, Oct 8, 2008 at 11:35 AM, Shlomi Fish <[EMAIL PROTECTED]> wrote:

> Hi Eran!
>
> On Wednesday 08 October 2008, Eran Levy wrote:
> > sure, my pleasure, it's called: Google Sketchup:
> > http://sketchup.google.com/
> > It allows you to draw house/rooms/etc in 3D. Brilliant application.
> > thx
> > Eran
> >
>
> First of all - please avoid top-posting.
>
> Now, Google Sketchup is proprietary, binary-only, not open-source and
> specifically not available for Linux. This makes it a non-starter for my
> needs and probably Oren's too.
>
> Regards,
>
>Shlomi Fish
>
> -
> Shlomi Fish   http://www.shlomifish.org/
> Stop Using MSIE - http://www.shlomifish.org/no-ie/
>
> Shlomi, so what are you working on? Working on a new wiki about unit
> testing
> fortunes in freecell? -- Ran Eilam
>



-- 
Thanks,
Eran


Re: Planning a room using Dia/Kivio

2008-10-08 Thread Eran Levy
I know exactlly what Shlomi meant. It's not open source. I just suggested -
do whatever you want.

On Wed, Oct 8, 2008 at 12:30 PM, Ori Idan <[EMAIL PROTECTED]> wrote:

> Free as in free bear does not mean free.
> Shlomy talked about free as in free speach.
> It is not open source as much as I know.
> So I don't care if I can run it using wine or not.
>
> --
> Ori Idan
>
>
>
> On Wed, Oct 8, 2008 at 12:16 PM, Eran Levy <[EMAIL PROTECTED]> wrote:
>
>> First, ok, thx
>> Second, It's not right. You can run it using Wine - I already tried it and
>> it works perfect (check this out:
>> http://www.wine-reviews.net/applications/google-sketchup-6-on-linux-and-freebsd-with-wine.html
>> ).
>> You have two versions: Free and Commercial - try and decide the one you
>> preffer. It also depends how much time you are planning to use it.
>> Good luck
>>
>> On Wed, Oct 8, 2008 at 11:35 AM, Shlomi Fish <[EMAIL PROTECTED]> wrote:
>>
>>> Hi Eran!
>>>
>>> On Wednesday 08 October 2008, Eran Levy wrote:
>>> > sure, my pleasure, it's called: Google Sketchup:
>>> > http://sketchup.google.com/
>>> > It allows you to draw house/rooms/etc in 3D. Brilliant application.
>>> > thx
>>> > Eran
>>> >
>>>
>>> First of all - please avoid top-posting.
>>>
>>> Now, Google Sketchup is proprietary, binary-only, not open-source and
>>> specifically not available for Linux. This makes it a non-starter for my
>>> needs and probably Oren's too.
>>>
>>> Regards,
>>>
>>>Shlomi Fish
>>>
>>> -
>>> Shlomi Fish   http://www.shlomifish.org/
>>> Stop Using MSIE - http://www.shlomifish.org/no-ie/
>>>
>>> Shlomi, so what are you working on? Working on a new wiki about unit
>>> testing
>>> fortunes in freecell? -- Ran Eilam
>>>
>>
>>
>>
>> --
>> Thanks,
>> Eran
>>
>
>
>


-- 
Thanks,
Eran


Re: Planning a room using Dia/Kivio

2008-10-08 Thread Eran Levy
sure, my pleasure, it's called: Google Sketchup:
http://sketchup.google.com/
It allows you to draw house/rooms/etc in 3D. Brilliant application.
thx
Eran

On Wed, Oct 8, 2008 at 10:25 AM, Shlomi Fish <[EMAIL PROTECTED]> wrote:

> On Wednesday 08 October 2008, Eran Levy wrote:
> > Check the new app from google
> >
>
> Which new application? Care to share a link?
>
> Regards,
>
>Shlomi Fish
>
> > On Tue, Oct 7, 2008 at 3:30 PM, Shlomi Fish <[EMAIL PROTECTED]> wrote:
> > > On Tuesday 07 October 2008, Oren Held wrote:
> > > > Hi,
> > > >
> > > > I'm looking for a Linux software for planning a room. MS Visio does a
> > >
> > > fine
> > >
> > > > job in MS Windows.
> > > >
> > > > Dia & Kivio should be the Visio alternatives, but I couldn't find
> > >
> > > (neither
> > >
> > > > in the software or on the net) shapes for room objects (doors,
> windows,
> > > > beds).
> > > >
> > > > Any idea?
> > >
> > > I should note that, if all else fails, you can always add the shapes
> that
> > > you
> > > require to Dia yourself:
> > >
> > >
> http://live.gnome.org/Dia/Faq#head-2bb408b1bae45e4fa80ee73d0de7f2e09f6880
> > >0e
> > >
> > > That or hire someone (I'm interested) to do it for you. You can then
> > > share these shapes with other people who can re-use them. That's the
> > > power of open-source.
> > >
> > > Regards,
> > >
> > >Shlomi Fish
> > >
> > > -
> > > Shlomi Fish   http://www.shlomifish.org/
> > > Why I Love Perl - http://xrl.us/bjn88
> > >
> > > Shlomi, so what are you working on? Working on a new wiki about unit
> > > testing
> > > fortunes in freecell? -- Ran Eilam
> > >
> > > =
> > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > the word "unsubscribe" in the message body, e.g., run the command
> > > echo unsubscribe | mail [EMAIL PROTECTED]
>
>
> -
> Shlomi Fish   http://www.shlomifish.org/
> What does "Zionism" mean? - http://xrl.us/bjn8u
>
> Shlomi, so what are you working on? Working on a new wiki about unit
> testing
> fortunes in freecell? -- Ran Eilam
>



-- 
Thanks,
Eran


Re: Hebrew stemming

2009-02-04 Thread Eran Levy
it would be helpful if you will continue your discussion here, thx alot!

On Wed, Feb 4, 2009 at 11:58 AM, Jonathan Ben Avraham  wrote:
> Try contacting Nadav Har'El .
>
>  - yba
>
>
> On Wed, 4 Feb 2009, Yuval Hager wrote:
>
>> Date: Wed, 4 Feb 2009 11:53:03 +0200
>> From: Yuval Hager 
>> To: linux-il@cs.huji.ac.il
>> Cc: Jonathan Ben Avraham 
>> Subject: Re: Hebrew stemming
>>
>> On Wednesday 04 February 2009, Jonathan Ben Avraham wrote:
>>>
>>> Start with hspell.
>>>
>>>   - yba
>>
>> Thanks, I didn't know it does that.
>> I can't seem to find the sources though. All links point to ivrix.org.il,
>> which seems to be down.
>>
>> --yuval
>>
>
> --
>  EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
> =}ooO--U--Ooo{=
> - y...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>



-- 
Thanks,
Eran

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Modifying Javascript on-the-fly in Firefox

2009-11-27 Thread Eran Levy
Hi,
I use FireBug for that purpose.
thx

On Tue, Nov 24, 2009 at 9:08 AM, Baruch Siach  wrote:

> Hi Dave, Shlomi,
>
> On Mon, Nov 23, 2009 at 11:13:02AM +0200, Shlomi Fish wrote:
> > On Monday 23 Nov 2009 10:42:21 Dave Stav wrote:
> > > I needed a similar thing about a year ago. I used a perl tcp proxy.
> >
> > I published this Perl HTTP proxy for fixing the old yjobs on Firefox:
> >
> > http://www.shlomifish.org/open-source/projects/yjobs-on-mozilla/
> >
> > > Also, maybe Firebug can assist you.
>
> Thanks for your help. I was hoping to avoid this convoluted HTTP proxy
> solution, but I have no such luck.
>
> Thanks anyway.
>
> baruch
>
> --
> ~. .~   Tk Open Systems
> =}ooO--U--Ooo{=
>   - bar...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>



-- 
Thanks,
Eran
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Modifying Javascript on-the-fly in Firefox

2009-11-27 Thread Eran Levy
Hi Shlomi, I thought Baruch want to these modifications only once for
debugging purposes.

Baruch - If you want to do these each time a page loaded, I would suggest to
write a Firefox extension which modifying the DOM each time a page loaded.
I'm not sure if you are familiar with Netbeans, but you can download a
plugin called Foxplugin for Netbeans, which enables you to write Firefox
extensions easily and debug them as well.

Feel free to write me privately and discuss a solution.

Good luck
Eran

On Fri, Nov 27, 2009 at 4:30 PM, Shlomi Fish  wrote:

> Hi Eran!
>
> On Friday 27 Nov 2009 15:18:34 Eran Levy wrote:
> > Hi,
> > I use FireBug for that purpose.
>
> How can one use Firebug for this purpose? I'm talking without doing the
> modifications in the JavaScript again and again after every time Firefox is
> loaded, or even every time the page is loaded?
>
> I'm not trying to criticise you - I'm just interested to know how it can be
> done because I don't really know and cannot really tell based on the
> Firebug
> interface.
>
> Regards,
>
>Shlomi Fish
>
> > thx
> >
> > On Tue, Nov 24, 2009 at 9:08 AM, Baruch Siach  wrote:
> > > Hi Dave, Shlomi,
> > >
> > > On Mon, Nov 23, 2009 at 11:13:02AM +0200, Shlomi Fish wrote:
> > > > On Monday 23 Nov 2009 10:42:21 Dave Stav wrote:
> > > > > I needed a similar thing about a year ago. I used a perl tcp proxy.
> > > >
> > > > I published this Perl HTTP proxy for fixing the old yjobs on Firefox:
> > > >
> > > > http://www.shlomifish.org/open-source/projects/yjobs-on-mozilla/
> > > >
> > > > > Also, maybe Firebug can assist you.
> > >
> > > Thanks for your help. I was hoping to avoid this convoluted HTTP proxy
> > > solution, but I have no such luck.
> > >
> > > Thanks anyway.
> > >
> > > baruch
> > >
> > > --
> > > ~. .~   Tk Open
> > > Systems
> > >
> =}ooO--U--Ooo
> > >{= - bar...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
> > >
> > > ___
> > > Linux-il mailing list
> > > Linux-il@cs.huji.ac.il
> > > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
> >
>
> --
> -
> Shlomi Fish   http://www.shlomifish.org/
> Why I Love Perl - http://shlom.in/joy-of-perl
>
> Chuck Norris read the entire English Wikipedia in 24 hours. Twice.
>



-- 
Thanks,
Eran
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


IPchains with Home Networking

2001-01-19 Thread Eran Levy

Hi,
I have networked my computers at Home that the Linux box is the gateway and 
the other computers are windows Boxes. The Internet is shared without any 
problems between the computers on the network. but, when Im starting my 
ipchains script thhe gateway still has the connection but the rest of the 
computers has no connection to the Internet.
few monthes ago its worked on my another Gateway and all of my computers 
worked fine with Internet and all. but now in this gateway the internet 
isnt going together with the ipchains script. I have Re-installed my 
Gateway box to be sure the all the file systems are copied. but its still 
not working.
Is anyone has a solution?

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




SMB

2001-01-20 Thread Eran Levy

Hi,
I have SMB installed and configured successfully in my Linux box, but, when 
want to get in the shared directories from my windows computer ( I can see 
the shared directories) but I cant get into them. windows asking for 
password and when Im typing the password for the User that shared his 
directories, smb gives me error:
"The password is incorrect. Try again".  In the smb.conf file I did 
encrypted passwords = no and security = share ( I know its not secure but 
this is for the test). and its still not working.
this smb.conf file worked for me last time on another computer. I just 
copied this file and there shouldnt be problems. what can I do, please?

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




SMB and win98

2001-01-22 Thread Eran Levy

 Hi,
is anyone knows the Registry Key name for windows 98 that enable me using 
Encryption passwords with my SMB?

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: send mail problems

2001-01-25 Thread Eran Levy

Hi,
well, this isnt a sendmail problem. sendmail is an SMTP server. POP3 
enables you getting your emails from remote hosts and etc.
There is a few programs that enable POP3 (port 110) like: qpoper and much more.
When you dont have the pop3 daemon your POP3 service cant work. The 
programs that enable you using POP3 install the daemons that your linux 
needs to make POP3 work.
Hope this helped.

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Filenames

2001-02-01 Thread Eran Levy

Hi Hagit,
word/excel use the same directories browsing. You shouldnt have any problems.

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Linux,NT,Solaris and FreeBSD on the same disk

2001-02-01 Thread Eran Levy

Hi Uri,
1. No problems. I will be glad to help anytime.
2. You can use System ccommand to boot FreeBSD without any problem so you 
dont have to worrry about that.
3. I have used the latest System commander (I think it was 2000) But Im not 
using this right now.
4. I will send you the file. I just dont have it now. its in my office.

At 08:31 01/02/01 +0200, you wrote:

>Hi Eran,
>Thanks for answer.
>My only problem with SystemCommander is that I have pretty old version of
>it ( in addition
>to being illegal copy  :(   )  and somehow it doesn't eager to recognize
>Mandrake-7.2 .
>Besides , being such an old version I'm not quite sure it will recognize
>FreeBSD and QNX.
>Any way if you have useful documentation I'll be glad to get it .
>
>Thanks,
>Uri
>
>BTW What version of SystemCommander you used ?
>
>
>
>
> 
>
> Eran 
> Levy 
>
>  [EMAIL PROTECTED]
> on.net.il> cc: 
>
>Subject: Re: 
> Linux,NT,Solaris and FreeBSD on the same disk
> 31/01/01 
> 22:30 
>
> 
>
> 
>
>
>
>
>Hi Uri,
>Im sorry I dont know yet what is the best. I have used system commander and
>
>this was ok. I used NT boot manager and this was ok but people said that
>this boot manager isnt stable. I used the FreeBSD boot manager and this
>crashed many times and Im NOT recommending the use of freebsd boot
>managers. But I dont think that there will be problems if you will use with
>
>NT boot manager that should be ok. just friends worned me that there is
>some problems with this some times. You can test it. But I dont know why
>you arent using system commander? why are you tring another boot managers?
>I think that LILO & sysstem commander are all right. again. I have tried NT
>
>boot manager and nothing happend. but friendds tolld me that this crashed
>them serveral times. maybe they had their own problems with their boxes. I
>have worked with NT boot manager and this was ok.  anyway... If you want I
>have a document about multiboot systems and one of them is solaris. so I
>can give you the document if you want. I hope this helped you.
>At 08:26 30/01/01 +0200, you wrote:
>
> >So what the solution ?
> >If you know about unstability of Freebsd & NT managers , my guess  is ,
>you
> >was using it with Linux and
> >probably with something else.
> >So , what did you do ?
> >Thanks ,
> >Uri
> >
> >
> >
> >
> > Eran
> > Levy
> >
> >  > [EMAIL PROTECTED]
> > on.net.il> cc:
> >
> >Subject: Re:
> > Linux,NT,Solaris and FreeBSD on the same disk
> > 29/01/01
> > 22:25
> >
> >
> >
> >
> >
> >
> >
> >
> >Uri,
> >By the way, This Freebsd and NT boot managers arent stable. annd Im not
> >recommending use them.
> >At 14:39 29/01/01 +0200, you wrote:
> > >Hi all,
> > >I'm about to install (depicted above) OSes at my new disk.
> > >I had previously all of them , but with SystemCommander , and had no
> > >problems at all.
> > >The question is : If I can to install all this stuff without
> > >SystemCommander and what I have
> > >to take into account ?
> > >I know that LILO can load NT,Solaris and FreeBSD , but I never succeeded
> >to
> > >load Solaris 5.7
> > >with LILO :(
> > >
> > >Thanks,
> > >Uri
> > >
> > >
> > >=
> > >To unsubscribe, send mail to [EMAIL PROTECTED] with
> > >the word "unsubscribe" in the message body, e.g., run the command
> > >echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >Regards,
> >Eran Levy.
> >ICQ #: 104100321
> >E-mail: [EMAIL PROTECTED]
> >WebSite: http://come.to/liloboot
> >"If you think of MS-DOS as mono, and Windows as stereo, then Linux is
>Dolby
> >
> >Pro-Logic Surround Sound with Bass Boost and all the music is free."
>
>Regards,
>Eran Levy.
>ICQ #: 104100321
>E-mail: [EMAIL PROTECTED]
>WebSite: http://come.to/liloboot
>"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
>
>Pro-Logic Surround Sound with Bass Boost and all the music is free."

Regards,
Eran Levy.
ICQ #: 104100321
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot
"If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free."


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: kickstart

2001-02-13 Thread Eran Levy


Hi Mike,
If I understand you right, you can install OS'es in so many different ways, 
like: NFS, Cd-Rom server and etc.
At 22:43 11/02/01 +, you wrote:
>Hi,
>
>Well, I know you can do it with Boot-ROM chip, but the work that you'll need
>to do is to make the dos image, burn it and tweak the OS.. not worth it.
>Better open the machine and put temporarily a CDROM and install (if it's
>linux - then use floppy and use net boot)
>
>Hetz
>
>On Sunday 11 February 2001 19:12, Mike Almogy wrote:
> > Hi list.
> > Does Linux kickstart support other OS ?
> >
> > I need a way to install OS on computer without floppy disk or cdrom but
> > with Ethernet interface.
> >
> > Thanks,
> >
> > Mike
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: samba

2001-02-15 Thread Eran Levy

Hi Michael,
all you have to do is putting this line into /etc/inetd.conf:

swatstream  tcp waitroot/usr/sbin/swat swat

Thats not must to be /usr/sbin, You can have this file in different Directory.
Then, start X windows and start the Xterm and type: swat
and then you will get a pop-up box that needs your root password and then 
you just have to configure samba with a Graphical Interface.
You can also download the using-samba.tar.gz documentation file and this 
giving lots of information about swat.
Hope this helped.
At 09:55 15/02/01 +0200, you wrote:

>how do i configure swat on linux RH7 ??
>
>Michael W Ray
>IT Manager
>*
>G-Connect - Helping ISPs to differentiate www.g-connect.com
>POB 2200, Herzlyia B, 46120, Israel
><mailto:[EMAIL PROTECTED]>
>Tel : + 972 9 960 1130 Mobile : + 972 58 636 545
>  *


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Slightly OT: An AGP 1.0-compliant 3d-accelarated graphics card

2001-02-16 Thread Eran Levy

Hi Shlomi,
I recommend buy TNT Nvidia 32MB. You can buy it in computer stores 
everywhere. This card costs 150 or 200 NIS more than Voodoo card.
also, This card supports AGP. If you have ASUS MotherBoard that card is 
working great in this motherboards.
Hope this helped.
At 09:53 16/02/01 +0200, you wrote:

>Can anybody recommend a good state-of-the-art graphics card with 3d
>accelaration, that supports an AGP 1.0 slot, and can be bought from
>stores?
>
>I prefer an Nvidia GeForce card, but others will be also good.
>
>Regards,
>
> Shlomi Fish
>
>
>
>--
>Shlomi Fish[EMAIL PROTECTED]
>Home Page: http://t2.technion.ac.il/~shlomif/
>Home E-mail:   [EMAIL PROTECTED]
>
>The prefix "God Said" has the extraordinary logical property of
>converting any statement that follows it into a true one.
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Checking for bad sectors in a ReiserFS partition

2001-02-18 Thread Eran Levy

Hi Shlomi,
First, You can check your H.D. with e2fsck -v -y /dev/hda.
You cant check with fsck when you are boot linux like normal, You have to 
boot without some init levels.
Second, It may your H.D. corrupted. You maybe got H.D. with bad sectors or 
something. You have to check it.
If you arent able to check the bad sectors with fsck try do that with 
scandisk or something else.

At 07:50 18/02/01 +0200, you wrote:

>Hi!
>
>It seems one of my ReiserFS partitions got corrupted, and I am able to
>reproduce a problem where I constantly hear strange noises out of my
>hard-disk and I get some error messages (from the kernel or something like
>that) on the virtual consoles.
>
>I'd like to check and mark the bad sectors, but I don't know how to do
>that. The reiserfsck program does not seem to do such a thing, so I'm
>asking you what does.
>
>The funny thing is that it's a 6 monthes old hard-disk from IBM, so it's
>not likely it will get corrupted so soon.
>
>Regards,
>
> Shlomi Fish
>
>
>--
>Shlomi Fish[EMAIL PROTECTED]
>Home Page: http://t2.technion.ac.il/~shlomif/
>Home E-mail:   [EMAIL PROTECTED]
>
>The prefix "God Said" has the extraordinary logical property of
>converting any statement that follows it into a true one.
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: samba

2001-02-18 Thread Eran Levy

Hi Mike,
So you have to get a new inetd.conf file or type man inetd.


At 17:19 17/02/01 +0200, you wrote:

>  my problem is that in RH& the inetd.conf is gone , they now have the 
> zinetd.cin file, and its not he same as the inetd.conf ...
>
>-Original Message-----
>From: Eran Levy
>To: mike ray
>Cc: [EMAIL PROTECTED]
>Sent: 2/15/01 11:44 PM
>Subject: Re: samba
>
>Hi Michael,
>all you have to do is putting this line into /etc/inetd.conf:
>
>swatstream  tcp waitroot/usr/sbin/swat
>swat
>
>Thats not must to be /usr/sbin, You can have this file in different
>Directory.
>Then, start X windows and start the Xterm and type: swat
>and then you will get a pop-up box that needs your root password and
>then
>you just have to configure samba with a Graphical Interface.
>You can also download the using-samba.tar.gz documentation file and this
>
>giving lots of information about swat.
>Hope this helped.
>At 09:55 15/02/01 +0200, you wrote:
>
> >how do i configure swat on linux RH7 ??
> >
> >Michael W Ray
> >IT Manager
> >*
> >G-Connect - Helping ISPs to differentiate www.g-connect.com
> >POB 2200, Herzlyia B, 46120, Israel
> ><<<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]>mailto 
> :[EMAIL PROTECTED]>
> >Tel : + 972 9 960 1130 Mobile : + 972 58 636 545
> >  *


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Checking for bad sectors in a ReiserFS partition

2001-02-19 Thread Eran Levy

Hi Oren,
Im sorry I didnt pay attention to the REISERFS thing.

At 15:25 18/02/01 +0200, you wrote:
>Hello Eran
>
>Are you sure that e2fsck can check for bad blocks on *REISERFS*, NOT
>*EXT2* ?
>
>About the fsck you said that can be run from init level 1, the
>'normal' fsck is for ext2, not reiserfs. Reiserfs has got a beta fsck,
>which cannot do much.
>
>
>Cya,
>Oren.
>
>On Sun, 18 Feb 2001, Eran Levy wrote:
>
> > Hi Shlomi,
> > First, You can check your H.D. with e2fsck -v -y /dev/hda > number>.
> > You cant check with fsck when you are boot linux like normal, You have to
> > boot without some init levels.
> > Second, It may your H.D. corrupted. You maybe got H.D. with bad sectors or
> > something. You have to check it.
> > If you arent able to check the bad sectors with fsck try do that with
> > scandisk or something else.
> >
> > At 07:50 18/02/01 +0200, you wrote:
> >
> > >Hi!
> > >
> > >It seems one of my ReiserFS partitions got corrupted, and I am able to
> > >reproduce a problem where I constantly hear strange noises out of my
> > >hard-disk and I get some error messages (from the kernel or something like
> > >that) on the virtual consoles.
> > >
> > >I'd like to check and mark the bad sectors, but I don't know how to do
> > >that. The reiserfsck program does not seem to do such a thing, so I'm
> > >asking you what does.
> > >
> > >The funny thing is that it's a 6 monthes old hard-disk from IBM, so it's
> > >not likely it will get corrupted so soon.
> > >
> > >Regards,
> > >
> > > Shlomi Fish
> > >
> > >
> > >--
> > >Shlomi Fish[EMAIL PROTECTED]
> > >Home Page: http://t2.technion.ac.il/~shlomif/
> > >Home E-mail:   [EMAIL PROTECTED]
> > >
> > >The prefix "God Said" has the extraordinary logical property of
> > >converting any statement that follows it into a true one.
> > >
> > >
> > >=
> > >To unsubscribe, send mail to [EMAIL PROTECTED] with
> > >the word "unsubscribe" in the message body, e.g., run the command
> > >echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Typing Hebrew

2001-03-03 Thread Eran Levy

Hi,
I succeeded using Hebrew fonts in my browser without any problem.
How can I type in hebrew? There is any text editor? Do I have to re-map the 
keyboard with xkb?


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Typing Hebrew

2001-03-03 Thread Eran Levy

Hi again, something that I have forgot to say is: Im using RH 6.2 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Typing Hebrew

2001-03-04 Thread Eran Levy

Hi shaul,
First, Thanks for the help.
Second, Mandark is the best and support without any problem in Hebrew.

At 22:52 03/03/01 +0200, you wrote:
> > Hi,
> > I succeeded using Hebrew fonts in my browser without any problem.
> > How can I type in hebrew? There is any text editor? Do I have to re-map 
> the
> > keyboard with xkb?
> >
>
>
>vim, or gvim if you prefer a GUI, is the way I am editing Hebrew text.
>The definitions of the kbd is done by a cmd from within the editor. But you
>must have the proper support compiled in. Debian's vim package has this.
>
>Your message mentions an Hebrew text editor in the context of Internet
>browsing. I believe that typing Hebrew into an html server is more 
>problematic.
>If you are using any desktop env (KDE, GNOME) then, as far as I know, there
>are tools that are integrated to the env.
>
>
>BTW: Do other distros have Hebrew support for vim compiled in by default?
>
>
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
>
>--
>
> Shaul Karl <[EMAIL PROTECTED]>
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




partition Magic to Linux

2001-03-07 Thread Eran Levy

Hi,
I have downloaded partition magic for linux to make an image backup to my 
FileSystems.  If I have 600MB and I image them, what will be the MBs of the 
image?


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Partition magic

2001-03-08 Thread Eran Levy

Hi,
I have downloaded partition magic for linux to make an image backup to my 
FileSystems.  If I have 600MB and I image them, what will be the MBs of the 
image?
I dont know how image is working? is this compress the anything or if I 
image 600MB the MBs for the image will be the same?


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Voodoo 4500

2001-03-08 Thread Eran Levy

Hi,
there are any drivers for voodoo 4500 to make it works in XFree?
The new XFree 4.0.2 has only drivers for voodoo 3 and voodoo 5...is there 
any other way that I can get it working?


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




vim witth Hebrew support

2001-03-09 Thread Eran Levy

Hi,
I have successfully installed vim. whhen Im tring to start vim with the -H 
option Im getting an error message that says: "Hebrew cannot be used: Not 
enabled at compile time". I have edited the features.h file in the src/ 
directory. I have this lines for the right to left hebrew support:

#ifdef MAX_FEAT
# define RIGHTLEFT
#endif

I cant ind any specific option for it.
Is there anything wrong?
do I have to edit another file to enable Hebrew support?


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: ip masquerading and kernel 2.4

2001-03-10 Thread Eran Levy

Hi mulix,
You can do that simply by:

iptables -P FORWARD ACCEPT
iptables -A FORWARD -i ppp0 -m state --state NEW,INVALID -j REJECT
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

The first line sets up the forwarding allowing you to use
the computer as a gateway, the next blocks any forwards
that come from our internet connection. The third line
enables IP Masquerade for anything going out on ppp0,
and finally the last line actually enables forwarding.

then, if you want to learn iptables I recommend this site: 
http://www.linuxhelp.net under the Guides section you'll find how playing 
with iptables.

At 00:35 11/03/01 +0200, you wrote:
hello,

would one of the people who have masquerading (or rather, SNAT if your ip
is static) working with kernel 2.4 and iptables please give me a shout and
their firewall script? i'm running into some weird problem here.

thanks in advance!
-- 
mulix
http://www.advogato.com/person/mulix

linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: securetty

2001-03-13 Thread Eran Levy

Hi Mike,
1. /etc/securetty is used by login(1); the file contains  the
device  names  of tty lines (one per line, without leading /dev/) on which 
root is allowed to login.  'man securetty' for more information.
2. the -h option has to work without no problems. can you mention any 
errors from the log files or any error you getting from the telnet service 
when connecting from Rempote? your telnetd in xinetd running as it needs to 
run?


At 19:21 13/03/01 +0200, you wrote:

>hi
>
>im using RH7 and i edited the /etc/securetty file to permit only tty1 to 
>login, but it did not work
>
>my second problem is in /etc/xinetd.d, in the telnetd conf file i gave 
>telnet  the -h attribute at the end in order to prevent
>
>system information from remore logins but then the telnet service goes down
>
>anyone with an idea ??



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: securetty

2001-03-15 Thread Eran Levy

Mike,
Great to hear that. You can also do 'man usertty' maybe that will help you 
the best as I can to your problem.
Second, to your telnetd problem: Thats an attribute problem, You can solve 
it by typing:
chmod 755 /usr/sbin/in.telnetd
do lsattr /usr/bin/in.telnetd  to get the file attributes. man lsattr for 
more information.
if there are ani +i attribute or something like that you have to change the 
file attribute by the chattr command (i.e. chattr -i ). man chattr 
for more information and options.
Thats the way to solve the telnet daemon problem.
Hope this helped.
At 16:00 14/03/01 +0200, you wrote:

>hi eran
>thx, i solved the securetty issue, regarding the in.telnetd -h issue, iget 
>the following message in the log when i start the xinetd deamon:
>
>"service telnet missing attribute server"
>
>mike
>
>-Original Message-
>From: Eran Levy 
>[<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, March 13, 2001 7:53 PM
>To: mike ray
>Cc: [EMAIL PROTECTED]
>Subject: Re: securetty
>
>Hi Mike,
>1. /etc/securetty is used by login(1); the file contains  the
>device  names  of tty lines (one per line, without leading /dev/) on which
>root is allowed to login.  'man securetty' for more information.
>2. the -h option has to work without no problems. can you mention any
>errors from the log files or any error you getting from the telnet service
>when connecting from Rempote? your telnetd in xinetd running as it needs to
>run?
>
>At 19:21 13/03/01 +0200, you wrote:
>
> >hi
> >
> >im using RH7 and i edited the /etc/securetty file to permit only tty1 to
> >login, but it did not work
> >
> >my second problem is in /etc/xinetd.d, in the telnetd conf file i gave
> >telnet  the -h attribute at the end in order to prevent
> >
> >system information from remore logins but then the telnet service goes down
> >
> >anyone with an idea ??
>
>
>Regards,
>Eran Levy.
>E-mail: [EMAIL PROTECTED]
>WebSite: <http://come.to/liloboot>http://come.to/liloboot



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Python

2001-03-17 Thread Eran Levy

Hi,

Is there any good editor for Python you recommend me to use?


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: Mandrake update (was Re: Konqueror and Walla)

2001-03-17 Thread Eran Levy

Hi,
The answer to your Second question: There are plenty of ideas about what 
can kde update cause to the configurations and things like that.
Im sure that when you are updating from kde 1.x to kde 2.x there are some 
things that can be changed in the configuration files.
I dont know which version you want to update to, but, You can update and if 
it will screw your configuration files you have all the original 
configuration files always in the .kde/ directory in your Home Directory. 
so you can copy files and things like that.
I hope this helped.

At 23:10 17/03/01 +, you wrote:
I'm replying to the first of my own questions, but still want an answer to th
e second one :-)

On 17-Mar-2001 [EMAIL PROTECTED] wrote:
 >  In the list of mirrors, IGLU doesn't appear. I tried typing in the
 > address,
 > but that didn't help. I have ADSL so I don't really mind using a slower
 > mirror
 > somewhere else, but IGLU would be faster. Is there a way to use the utility
 > with the IGLU mirror?
I tried again and it DOES work - but you have to enter the following address:

ftp://ftp.iglu.org.il/pub/distributions/Mandrake/updates   - the utility
then adds the rest of the address  .../7.2/RPMS


 >
 > 2 - Since I use KDE, and therefore run the Mandrake update utility under 
KDE,
 > I'm afraid to use it to update KDE itself. I assume the utility knows how to
 > **handle** this situation, but I don't want to try this experiment and screw
 > up
 > my system (unless someone can tell me they've done it).
 >
 >

//-
Shlomo Solomon
E-Mail: [EMAIL PROTECTED]
http://come.to/shlomo.solomon
Date: 17-Mar-2001   Time: 23:06:41

Message sent by XFMail on a LINUX Mandrake 7.2 machine
//-

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




GeForce3 support in X

2001-03-18 Thread Eran Levy

Hi list,
I saw here some peoples talking about GeForce3 support in Linux.
so I just want to say that GeForce3 support has been added to the new Xfree 
4.03 - Support for the GeForce3 is added to the nv driver.
I hope this helped.



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




python book?

2001-03-18 Thread Eran Levy

Hi,
Is there any good book to learn python from the basic level?



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: rh7.0 and boot.img

2001-03-23 Thread Eran Levy

Hi Eli,
The .config file sits on the /usr/src/linux directory and it must to be 
there if you compiled it and configured it.
To compile something with the source you have to get the source package 
from the RedHat Cd or you can get it in their FTP site.

At 00:01 22/03/01 +0200, you wrote:
Hey,
Thanks for your comment but I do know where to get the kernel source from
and we actually mirroring 2.4/2.2 versions of the kernel
(ftp://ftp.cs.huji.ac.il/pub/mirror/linux/kernel if anyone intersted)
the problem is I'm not sure if its just a diffrent config of the normal
kernel or did redhat actually added patches and so to that kernel source.
I also need its .config which I can't find in any rpm.

thanks

Ely Levy
System group
Hebrew University
Jerusalem Israel



On Wed, 21 Mar 2001, Oren Held wrote:

|  Hello Ely
|
|  The image is a compiled kernel, you can't take any source out of it.
|  In order to apply a patch to a kernel source and compile it, download a
|  new kernel.
|  ftp://ftp.il.kernel.org/pub/linux/kernel/v2.4/linux-2.4.2.tar.bz2
|
|  Cya,
|  Oren.
|
|  On Wed, 21 Mar 2001, Ely Levy wrote:
|
|  > Hey,
|  >
|  > someone knows where i can find the source/config for the kernel that
|  > inside the image?
|  > I need to add a patch to it and to recompile it.
|  >
|  > Ely Levy
|  > System group
|  > Hebrew University
|  > Jerusalem Israel
|  >
|  >
|  >
|  >
|  > =
|  > To unsubscribe, send mail to [EMAIL PROTECTED] with
|  > the word "unsubscribe" in the message body, e.g., run the command
|  > echo unsubscribe | mail [EMAIL PROTECTED]
|  >
|
|


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




kernel 2.4.3

2001-03-30 Thread Eran Levy

Hi List,
Is it recommended update my kernel to 2.4.3?


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




typing hebrew in console

2001-03-30 Thread Eran Levy

Hi,
I have downloaded vim and its working with vim -H option.
but its writing inverted hebrew, for example I want to write "Ha" its 
writing "aH".
what do I have to change to make it working?

----
Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: File transferring problem

2001-03-30 Thread Eran Levy

Hi Udi,
1. You have to set the right permissions. You have to look in the log files 
about any permissions' errors or anything else that will help you.
2. in the /etc/smb.conf file look of there are any read-only in the sharing 
directories configurations.

At 05:22 30/03/01 -0500, you wrote:
>I installed 2 Linux machines at work. They consider me the Linux expert here
>though I'm really not... I hope you can help me out with this last problem I
>still have here.
>
>I got Samba working and the machines are visible in the Windows neighborhood
>with the shares I defined but when you try to copy files to/from Linux the
>operation hangs until it errors out.
>
>I can surf the web from these Linux machines, can telnet to them and run X
>programs from Windows by using an X server for Windows. I can FTP in but 
>again
>any file transferring won't work. I am not much of a networking expert and
>have no idea what could be causing such problems.
>
>Any ideas will be greatly appreciated. b.t.w, these are Slackware Linux
>machines.
>
>
>Udi Kalifon
>[EMAIL PROTECTED]
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




XMMS plugins round up

2001-04-01 Thread Eran Levy

Hi List,
I saw that some peoples are talking about xmms was LIRC subject.
I just wanted to say that there is a good article in linux.com website: 
http://www.linux.com/newsitem.phtml?sid=1&aid=11994

I recommend to read this article: "xmms plug-ins round up."




Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: eth0: timeout errors

2001-04-01 Thread Eran Levy

Hi,
That error means that Linux can determine your NIC drivers.
Did you compile a new kernel? Did you read the readme file in the RTL8139 
installation disk(there is an howto in the linux\ directory)? Did you added 
the line to the conf.modules file that will determine the rtl8139 driver?

At 11:11 01/04/01 +0200, you wrote:
Hello List.

I have an ADSL connection on my linux machine with two NICs (rtl8139), the
machine serves my local net on eth0 and is connected to the modem (alcatel)
using eth1.
I'm getting wierd messages in my log with the form:

eth0: Transmit timeout, status 0d 0004 media 00.
eth0: Tx queue start entry 4 dirty entry 0.
eth0: Tx descriptor 0 is 8008a06e. (queue head)
eth0: Tx descriptor 1 is 8008a06e.
eth0: Tx descriptor 2 is 8008a06e.
eth0: Tx descriptor 3 is 8008a06e.

I can see that the transmission is slower then it should be and stops every
few seconds and then goes on.

I'm using RH7 with kernel 2.2.16, the NIC driver is built into it.gonna
upgrade to 2.4 soon but still, does anyone know how I can solve this
problem??

Fredy.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

----
Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: CDROM problem.

2001-04-02 Thread Eran Levy

Maxim,
I think that the problem comes from Hardware conflicts, I suggest looking 
on the /proc files to see about any conflicts. /proc files can give lots on 
information at thiss problems.

At 15:12 02/04/01 +0200, you wrote:
>Hi list.
>
>I installed SCSI adaptor with CD-Writer. It was recognized by the system
>(RH6.2) and works
>allright, but now I cannot use my IDE CDROM. In /dev I see that link
>cdrom was changed to point
>to scd0, which is CDR. eject works only with CDR. When I tried to change
>/dev/cdrom to point to
>/dev/hdc (as it was previously), it claims "cannot open /dev/cdrom".
>
>What could be the problem?
>
>Regards,
>
>Maxim Kryachko
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Software modem

2001-04-04 Thread Eran Levy

Hi,
Is Software Modems can work in Linux? Is there any optional way to let it 
work? Its an 56K modem. If you need more information please let me know.



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Back from the dead [was: ISDN problems].

2001-04-05 Thread Eran Levy

Hi Eli,
You can buy an ADSL line from Bezeq that isnt cost so much. You have to pay 
149 NIS monthly.
You can call to 1800230230 and ask for Reuven, he will help you with this 
and will give you a great offer for ADSL line.
I hope this helped.

At 16:58 05/04/01 +0300, you wrote:
>Oded Arbel wrote:
>
> > Hi list.
> >
> > I've just found the problem with my ISDN connection - my Fritz! card is
> > faulty.
> > Its pitty that I had to install Win2k to find that out (can't they
> > have normal error reporting in hisax ?), but now I'm back to full speed
> > (that is 256kbps :-), and thanks to all the people who tried to help - I
> > appreciate it.
>
>Maybe off-topic: Who is your ISP?
>Is there any ISP these days that provides 256Kbps ISDN for a rational
>price? (i.e. unlike Netvision, for example, which charges $300 monthly
>for dual ISDN, or Internet Zahav, which claims that this is "unreliable"
>(I would respect them if they said the truth, that it is not economical
>for them, or not rentabile)).
>
>Does such a service include static IPs?  How many?
>And if not, can static IPs be purchased for extra monthly cost?  How
>much?
>
>Some background:
>
>Currently, we have one weak line of Frame-Relay, and I want to replace
>it by ADSL for incoming traffic (serving the desktops and the clients),
>and dual ISDN (256Kbps) for outgoing traffic (i.e. servers, or in other
>words - the DMZ). Both of the connections, together, are going to cost
>less than the current connection, but with much wider bandwidth.
>
>I want to connect these two LANs by a firewall/router, so inter-
>connections between the clients and the servers will not have to be
>served through the ISP(s), and no VPN will be needed. Just for my
>curiosity: Does this plan make sense?
>
>Thanks in advance,
>--
>Eli Marmor
>[EMAIL PROTECTED]
>CTO, Founder
>Netmask (El-Mar) Internet Technologies Ltd.
>__
>Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
>Fax.:   +972-9-766-1314  P.O.B. 7004
>Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel
>
>=====
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Back from the dead [was: ISDN problems].

2001-04-12 Thread Eran Levy

Hi Eli,
Thanks for answering :) I see you answering in the mailing list and I dont 
know why you arent answering to my greetings :)

Regarding your question:
I think that you can find a good offer in ActCom. The 256Kbps are a really 
good lines and I really recommend it. ActCom has a really good offers and 
they are a good ISP (I was in their service something like a 6 months but I 
came back to my friend (Netvision)). They also support really good in 
Linux. Call them to: 1800-300-123 annd talk with the businesses section 
they have a 256Kbps lines to Networks and this costs 320$ for a month 
without a commitment and if you want to commit for 24 months you are 
getting the line for something like 220$ for a month if you if you are 
commit for 12 months you can get a line for a 250$ for a month. I dont know 
if this is a good offer but this is what they how it costs. I just know 
that ActCom is cheaper.

I hope this helped.


At 18:31 09/04/01 +0300, you wrote:
>Hi Eran,
>
>First, let me apologize for not responding yet for your greetings.
>I'm busy, as usual :-(
>I'll respond later, hopefully.
>
>Regarding your answer:
>
>Thank you very much.
>
>However, these details are known for me, and this is why I chose to order
>ADSL. The question was not whether it is good or bad (it's good), or
>whether it is cheap or expensive (it's VERY cheap), or how to find a good
>deal (it's almost impossible to find a deal which is not attractive...);
>
>The question was about *ISDN*: Some of the ISPs have a special package
>for 256Kbps (rather than the common 64Kbps and 128Kbps packages). This
>package requires a double line of ISDN (i.e. 2 BRAs, i.e. 4 ports).
>
>Unfortunately, the largest ISPs stopped the support for this package,
>because the largest ISPs have expensive prices for their Frame-Relay
>packages, and they are afraid that this package will compete against
>their Frame-Relay packages. Other ISPs still support it. My question was
>who these ISPs are, how good are they, and what the mailing list thinks
>about 256Kbps (I know that ISPs like Internet Zahav are against it, but
>their claims - against the quality of this "technology" - are not true).
>
>Eran Levy wrote:
>
> > You can buy an ADSL line from Bezeq that isnt cost so much. You have to pay
> > 149 NIS monthly.
> > You can call to 1800230230 and ask for Reuven, he will help you with this
> > and will give you a great offer for ADSL line.
> > I hope this helped.
>
>--
>Eli Marmor
>[EMAIL PROTECTED]
>CTO, Founder
>Netmask (El-Mar) Internet Technologies Ltd.
>__
>Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
>Fax.:   +972-9-766-1314  P.O.B. 7004
>Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: wine or win4lin?

2001-04-12 Thread Eran Levy

Hi Ishay,
The best thing to do in that situation is reading the descriptions in their 
websites.
I used wine. But, You can use what ever you want.

At 18:19 10/04/01 +0300, you wrote:
>Hello,
>
>can anyone share opinions about wine vs. win4lin?
>
>Thanks, ishay
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Masquerading problem with ADSL

2001-04-13 Thread Eran Levy

Hi Eyal,
Do you have this lines when you MASQ your system with the 2.4 kernel:
iptables -P FORWARD ACCEPT
iptables -A FORWARD -i ppp0 -m state --state NEW,INVALID -j REJECT
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

If not add them...
if you are connecting from the other machine without MASQ can you check HTTP?

At 16:07 13/04/01 +0300, you wrote:


>Hello,
>
>I have successfully connected to the ISP using the ADSL-HOWTO on iglu, but
>I am unable to masquerade any HTTP (specifically HTTP, everything else
>works OK) connections.
>
>I am using a 2.4.3 vanilla kernel, with iptables.
>I issue
>
>[root@RedGhost /root]# iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -i
>ppp0 -j MASQUERADE
>[root@RedGhost /root]# echo 1 > /proc/sys/net/ipv4/ip_forward
>
>After which all my client machines ( Win2k and win98 ) can successfully
>ping to the internet, use irc, ftp and everything EXCEPT http.
>When I try to use HTTP I can see the information leave (via tcpdump) and I
>can see that there is a reply from the http server, but it never reaches
>the client machine.
>
>On the linux box itself every network service works, so I think that this
>is a masquerading problem.
>
>I get the exact same behaviour using ipchains on a 2.2.16 kernel.
>The distribution I am using is Redhat 7.0.
>
>The one thing that really bothers me is that when I telnet to a HTTP
>server, say yahoo, on port 80, and I issue an INCORRECT request, I get the
>error on the client machine correctly.
>If I telnet on port 80 and issue a correct request then it waits about 2-3
>minutes, after which I get all the information.
>
>
>Any ideas, anybody?
>
>Thanks,
>
>Eyal
>
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: one more thing - Masquerading problem with ADSL

2001-04-13 Thread Eran Levy

One more thing: Do you have any firewall that blocked any http service?




Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: one more thing - Masquerading problem with ADSL

2001-04-13 Thread Eran Levy

Hi Eyal,
check this website for a script of Ira Abromov:
http://ira.abramov.org/linux/dialnetfilter.init.html

this is a firewall/MASQ script. I dont know why the second line
from my script didnt work to you with the --state INVALID,NEW option but
I think that Ira's script will work.

At 16:35 13/04/01 +0300, you wrote:

I don't have any firewall set up at
all.

Eran Levy wrote:

> One more thing: Do you have any firewall that blocked any http
service?
>
> ----
> Regards,
> Eran Levy.
> E-mail: [EMAIL PROTECTED]
> WebSite:
http://come.to/liloboot
>
>
=
> To unsubscribe, send mail to [EMAIL PROTECTED] 
with
> the word "unsubscribe" in the message body, e.g., run the
command
> echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the
command
echo unsubscribe | mail [EMAIL PROTECTED]


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite:
http://come.to/liloboot



Typing hebrew with vim in console

2001-04-17 Thread Eran Levy

Hi,
I have tried using vim -H and its typing me inverted hebrew and its not 
giving me the right buttons for example if im writing "H" it prints me: "D" 
why?
I think that I have to Re-map the hebrew keyboard for a console use. But, how?
I saw the ftp://linux.org.il/pub/Hebrew/vimrc_hebrew script but its for X 
windows and I want to type hebrew into console.
Can anyone help? Tzafrir? Hetz? someone?


----
Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Before you freshly install Redhat 7.1

2001-04-20 Thread Eran Levy

Hi List,
I also recommend that you will compile the ReiserFS patch after the 
installation proccess by getting the reiserFS gziped patch and type this 
command:
zcat /usr/local/src/reiserfs-patch.gz | patch -p1(/usr/local/src is 
where the file has to be). Then, You can just compile the kernel as usual 
and you will have a new option of ReiserFS in the menus.

At 04:05 20/04/01 +, you wrote:
>Hi,
>
>If you're installing Redhat 7.1 from scratch - you know the pain that it
>makes that it does't support creating ReiserFS partitions and installing your
>stuff on it...
>
>This is very important for notebook users also - think what happends when you
>had a total power off (you didn't notice that your battery have 0% power),
>and then you'll have to fsck your entire Linux partitions (I had the pleasure
>of doing it with 18GB disk, not fun)...
>
>So, go to this URL and grab the floppy image from there, copy it to a floppy
>disk, and boot from it instead of your Redhat CD-1. Then put Redhat 7.1 CD-1
>in your cdrom, and continute the installation as usual - only with disk
>druid, click on that "ReiserFS" option..
>
>Oh, you might want to upgrade the kernel to 2.4.3 or more since there were
>few fixes to ReiserFS..
>
>URL: http://cambuca.ldhs.cetuc.puc-rio.br
>
>Hetz
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




samba 2.2

2001-04-20 Thread Eran Levy

Hi,
Will my smb.conf still use-able in samba 2..2 (latest)?


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




samba 2.2 RPM

2001-04-20 Thread Eran Levy

Hi,

I have tried to update my samba 2.0.6 in RH 6.2 to the samba 2.2 RPM 
package and I have got the some of the packages conflicts with the 2.2 
packages. why? Do I have to upgrade to 2.0.7 first before I upgrade to 2..2?



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




SAMBA problem

2001-04-21 Thread Eran Levy

Hi,
I had 2.0.6 version of Samba. I have uninstalled the samba packages annd 
compiled the samba 2.2.0 RPM binary package. I have re-copied all the 
smb.conf, ssmbpasswd and smbusers files to /etc/.
Then, I killed -HUP the smbd and nmbd daemons and now I cant see the share 
directories from the Network Neighborhood from my windows machines.
I have looked in my logs and found: /var/log/samba/log.nmbd says:

[2001/04/21 14:11:45, 0] nmbd/nmbd.c:sig_term(65)
   Got SIGTERM: going down...
[2001/04/21 14:15:03, 0] nmbd/nmbd.c:main(794)
   standard input is not a socket, assuming -D option
[2001/04/21 14:16:23, 0] nmbd/nmbd.c:sig_hup(92)
   Got SIGHUP dumping debug info.
[2001/04/21 14:16:23, 0] nmbd/nmbd_workgroupdb.c:dump_workgroups(292)
   dump_workgroups()
dump workgroup on subnet 192.117.0.1: netmask=  255.255.255.0:
 MYGROUP(1) current master browser = UNKNOWN
 LILOBOOT 40019a03 (Samba Server)

** That means he couldnt find my group name and put the MYGROUP(1) and cant 
find the master browser. I have copied the smb.conf file so why it cant 
identify my Group name?


At 03:17 21/04/01 +0300, you wrote:
>On 20 Apr 2001 21:12:58 +0200, Eran Levy wrote:
> > Hi,
> >
> > I have tried to update my samba 2.0.6 in RH 6.2 to the samba 2.2 RPM
> > package and I have got the some of the packages conflicts with the 2.2
> > packages. why? Do I have to upgrade to 2.0.7 first before I upgrade to 
> 2..2?
>
>
>You downloaded the binary rpm from samba.org, right?
>This RPM contain all the samba parts.
>On RH6.2 and almost all others, it is seperated to 3 RPMS
>common,client and server.
>Backup all your samba config files smb.conf,smbpasswd etc... ( you do
>regular backups, right?)
>Then manuly remove rpm -e samba-server samba-client samba-common.
>Then install the new RPM and move your config files back.
>
>I did this and no user even noticed.
>
>
>
>
>
>
>
>
>--



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Configuration of partial in.addr zones.

2001-04-27 Thread Eran Levy

Hi Yotam,
You can do that in your own DNS server:
you can use the IN A and IN PTR to do this. In one zone that resolves ip to 
name you have to type this:
ip-address.in-addr.arpa.IN PTR name.domain.

and in the nnaame to ip zone file you have to add this:
name.domain.IN Aip-address

You dont have them to add this to you. You can do this on your own server. 
CNAME record is for alias name to another name like this:
mail.fks.org.il IN CNAMEwebserver.fks.org.il

hope this helps.
At 16:23 27/04/01 +0300, you wrote:
>Gentle people,
>
>I wish to present before you the following problem:
>Our ISP assigned us 5 'real' ip addresses. Our DNS server is the authoritative
>one for our makif.omer.k12.il domain. I wish to delegate control of the
>in.addr zone to our servers, mainly because Internet Zahav's DNS servers
>run bind-8.2.2-P5 which is susceptible to the tsig bug.
>Now, the in.addr zone should only be in charge of the five addresses assigned
>to us by our ISP. How can Internet Zahav create a partial in.addr zone for
>the five IP addresses assigned to us? I know of a way to achieve this
>using CNAME trickery, but I was hoping there is cleaner way to achieve this.
>
> Regards, Yotam Rubin



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Kernel 2.4.4

2001-04-28 Thread Eran Levy

Hey List,
Go get kernel 2.4.4. 
http://www.kernel.org/pub/linux/kernel/v2.4/ChangeLog-2.4.4


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: PAM and samba

2001-04-30 Thread Eran Levy

Hi Ely,
In my RH server I have this file /etc/pam.d/samba:
authrequired/lib/security/pam_pwb.so nullok  shadow
account required/lib/security/pam_pwb.so
session required/lib/security/pam_pwb.so
passwordrequired/lib/security/pam_pwb.so

I also have in /etc/pam.d/sudo this:

authrequired/lib/security/pam_smb_auth.so

and this works fine without any problems. I would suggest you compile samba 
2.2 this has more features and more function ability.

At 06:59 30/04/01 +, you wrote:
>On Sun, 29 Apr 2001, Ely Levy wrote:
>
> > did someone succed to make samba to work with PAM on redhat?
> > I need to know with both 2.0.7 and 2.2.0..
>
>I'm not sure what you mean by that, but at work we have several Linux
>computers, running Samba versions 2.07 through 2.2 and all the computers
>(including their samba services) are doing authentication through
>pam ,using pam_smb to query the Win2k PDC server.
>
>And it works pretty much ok.
>
>Oded
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Mozilla latest snapshot

2001-05-02 Thread Eran Levy

The RH 6.2 Mozilla RPMs include bidi support too?

At 08:54 01/05/01 +, you wrote:
>Hello,
>
>I have been loosly following the discussion on the latest Mozilla and BiDi 
>support, and I thought you'd like to know that
>
>1. CVS RPMS can be found here:
>http://ftp.mozilla.org/pub/mozilla/nightly/latest-trunk/Red_Hat_7x_RPMS/
>
>2. These RPMS compiled nicely on my machine at work (RedHat 6.2) with
>   bidi support
>
>Cheers,
>Yosi
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: another samba PAM problem

2001-05-02 Thread Eran Levy

I think that this: 
http://www-106.ibm.com/developerworks/linux/library/l-samba/?t=gr,p=Samba22 
website will help you. First, read this website and then in the end  of the 
document there are resources to more documents and there are some documents 
about what you want. I recommend you check them.

At 20:30 02/05/01 +0300, you wrote:
>I don't really like those RTFM asnwers people sometimes gives
>if I wouldn't look for like the last few days 2-4 hours a day
>on samba docs I wouldn't have send it to the list in the first place..
>
>
>Ely Levy
>System group
>Hebrew University
>Jerusalem Israel
>
>
>
>On Wed, 2 May 2001, Oded Arbel wrote:
>
>|
>|  I've got several computers at work to logon to our Windows2k domain. it
>|  takes reading of some documentation in the samba docs directory - I do not
>|  currently recall exactly the name of the specific document, and with a
>|  cursory look couldn't locate it, but its there and includes step-by-step
>|  directions on how to get your computer logged to the Win2k domain.
>|
>|  Oded
>|
>|
>|  On Wed, 2 May 2001, Ely Levy wrote:
>|
>|  > From: Ely Levy <[EMAIL PROTECTED]>
>|  > To: [EMAIL PROTECTED]
>|  > Date: Wed, 2 May 2001 19:59:14 +0300 (IDT)
>|  > Subject: another samba PAM problem
>|  >
>|  > after looking into it I got the following with samba 2.2.0
>|  > it only uses PAMS when the config of samba say to use clear text 
>passwords
>|  > to join a domain win2k uses ecrypted authentication (samba needs user
>|  > root) which mean I can't make the computer join the domain
>|  >
>|  > did anyone solve this?
>|  > am I doing something wrong?
>|  >
>|  > Ely Levy
>|  > System group
>|  > Hebrew University
>|  > Jerusalem Israel
>|  >
>|  >
>|  >
>|  >
>|  > =
>|  > To unsubscribe, send mail to [EMAIL PROTECTED] with
>|  > the word "unsubscribe" in the message body, e.g., run the command
>|  > echo unsubscribe | mail [EMAIL PROTECTED]
>|  >
>|  >
>|
>|
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: (More) another samba PAM problem

2001-05-02 Thread Eran Levy

I also recommend you look on the documents in your samba package 
directories. There are several documents there about your needs and they 
are describe it nice.

At 20:30 02/05/01 +0300, you wrote:
>I don't really like those RTFM asnwers people sometimes gives
>if I wouldn't look for like the last few days 2-4 hours a day
>on samba docs I wouldn't have send it to the list in the first place..
>
>
>Ely Levy
>System group
>Hebrew University
>Jerusalem Israel
>
>
>
>On Wed, 2 May 2001, Oded Arbel wrote:
>
>|
>|  I've got several computers at work to logon to our Windows2k domain. it
>|  takes reading of some documentation in the samba docs directory - I do not
>|  currently recall exactly the name of the specific document, and with a
>|  cursory look couldn't locate it, but its there and includes step-by-step
>|  directions on how to get your computer logged to the Win2k domain.
>|
>|  Oded
>|
>|
>|  On Wed, 2 May 2001, Ely Levy wrote:
>|
>|  > From: Ely Levy <[EMAIL PROTECTED]>
>|  > To: [EMAIL PROTECTED]
>|  > Date: Wed, 2 May 2001 19:59:14 +0300 (IDT)
>|  > Subject: another samba PAM problem
>|  >
>|  > after looking into it I got the following with samba 2.2.0
>|  > it only uses PAMS when the config of samba say to use clear text 
>passwords
>|  > to join a domain win2k uses ecrypted authentication (samba needs user
>|  > root) which mean I can't make the computer join the domain
>|  >
>|  > did anyone solve this?
>|  > am I doing something wrong?
>|  >
>|  > Ely Levy
>|  > System group
>|  > Hebrew University
>|  > Jerusalem Israel
>|  >
>|  >
>|  >
>|  >
>|  > =
>|  > To unsubscribe, send mail to [EMAIL PROTECTED] with
>|  > the word "unsubscribe" in the message body, e.g., run the command
>|  > echo unsubscribe | mail [EMAIL PROTECTED]
>|  >
>|  >
>|
>|
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: is Kernel 2.4 "secure" ? [Was: /proc permissions patch]

2001-05-12 Thread Eran Levy

Hi, I dont know if its off-topic right now but I just wanted to notice some 
things:
Now the only kernel with the mdk "improvments" is: 2.4.3 - soon 2.4.4 - 
There isnt any mdk patch yet - as I said - soon.
gresecurity 1.1 is released which means this patch is for 2.4.4
OpenWall projects released security patch for 2.2.19 kernel - 
http://www.openwall.com/linux/


At 15:11 06/05/01 +0300, you wrote:
>Oded Arbel wrote:
>
> > Actually, what I would like to know is - what happened to the "Secure"
> > version of Mandrake's 2.2 kernel ? is the 'secure' patches were ported to
> > 2.4.3mdk ?
>
>As far as I understood, this stuff is based on 3rd parties and orgs which
>didn't make it available for 2.4 yet.
>
> >does 2.4.3mdk contains no security patches ?
>
>Not the extra ones.
>
> > does 2.4.3mdk
> > contain any Mandrake specific improvments ?
>
>No.
>
> > does that means that using
> > 2.4.3mdk is less secure then using 2.2.19mdk-secure ?
>
>Yes.
>
>In any case, please let me repeat what I wrote in my previous response:
>
>If you want to enjoy both of the worlds (2.4 AND security), the best is
>to take 2.4.4 (with the latest AC patches because of some annoying bugs),
>and apply the patches of Getrewted (grsecurity 1.0) into it.
>
>Unfortunately, this way you lose the non-security patches of Mandrake,
>and the kernel which comes with Mandrake 8.0 is 2.4.3, which is not the
>one required for grsecurity 1.0.
>
>So the question that I raised before, returns:
>
>Where can 2.4.4 kernel WITH Mandrake improvements be found?
>Or is there any patch which can be applied into the standard Linus kernel
>that implements Mandrake additions?
>
>If there is such a version, you can take it, apply grsecurity, and then
>enjoy the combination of Mandrake, a 2.4.* kernel, better security, and
>Mandrake improvements.
>
>--
>Eli Marmor
>[EMAIL PROTECTED]
>CTO, Founder
>Netmask (El-Mar) Internet Technologies Ltd.
>__
>Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
>Fax.:   +972-9-766-1314  P.O.B. 7004
>Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel
>
>=====
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: SAMBA problem

2001-04-22 Thread Eran Levy

Hi,
Its now working for me. To resolve the problem I did this:
erased all the samba packages from 2.0.6 and 2.2.0 and then re-installed 
the samba 2.2.0 package and its now working and getting my work group and 
its now working perfectly.
Do anyone have a good documentation about samba security?

At 21:42 21/04/01 +0300, you wrote:
>Hi
>
>On Sat, 21 Apr 2001, Eran Levy wrote:
>
> > I had 2.0.6 version of Samba. I have uninstalled the samba packages annd
> > compiled the samba 2.2.0 RPM binary package. I have re-copied all the
> > smb.conf, ssmbpasswd and smbusers files to /etc/.
>
>This is a major version upgrade. Isn't there any UPGRADE document or
>something in the README about upgrading?
>
>If not, then you can use the sample config files as a form of
>documentation (at least the ones from samba are well-commented).
>
>Actually you probably should somehow merge your old config into that
>sample config (lasttime I upgraded squid I used emacs's ediff to merge my
>config with the .rpmnew config)
>
>(see below more about .rpmnew)
>
> > Then, I killed -HUP the smbd and nmbd daemons and now I cant see the share
> > directories from the Network Neighborhood from my windows machines.
> > I have looked in my logs and found: /var/log/samba/log.nmbd says:
> >
> > [2001/04/21 14:11:45, 0] nmbd/nmbd.c:sig_term(65)
> >  Got SIGTERM: going down...
> > [2001/04/21 14:15:03, 0] nmbd/nmbd.c:main(794)
> >  standard input is not a socket, assuming -D option
> > [2001/04/21 14:16:23, 0] nmbd/nmbd.c:sig_hup(92)
> >  Got SIGHUP dumping debug info.
>
>Did you give it SIGHUP again, or is this the kill -HUP you mention in your
>post?
>
> > [2001/04/21 14:16:23, 0] nmbd/nmbd_workgroupdb.c:dump_workgroups(292)
> >  dump_workgroups()
> >   dump workgroup on subnet 192.117.0.1: netmask=  255.255.255.0:
> >MYGROUP(1) current master browser = UNKNOWN
> >LILOBOOT 40019a03 (Samba Server)
> >
> > ** That means he couldnt find my group name and put the MYGROUP(1) and cant
> > find the master browser. I have copied the smb.conf file so why it cant
> > identify my Group name?
>
>
> >
> > At 03:17 21/04/01 +0300, you wrote:
> > >On 20 Apr 2001 21:12:58 +0200, Eran Levy wrote:
> > > > Hi,
> > > >
> > > > I have tried to update my samba 2.0.6 in RH 6.2 to the samba 2.2 RPM
> > > > package and I have got the some of the packages conflicts with the 2.2
> > > > packages. why? Do I have to upgrade to 2.0.7 first before I upgrade to
> > > 2..2?
> > >
> > >
> > >You downloaded the binary rpm from samba.org, right?
> > >This RPM contain all the samba parts.
> > >On RH6.2 and almost all others, it is seperated to 3 RPMS
> > >common,client and server.
> > >Backup all your samba config files smb.conf,smbpasswd etc... ( you do
> > >regular backups, right?)
> > >Then manuly remove rpm -e samba-server samba-client samba-common.
> > >Then install the new RPM and move your config files back.
> > >
> > >I did this and no user even noticed.
>
>This means that you have uninstalled all the packages, and then istalled
>them. Also, if you had any package that depended on samba, it had to go as
>well.
>
>But you can Upgrade rpm packages, and keep part of your config.
>
>   rpm -Uv samba-*.rpm
>
>(or any other way. The thing is that you have to upgrade all the packages
>in one rpm command, because rpm must keep the all the system's
>dependencies after the command is excuted.
>
>If you have changed any files of the package then they won't be lost
>(unlike the case of rpm -e). If the files you have chaned was marked as a
>config file, then the file replacing it from the new package will have a
>.rpmnew extention.
>
>If the file is not marked as a config file then then new file from the
>package will override your old copy. But your copy won't be lost: it will
>be saved with the extention .rpmsave .
>
>It is a good idea not to leave .rpmnew and .rpmsave files lying around in
>your system, but to handle them immeditely (delete them, merge them,
>whatever). It is also a good idea to run 'slocate rpmnew' and 'slocate
>rpmsave' once in a while to see if you left such files.
>
>--
>Tzafrir Cohen
>mailto:[EMAIL PROTECTED]
>http://www.technion.ac.il/~tzafrir



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RedHat 7.1

2001-04-22 Thread Eran Levy

Hi,
Have anyone upgraded his RH 6.2 to 7.1? If yes, Is he announced any 
problems with the upgrading?



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: Protecting against the Alcatel ADSL modem vulnerability

2001-04-26 Thread Eran Levy

Hi,
First, I recommend using a modem that cant be connected by telnet, ftp, 
tftp,httpd etc. in my modem as I see in IPtraf the packets cannot be 
accepted. If you have a modem that cannot accept any services as mentioned 
above can not be exploitable only if someone hacks the server. Secure the 
server and secure the modem by password if there any.
Also, alcatel speed touch PRO is exploitable (BugTraq): Taking advantage 
from the ALCATEL Speed Touch Pro backdoor and configuration problems, it is 
possible to obtain a "full priv" access to the router and launch several 
attack against the internal LAN thanks to the NAT/PAT feature often made 
available.
Second, all the users of alcatel speed touch I recommend read 
this:  http://security.sdsc.edu/self-help/alcatel
you can read some docs there.




At 12:25 26/04/01 +0200, you wrote:

>I agree with the fact that if u limit the connections to the modem it will
>be the start of protecting it but...
>ANYONE who will access your modem, meaning he has to break into the "server:
>first and from it access the modem, can control it and one of the basic
>things he can do is make it unusable for u.
>The first thing you should do is set the password on the modem, Bezeq never
>do it on installations.
>The second thing is to protect your "server", If they cant access it they
>cant access the modem.
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
>Behalf Of Dani Arbel
>Sent: Wednesday, April 25, 2001 8:40 PM
>To: Shlomi Fish
>Cc: [EMAIL PROTECTED]
>Subject: Re: Protecting against the Alcatel ADSL modem vulnerability
>
>
>Shlomi,
>Your ADSL has an ip # in 10 net , and is not accesible from outside. You
>have to protect your host ip # only.
>If you are paranoid and fear that someone will control your ADSL modem
>from outside (pure ATM) then you can limit the connections alowed for
>10.0.0.138 .
>Dani
>
>On Wed, 25 Apr 2001, Shlomi Fish wrote:
>
> >
> > Hi!
> >
> > I have an Alcatel ADSL modem at home and I use it to connect my Mandrake
> > 7.2 Linux to the Internet. I followed the HOWTO and everything is working
> > fine.
> >
> > Now, I want to set up a firewall that will protect my computer in case
> > somebody penetrates the modem. I have already set up an IP-Chains firewall
> > to protect me against connecting to TCP ports via the ppp0 interface, but
> > should I also do it for the "eth0" interface?
> >
> > Any pointers and guidelines would be highly appreciated.
> >
> > Regards,
> >
> >   Shlomi Fish
> >
> >
> >
> > --
> > Shlomi Fish[EMAIL PROTECTED]
> > Home Page: http://t2.technion.ac.il/~shlomif/
> > Home E-mail:   [EMAIL PROTECTED]
> >
> > A more experienced programmer does not make less bugs. He just realizes
> > what went wrong more quickly.
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: 1. ftp.tau.ac.il 2. www.exploits.org

2001-05-17 Thread Eran Levy

They have DNS problems. If you are trying to reverse IP to name and its 
working and name to IP and its not working they have problems with their 
name to IP zone files. Tell them to fix it and give them a proof that they 
have a problem. send them email with the problem with the reply tthat you 
are getting from 'host' when you're trying to reverse name to IP and wait 
to get answer from him.
--
The reply in my machine:
[red@lilo]$ host 62.0.148.80
80.148.0.62.IN-ADDR.ARPA domain name pointer ras5-p80.jlm.netvision.net.il
[red@lilo]$ host ras5-p80.jlm.netvision.net.il
ras5-p80.jlm.netvision.net.il has address  62.0.148.80
---



At 08:48 17/05/01 +0300, you wrote:
>On Thu, May 17, 2001 at 03:38:13AM +0300, Shaul Karl wrote:
> > 1. ftp.tau.ac.il:
> > Starting from today I am being able to log anonymously to ftp.tau.ac.il.
> > I wonder if the few other bezeqint users who have reported to have 
> problems
> > with that site can do that as well.
>
> I called Bezeqint and asked them correct their reverse DNS problem.
>The support guy was actually attentive and said he'll get right on it.
>It is likely that your sudden ability to connect to tau's FTP site is derived
>from the fact that bezeqint remedied their problem. It may also have nothing
>to do with it:
>'linux:~$ host 212.179.240.11
>Name: bzq-240-11.bezeqint.net
>Address: 212.179.240.11
>
>linux:~$ host bzq-240-11.bezeqint.net
>bzq-240-11.bezeqint.net does not exist, try again'
>
>Does your IP address pass the above test? Did it not do so in the past?
>I'll call them again today.
>
> Regards, Yotam Rubin
>
>
> >
> >   Shaul Karl <[EMAIL PROTECTED]>
> >
> > Hillel used to say: If I am not for myself who will be for me?
> > Yet, if I am for myself only, what am I? And if not now, when?
> >   (Ethics Of The Fathers 1:14)
> >
> >
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
>
>=====
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: 1. ftp.tau.ac.il 2. www.exploits.org

2001-05-17 Thread Eran Levy

You can log in any login you want thats not means that this will fix the 
DNS problem. send email to the admin as I said in my previous mail and let 
him answer you and fix the DNS.

At 11:35 17/05/01 +0300, you wrote:
>Hi
>
>I'm trying to log anonimously with a bezeqint account and still get the same
>problem...
>
>Ishai.
>
>- Original Message -
>From: "Shaul Karl" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, May 17, 2001 3:38 AM
>Subject: 1. ftp.tau.ac.il 2. www.exploits.org
>
>
> > 1. ftp.tau.ac.il:
> > Starting from today I am being able to log anonymously to ftp.tau.ac.il.
> > I wonder if the few other bezeqint users who have reported to have
>problems
> > with that site can do that as well.
> >
> >
> > 2. www.exploits.org
> > Yet I have a new problem: www.exploits.org, which is a free software site
>that
> > hosts a few projects.
> > Can people, especially bezeqint users, try to traceroute it?
> >
> > The www.exploits.org admin told me that bezeqint is 18 hops away:
> >
> > 16  195.ATM8-0-0.GW3.NYC1.ALTER.NET (146.188.177.129)  131.688 ms  132.167
>ms
> > 127.474 ms
> > 17  Bezeq-1-gw.customer.alter.net (157.130.252.222)  310.454 ms
> > APX-TA.bezeqint.net (212.25.92.5)  320.504 ms
> > Bezeq-1-gw.customer.alter.net (157.130.252.222)  315.826 ms
> >
> >
> > My traceroute doesn't get to it:
> >
> > [03:31:34 tmp]$ /usr/sbin/traceroute -m 22 www.exploits.org
> > traceroute to gearbox.exploits.org (65.64.162.194), 22 hops max, 38 byte
> > packets
> >  1  APX-TA.bezeqint.net (212.25.92.5)  44.597 ms  49.342 ms  42.185 ms
> >  2  6000.bezeqint.net (212.25.92.30)  45.944 ms *  46.554 ms
> >  3  212.179.59.195 (212.179.59.195)  48.240 ms  50.165 ms  43.660 ms
> >  4  gw0.bezeqint.net (192.115.106.254)  49.798 ms  57.993 ms  53.749 ms
> >  5  212.25.93.242 (212.25.93.242)  49.183 ms  50.081 ms  48.866 ms
> >  6  500.Serial2-1-1.GW3.NYC1.ALTER.NET (157.130.252.221)  221.040 ms
>221.719
> > ms  223.256 ms
> >  7  104.ATM3-0.XR1.NYC1.ALTER.NET (146.188.177.138)  223.496 ms  218.933
>ms
> > 222.632 ms
> >  8  195.at-1-0-0.XR1.NYC9.ALTER.NET (152.63.18.26)  226.871 ms  226.725 ms
> > 215.925 ms
> >  9  0.so-2-1-0.XL1.NYC9.ALTER.NET (152.63.23.137)  220.727 ms  217.705 ms
> > 224.678 ms
> > 10  POS6-0.BR3.NYC9.ALTER.NET (152.63.24.97)  228.676 ms  220.195 ms
>217.025
> > ms
> > 11  137.39.52.78 (137.39.52.78)  220.622 ms  214.595 ms  222.427 ms
> > 12  ord2-core2-pos5-0.atlas.icix.net (165.117.48.38)  246.275 ms  243.931
>ms
> > 238.921 ms
> > 13  ord2-core3-pos7-0.atlas.icix.net (165.117.48.94)  240.643 ms  247.973
>ms
> > 240.796 ms
> > 14  ord2-core4-pos7-0.atlas.icix.net (165.117.48.98)  239.738 ms  250.413
>ms
> > 238.554 ms
> > 15  dfw3-core1-pos5-0.atlas.icix.net (165.117.48.69)  258.115 ms  259.307
>ms
> > 263.524 ms
> > 16  dfw3-core2-pos6-0.atlas.icix.net (165.117.48.122)  269.827 ms  268.158
>ms
> > 264.595 ms
> > 17  sat1-core1-s3-3.atlas.icix.net (165.117.52.117)  282.122 ms  281.064
>ms
> > 286.490 ms
> > 18  206.181.162.90 (206.181.162.90)  281.510 ms  278.914 ms  287.304 ms
> > 19  core1-fa0-0-0.snantx.swbell.net (151.164.17.228)  289.016 ms  281.032
>ms
> > 281.021 ms
> > 20  rback1-fa2-0.snantx.swbell.net (151.164.17.70)  289.380 ms *  295.789
>ms
> > 21  * * *
> > 22  * * *
> >
> > --
> >
> > Shaul Karl <[EMAIL PROTECTED]>
> >
> > Hillel used to say: If I am not for myself who will be for me?
> > Yet, if I am for myself only, what am I? And if not now, when?
> >   (Ethics Of The Fathers 1:14)
> >
> >
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Mandrake 2.4.4 kernel

2001-05-17 Thread Eran Levy

Good news!
The Mandrake 2.4.4 kernel is going to release something like in the end of 
the week. Thats what I got from a friend in Mandrake. so wait :)



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: is there a problem on kde.org???

2001-05-17 Thread Eran Levy

Yes the site is down from yesterday night. You can ping it and see 100% loss.
The ftp.kde.org is working because it linked to another server and its just 
a cname of the real server that KDE serves there ftp. I think www.kde.org 
is down because of upgrading or something but I dont know the truth.

At 20:57 17/05/01 +0300, you wrote:
>I've been trying to reach www.kde.org for several hours - any idea what the
>problem is? Is the site down?
>
>//-
>Shlomo Solomon
>E-Mail: [EMAIL PROTECTED]
>http://come.to/shlomo.solomon
>Date: 17-May-2001   Time: 20:55:20
>
>Message sent by XFMail on a LINUX Mandrake 8.0 machine
>//-
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: is there a problem on kde.org???

2001-05-17 Thread Eran Levy

The sites are down for their reasons.
At 21:54 17/05/01 +0300, you wrote:
>I dont' want to be rude or anythign by it seems to become a custome
>latly to send to the list about every site which is down for more than a
>day.. linux sites or not I don't think we should get a daily report on
>which sites are down or not..
>and the thread after
>I find it kind of annyoing
>if there is a problem with a site why won't people ask that question
>to the site maintainer or thier isp?
>this is hardly the place for it ..
>
>
>Ely Levy
>System group
>Hebrew University
>Jerusalem Israel
>
>
>
>On Thu, 17 May 2001 [EMAIL PROTECTED] wrote:
>
> > I've been trying to reach www.kde.org for several hours - any idea what the
> > problem is? Is the site down?
> >
> > //-
> > Shlomo Solomon
> > E-Mail: [EMAIL PROTECTED]
> > http://come.to/shlomo.solomon
> > Date: 17-May-2001 Time: 20:55:20
> >
> > Message sent by XFMail on a LINUX Mandrake 8.0 machine
> > //-
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Linux mail relay + MS Exchange

2001-05-20 Thread Eran Levy

why not using pop3d to get mail from MS?

At 12:57 20/05/01 +0300, you wrote:
>On Sun, 20 May 2001 10:54:46 +0200, Evgeny Popov <[EMAIL PROTECTED]> wrote:
> >
> > That what my company is going to implement in growing amounts at client
> > sites.
> >
> > If anyone can share his experience, especialy which freeware/GPL product to
> > use at Exchange site to pull the mail from Linux using Pop/IMAP. Also some
> > RTFM links would be great.
> >
> > Currently we use Redhat + Popbeamer combination, which is not free.
>
>I probably don't understand the question, so please clarify.
>
>You can automaticly forward every mail to the MS Exchange by various
>methods (rule in the sendmail, forward file in general place - I use
>/var/spool/mail/.forward/%u, and so on).
>
>The MS exchange client (and Outlook client) has a builtin pop reader
>that move the email into the client inbox folder (not the exchange
>
>Ehud.
>
>
>--
>  @@ @@@ @@ @@Ehud Karni   éðø÷ ãåäà
>  @@  @  @@  @Senior System Support   áùçî úåëøòîá äëéîú
>  @@ @@ @  @@ Mivtach - Simon   ïåîéñ - çèáî
>  @@ @@ @@Insurance agencies  çåèáì úåéåðëåñ
>  Better  Safe  Than  Sorry   Tel: +972-3-6212-757  Fax: +972-3-6292-544
>  http://www.simonwiesel.co.ilmailto:[EMAIL PROTECTED]
>
>  Ehud Karni Mivtach - Simon  Insurance   /"\
>  Tel: +972-3-6212-757 Fax: +972-3-6292-544   \ /  ASCII Ribbon Campaign
>  (USA) Fax and  voice  mail: 1-815-5509341X   Against  HTML  Mail
>  Better Safe Than Sorry  / \
>  mailto:[EMAIL PROTECTED]http://www.simonwiesel.co.il
>
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re(2): Linux mail relay + MS Exchange

2001-05-20 Thread Eran Levy

Or I just didnt understand the question. I mean using the in.pop3d with 
sendmail/postfix and then receive the mail in MS. If you will use in.pop3d 
and you will enable it from inetd the 110 port will open and then you will 
be able to receive the mail from MS.
At 13:53 20/05/01 +0200, you wrote:
>why not using pop3d to get mail from MS?
>
>At 12:57 20/05/01 +0300, you wrote:
>>On Sun, 20 May 2001 10:54:46 +0200, Evgeny Popov <[EMAIL PROTECTED]> 
>>wrote:
>> >
>> > That what my company is going to implement in growing amounts at client
>> > sites.
>> >
>> > If anyone can share his experience, especialy which freeware/GPL 
>> product to
>> > use at Exchange site to pull the mail from Linux using Pop/IMAP. Also some
>> > RTFM links would be great.
>> >
>> > Currently we use Redhat + Popbeamer combination, which is not free.
>>
>>I probably don't understand the question, so please clarify.
>>
>>You can automaticly forward every mail to the MS Exchange by various
>>methods (rule in the sendmail, forward file in general place - I use
>>/var/spool/mail/.forward/%u, and so on).
>>
>>The MS exchange client (and Outlook client) has a builtin pop reader
>>that move the email into the client inbox folder (not the exchange
>>
>>Ehud.
>>
>>
>>--
>>  @@ @@@ @@ @@Ehud Karni   éðø÷ ãåäà
>>  @@  @  @@  @Senior System Support   áùçî úåëøòîá äëéîú
>>  @@ @@ @  @@ Mivtach - Simon   ïåîéñ - çèáî
>>  @@ @@ @@Insurance agencies  çåèáì úåéåðëåñ
>>  Better  Safe  Than  Sorry   Tel: +972-3-6212-757  Fax: +972-3-6292-544
>>  http://www.simonwiesel.co.ilmailto:[EMAIL PROTECTED]
>>
>>  Ehud Karni Mivtach - Simon  Insurance   /"\
>>  Tel: +972-3-6212-757 Fax: +972-3-6292-544   \ /  ASCII Ribbon Campaign
>>  (USA) Fax and  voice  mail: 1-815-5509341X   Against  HTML  Mail
>>  Better Safe Than Sorry  / \
>>  mailto:[EMAIL PROTECTED]http://www.simonwiesel.co.il
>>
>>To unsubscribe, send mail to [EMAIL PROTECTED] with
>>the word "unsubscribe" in the message body, e.g., run the command
>>echo unsubscribe | mail [EMAIL PROTECTED]
>
>
>
>Regards,
>Eran Levy.
>E-mail: [EMAIL PROTECTED]
>WebSite: http://come.to/liloboot
>
>
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: IPSec on 2.4.2/IPv4

2001-05-20 Thread Eran Levy

Hi,
I recommend you read the IETF's comprehensive list of papers in: 
http://www.ietf.org/ids.by.wg/ipsec.html maybe you will find there your 
answer and read the RFCs and surely you will find the answer.
At 17:33 20/05/01 +0300, you wrote:
>Are we *absolutely sure* we're not confusing
>(1) IP-layer encryption (that may.. I hope still.. exist in upcoming OS
>implementations)
>with
>(2) tunneling software (or a tunneling kernel driver) that implements a
>simple "tunnel-over-network-interface" to abide with existing
>interface/routing mechanisms in linux and that just UTILIZES IPSec (albeit
>not to its full extent) as an encryption mechanism?
>
>Is anone familiar with other OS implementations of IPSec or IETF's draft
>of what facilities a full implementation should provide? (I think I'm off
>to do some RFC reading... :-))
>
>
>---= Miki Shapiro =--
>  ---= Cell: (+972)-56-322433 =
>   ---= ICQ: 3EE853 =---
>---= Windows Programmer in Rehab =---
> -
>
>"If at first you don't succeed...
>.. Skydiving is probbably not for you."
>
>On Sun, 20 May 2001, Ilya Konstantinov wrote:
>
> > On Sun, May 20, 2001 at 04:35:23PM +0300, Miki Shapiro wrote:
> > > I seemed to have an idea (or possibly a misconception) that IPSec talked
> > > about generic enctyption on the IP layer
> >
> > I thought so too, when I first heard about the term, but now I'm not
> > too sure. Guys, correct me if I'm wrong.
> >
> > > more than enough at the moment - Cisco's Gre-over-IP, MS-VPN, 
> Checkpoint's
> > > VPN, The linux kernel IP Tunnel (some of these are probbably the 
> same, I'm
> > > not intimately acquainted with them all...) and other FW vendors 
> probbably
> > > have another proprietary protocol or two up their sleeves.
> >
> > Actually, the nice thing about those VPNs and FreeS/WAN is that they all
> > use the IPSec protocol and thus can interopperate (so you can tunnel
> > from Linux to Win2K, VPN-1 or a Cisco).
> >
> > > Moreover, you can't have two clients on host A and two servers on host B
> > > where one pair would be talking encrypted and the other not?
> >
> > It's not a feature of the socket (e.g. setting an ENCRYPTED flag) which
> > the application can control, but simply a route for the packet, just
> > like ppp0 or eth0.
> >
> > --
> > Best regards,
> > Ilya Konstantinov
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re[2]: IPSec on 2.4.2/IPv4

2001-05-20 Thread Eran Levy

I also recommend read the FAQs of NetBSD and FreeBSD: 
http://www.netbsd.org/Documentation/network/ipsec/
http://www.r4k.net/ipsec/
They are a good FAQs that I recommend to read. I hope this will give you 
the answer.
At 17:33 20/05/01 +0300, you wrote:
>Are we *absolutely sure* we're not confusing
>(1) IP-layer encryption (that may.. I hope still.. exist in upcoming OS
>implementations)
>with
>(2) tunneling software (or a tunneling kernel driver) that implements a
>simple "tunnel-over-network-interface" to abide with existing
>interface/routing mechanisms in linux and that just UTILIZES IPSec (albeit
>not to its full extent) as an encryption mechanism?
>
>Is anone familiar with other OS implementations of IPSec or IETF's draft
>of what facilities a full implementation should provide? (I think I'm off
>to do some RFC reading... :-))
>
>
>---= Miki Shapiro =--
>  ---= Cell: (+972)-56-322433 =
>   ---= ICQ: 3EE853 =---
>---= Windows Programmer in Rehab =---
> -
>
>"If at first you don't succeed...
>.. Skydiving is probbably not for you."
>
>On Sun, 20 May 2001, Ilya Konstantinov wrote:
>
> > On Sun, May 20, 2001 at 04:35:23PM +0300, Miki Shapiro wrote:
> > > I seemed to have an idea (or possibly a misconception) that IPSec talked
> > > about generic enctyption on the IP layer
> >
> > I thought so too, when I first heard about the term, but now I'm not
> > too sure. Guys, correct me if I'm wrong.
> >
> > > more than enough at the moment - Cisco's Gre-over-IP, MS-VPN, 
> Checkpoint's
> > > VPN, The linux kernel IP Tunnel (some of these are probbably the 
> same, I'm
> > > not intimately acquainted with them all...) and other FW vendors 
> probbably
> > > have another proprietary protocol or two up their sleeves.
> >
> > Actually, the nice thing about those VPNs and FreeS/WAN is that they all
> > use the IPSec protocol and thus can interopperate (so you can tunnel
> > from Linux to Win2K, VPN-1 or a Cisco).
> >
> > > Moreover, you can't have two clients on host A and two servers on host B
> > > where one pair would be talking encrypted and the other not?
> >
> > It's not a feature of the socket (e.g. setting an ENCRYPTED flag) which
> > the application can control, but simply a route for the packet, just
> > like ppp0 or eth0.
> >
> > --
> > Best regards,
> > Ilya Konstantinov
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: RAID 0 or LVM?

2001-05-20 Thread Eran Levy

Hi,
Im using RAID 0 in a UDMA disk with 4.5GB 7200RPM and we tested reading and 
writing 1GB file so here is the results (This test giving a results of 1 disk):
For 512 byte blocks we get:
Write (bytes/s): 5,520,807 Read: 9,625,655 CPU Load in %s: 26.1
and for 8192 byte (8kB) blocks we get:
Write (bytes/s): 5,987,853 Read: 9,472,799 CPU Load in %s: 19.2

I heard about LVM but I never tried using it. You can read about it in: 
http://www.sistina.com/lvm/

At 17:55 20/05/01 +0300, you wrote:
>Hi,
>
>I just got a nice little 1U server for some testings here at work...
>
>It's a pretty nice machine for it's price (almost $2,000) - 2X866Mhz PIII,
>2X75GB UDMA hard drives (IBM, 7200RPM), 512MB PC-133 SDRAM, cdrom, floppy,
>Promise IDE controller, 2 64-bit PCI slots, and lots of fans...
>
>I was thinking about doing a RAID 0 for the 2 disks (just for some testings),
>and I was wondering - have anyone played with Linux LVM? which is faster? I
>know you can do RAID 0 also with LVM - so is RAID 0 or Linux LVM are faster?
>who takes less resources from the machines..?
>
>Thanks,
>Hetz
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: ISP

2001-05-22 Thread Eran Levy

Hi,
Actcom gives static IPs for not much money (less than Netvision or 
Internet-zahav). Actcom service ADSL and again less than the other ISPs (as 
I know). But, I recommend Netvision or Internet-zahav and I cant understand 
why you left them because I think they are giving a good service and 
offers. anyway, No-One of the ISPs like IP-masq.

At 13:18 21/05/01 +0300, you wrote:
>Please excuse me if you consider this an off topic post.  I am asking here
>because I respect the opinion of the Linux community and I am an avid
>Linux user myself.
>
>My organization has been with Netvision for years now but frankly we're
>not satisfied with the service and we're looking for a new ISP.  I noticed
>that IGLU uses Actcom so I suspect they are good.  I have also heard that
>Actcom gives static IP addresses (is this true?).  We're on a ADSL
>connection now so whoever we choose needs to have ADSL capability.  Who
>would you recommend and why?  Also, do any ISPs have restrictions on using
>IP-Masquerading (NAT)?
>
>(BTW, setup for ADSL from Bezeq in Linux is pretty easy thanks to
>http://www.pointer.co.il/~mulix/adsl-howto.txt)
>
>Thanks,
>-Cedar
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: ISP

2001-05-23 Thread Eran Levy

Nadav,
You're right. I didnt think about that. I just heard from a friend that 
ISPs care about IP-masq and I told it.As I know, anybody using ip-masq and 
the ISPs cant find out if you are running IPmasq or not. I know this. I 
just heard and I told. sorry, I see its wrong. I just didnt think before I 
sent :)
At 11:34 23/05/01 +0300, you wrote:
>On Wed, May 23, 2001, Eran Levy wrote about "Re: ISP":
> > Hi,
> > Actcom gives static IPs for not much money (less than Netvision or
> > Internet-zahav). Actcom service ADSL and again less than the other ISPs 
> (as
> > I know). But, I recommend Netvision or Internet-zahav and I cant 
> understand
> > why you left them because I think they are giving a good service and
> > offers. anyway, No-One of the ISPs like IP-masq.
>
>Several people have already mentioned ISPs liking or not liking masquarading.
>What does that mean? They have no way of finding out (and should not be
>interested) on whether you're connecting one machine to the Internet, two
>machines in your home (using one machine as the gateway doing masquarading)
>or a dozen machines. You get a specific allowance of bandwidth, and you
>can do with it what you want. Some people have one machine connected to
>ADSL and download Linux distributions or listen to online music all day,
>and other people connect 3 machines with very light email and occasional
>surfing load.
>
>Do the ISPs actually care (I mean, is it in their contract) whether you do
>the former or the latter? How come?
>
>--
>Nadav Har'El| Wednesday, May 23 2001, 1 Sivan 5761
>[EMAIL PROTECTED] |-
>Phone: +972-53-245868, ICQ 13349191 |Support bacteria - they're the only
>http://nadav.harel.org.il   |culture some people have!



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




2.4.4

2001-05-25 Thread Eran Levy

Hi,
Just wanted to notice. You can download Mandrake 2.4.4 kernel from:
ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/cooker/cooker/Mandrake/RPMS/
if you havent downloaded it yet :)


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite:
http://come.to/liloboot



Re: ISP

2001-05-26 Thread Eran Levy

Hi,

At 12:30 24/05/01 +, you wrote:
>On Wed, 23 May 2001, Eran Levy wrote:
>
> > Hi,
> > Actcom gives static IPs for not much money (less than Netvision or
> > Internet-zahav). Actcom service ADSL and again less than the other ISPs (as
> > I know). But, I recommend Netvision or Internet-zahav and I cant understand
> > why you left them because I think they are giving a good service and
> > offers. anyway, No-One of the ISPs like IP-masq.
>
>Actcom gives static IP on their ADSL connection for free - I know it's not
>new, but I got this from a sales person : I think it means that they
>gurantee it.

I talked about dial-up static IPs and from my experience its not costs to 
much money as the other ISPs.

>Also - their sales personal say that I can't connect a LAN to a regular
>ADSL account ( I know that they can't detect it - but that is their
>policy ), but I have to get a specially priced ADSL account that costs
> "10 times as much" .
>
> > At 13:18 21/05/01 +0300, you wrote:
> > >Please excuse me if you consider this an off topic post.  I am asking here
> > >because I respect the opinion of the Linux community and I am an avid
> > >Linux user myself.
> > >
> > >My organization has been with Netvision for years now but frankly we're
> > >not satisfied with the service and we're looking for a new ISP.  I noticed
> > >that IGLU uses Actcom so I suspect they are good.  I have also heard that
> > >Actcom gives static IP addresses (is this true?).  We're on a ADSL
> > >connection now so whoever we choose needs to have ADSL capability.  Who
> > >would you recommend and why?  Also, do any ISPs have restrictions on using
> > >IP-Masquerading (NAT)?
>
>In the company I work for, we switched from Netvision (completed the
>switch just yesterday) to Bezeq Int. due to very bad support and very bad
>service (in this order), but I have to say that I'm not impressed with
>Bezeq Int.'s service as being superior. We did not, as yet, required
>"buisness" tech support, so I can not attest to that, but several calls to
>their ADSL tech support (we also have an ADSL line to Bezeq Int.) left me
>with not real appreciation for the quality of it. when we complained that
>the connection was almost unusable (very high latency, and high packet
>loss), *only then* we were told that Bezeq Int. is upgrading their
>lines, and this is to be expected in the next couple of days.
>
>We had been using ADSL guest account for both Barak and Actcom, on an
>on and off basis. and I'm quite pleased with service quality.
>
>At home I'm subscribed to Barak on ISDN, and their service is ok . quality
>is good and I get about 5 to 10 disconnects a week, though tech support is
>non-existant.
>
>Oded



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Free XServer for windows, and a firewall question

2001-05-26 Thread Eran Levy

Hi Oded,
You can try: Solsoft NP-Lite. This is:
a free version of Solsoft NP specifically created for Linux users. 
Combining a powerful visual interface and compiler
engine, Solsoft NP-Lite automatically translates your visual security 
policy into consistent, error-free IP Filters. Solsoft NP-Lite configures 
up to 3 interfaces on NetFilter, Linux IP Firewall and Linux IP Chains.
You can download the TAR/RPM packages from:
http://www.solsoft.com/np-lite/download.html

Hope this helps.

At 19:35 24/05/01 +, you wrote:

>Hi list.
>
>I remember, once upon a time, that we discused XServers for windows (and
>other OSs). I don't remember if anyone mentioned it - but JCraft has an
>XServer (called WeirdX) written in Java - so it should run on any system
>that has JDK 1.1.
>I've recently downloaded it and ran it successfuly on win98se (JRE 1.3).
>it's GPLed and free to download.
>
>Now - firewalling :
>can anyone recomend a good software for creating iptables firewall rules
>? it doesn't have to be a GUI (though that would be nice) - it can even be
>something that compiles configuration files - as long as it's
>configuration files are easy to understand.
>
>I've tried KNetfilter, but I can't seem to make it work at all, and I've
>also tried AGT and didn't like it - writing /etc/sysconfig/iptables by
>hand is easier.
>
>Oded
>
>--
>All true wisdom is found on T-shirts.
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Samba book

2001-05-26 Thread Eran Levy

Hi,
If you dont have it from the package, you can download the TAR/GZ file 
from: http://www15.brinkster.com/liloboot/linux/using_samba_tar.gz


At 23:21 26/05/01 +0300, you wrote:
>Hi
>
>On Sat, May 26, 2001 at 10:01:38PM -, [EMAIL PROTECTED] wrote:
> > For anyone interested in a really good online book about Samba, I'm 
> including a
> > link. I had some configuration problems in Samba that were not 
> explained well
> > enough in the documentaion. This book solved all my problems. I especially
> > recommend Chapter 9 which is a detailed step-by-step explanation about 
> how to
> > troubleshoot the connection if things don't work as expected. There is also
> > alot of details about how to configure Windows to properly connect to 
> Samba.
>
>While I havn't read it (I only searched it for specifics), I want to
>point out that it's included with the original samba sources, and
>you can probably find it in your /usr/doc/samba. This is true at least
>on debian, if you installed the samba-doc package.
>This is for those who want the online version, offline :-).
>
> didi
>
> >
> > http://samba.he.net/using_samba/index.html
> >
> > //-
> > Shlomo Solomon
> > E-Mail: [EMAIL PROTECTED]
> > http://come.to/shlomo.solomon
> > Date: 26-May-2001   Time: 21:55:27
> >
> > Message sent by XFMail on a LINUX Mandrake 8.0 machine
> > //-
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
>
>=====
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




firewall program

2001-05-27 Thread Eran Levy

Hi,
Is there any program that detects port attack and then running IPchains 
command to DENY/REJECT? I need a simple program.



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: 2.4.4

2001-05-29 Thread Eran Levy

Hi Eli,
You can read an overview about the Cooker version at: 
http://www.mandrakesoft.com/labs/cooker
This will give you all the information you need (I hope) :)

At 08:33 29/05/01 +0300, you wrote:
>Eran Levy wrote:
>
> > Just wanted to notice. You can download Mandrake 2.4.4 kernel from:
> > 
> 
>ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/cooker/cooker/Mandrake/RPMS/
> > if you havent downloaded it yet :)
>
>Thank you.
>
>I knew that there is an updated Cooker version of the kernel, and I even
>don't care that Cooker is experimental.
>
>What I care is its dependency on the other parts of Cooker, i.e. can it be
>installed under Mandrake 8.0?
>Does anybody know whether a Cooker kernel can be installed under the
>standard version?
>
>BTW: grsecurity was updated, and its latest version is based on 2.4.5
>Of course, kernel 2.4.4 and its grsecurity are good enough for almost
>everybody...
>
>Thanks again,
>--
>Eli Marmor
>[EMAIL PROTECTED]
>CTO, Founder
>Netmask (El-Mar) Internet Technologies Ltd.
>__
>Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
>Fax.:   +972-9-766-1314  P.O.B. 7004
>Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: 2.4.4

2001-05-29 Thread Eran Levy

At 09:35 29/05/01 +0300, you wrote:
>Usually I don't used to respond to my own messages, but...
>
>I wrote:
>
> > Eran Levy wrote:
> >
> > > Just wanted to notice. You can download Mandrake 2.4.4 kernel from:
> > > 
> 
>ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/cooker/cooker/Mandrake/RPMS/
> > > if you havent downloaded it yet :)
> >
> > Thank you.
> >
> > I knew that there is an updated Cooker version of the kernel, and I even
> > don't care that Cooker is experimental.
> >
> > What I care is its dependency on the other parts of Cooker, i.e. can it be
> > installed under Mandrake 8.0?
> > Does anybody know whether a Cooker kernel can be installed under the
> > standard version?
>
>Amazing...
>What a coincidence
>Exactly the same question, is being discussed NOW at the Mandrake Forum:
>
>http://www.mandrakeforum.com

yes I see, You can also check the cooker overview in the URL I gave you...

>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: samba 2.2 RPM

2001-06-01 Thread Eran Levy

Hi,
did you save the conf files (smb.conf, etc.)? did you check the inetd.conf? 
because when you are compiling the new samba it imports a new swat line to 
the /etc/inetd.conf file. Check if samba knows where your swat file is.
At 19:36 31/05/01 -0500, you wrote:
>I Had a similiar problem upgrading so I removed the old samba rpm's with
>
>rpm -e samba samba-swat
>
>this will remove the samba swat and amba packages. Swat is dependent on
>samba so you have to remove them both or do a --force on the new samba
>rpm but I don't suggest it, yet. I haven't tried it.
>
>After I've installed samba I get a server error 400 when trying to
>connect to swat. Something about chdir failed.
>
>feadon



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://come.to/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Problem uploading Hebrew filenames to glFtpD server

2001-06-01 Thread Eran Levy

Hi,
Im using proftpd and Im sending hebrew files through the SSH Secure file 
Transfer in Win98enabled without any problems...

At 02:24 01/06/01 -0400, you wrote:
>A family relative of mine runs a glFtpD server and I'm having a
>problem uploading to him (to server) only when the filenames are in
>Hebrew (from a Win98HebEna machine). Every time I try to upload I get
>the following error msg in the client (any Windows client):
>
>Permission denied. (Filename (accept))
>
>We looked in the .conf file of the server for something relevant but
>didn't see anything. Searched
>Google+GoogleGroups+IGLUarchives+IOLlinux for hints but didn't see
>anything. As an experiment we changed the Win98 machine to the server
>and the Debian machine to a client and we were able to download files
>with Hebrew filenames from the Win98 machine (using mget on the built-
>in linux ftp client). This meant that the problem is with the server
>and not in an inherent linux problem writing Win98 Hebrew filenames.
>
>Any solution, including changing the server software to something else
>which is known to work fine with Windows-Hebrew filenames, will be
>highly appreciated.
>
>Sincerely,
>Gabriel Devine
>P.S., the link in your mailing list welcome msg is dead:
>http://www.linux.org.il/linux-il-faq.html
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Problem uploading Hebrew filenames to glFtpD server

2001-06-03 Thread Eran Levy

My FTP server is proftpd. In Win98Ena im using SSH Ftp Transfer and I can 
send Hebrew filenames to my Linux system.


At 00:20 02/06/01 +0300, you wrote:
>On Fri, 1 Jun 2001, Eran Levy wrote:
>
> > Hi,
> > Im using proftpd and Im sending hebrew files through the SSH Secure file
> > Transfer in Win98enabled without any problems...
>
>Using hebrew file names with proftpd as well? This is not clear from your
>post.
>
>--
>Tzafrir Cohen
>mailto:[EMAIL PROTECTED]
>http://www.technion.ac.il/~tzafrir



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




WinModem driver

2001-06-03 Thread Eran Levy

Hi,
Where can I find the pine v.90 ess 2838 Chipset winmodem's driver?
Thats will be great if I will get the answer ASAP.


Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: WinModem driver

2001-06-04 Thread Eran Levy

Hi Hetz,

At 08:51 04/06/01 +0300, you wrote:
>Hi Eran,
>
>http://www.grapevine.net/~gromitkc/winmodem.html#drivers

Thank you thats exactly the Drivers I needed.

>Look for ESS drivers in that page. They are only compatible with kernel
>2.2.12 according to that page, so you might need to play a bit with it if you
>want to use it on other versions of kernel..
>
>Good Luck
>Hetz
>
>
>On Sunday 03 June 2001 20:25, Eran Levy wrote:
> > Hi,
> > Where can I find the pine v.90 ess 2838 Chipset winmodem's driver?
> > Thats will be great if I will get the answer ASAP.
> >
> > 
> > Regards,
> > Eran Levy.
> > E-mail: [EMAIL PROTECTED]
> > WebSite: http://www15.brinkster.com/liloboot
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: WinModem driver

2001-06-04 Thread Eran Levy

Hi Dudi,
At 02:59 04/06/01 +0200, you wrote:
>Although I still believe I have a PCI modem - the
>module that works with it is the ISA module ...
>don't ask me why ?!?
Read this:
"there are at least three types of controller-based 
PCI modems. They are somewhat more
difficult to set up than a jumpered ISA modem or an 
external serial port modem. Linux 2.4 will
probably include automagic setup of PCI hardware 
modems.
If you are curious, these modems are:

  *   Lucent Venus chipset: Multitech 
MT5634ZPX-PCI, Actiontec PCI56012 (IBM 33L4618 or
 GVC MD0223)
  *  USR/TI Kermit chipset: the 3Com/USR 3CP5610 
family, which includes models 5613,
 5609, and OEM models 2976, 2977, and 3258,
  *   TOPIC TP560i chipset: Zoom 2920 (Digitan 
DS550-558), Well Communications
 FM-56PCI-TP (GVC MD0321) and Archtek Smartlink 
5634PCV. "

Hope this helps.



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: WinModem driver

2001-06-04 Thread Eran Levy

Hi Sagi,

At 08:36 04/06/01 -0400, you wrote:

>I had a PCTel software modem and it worked pretty well with linux
>2.2.x. I don't think that they released 2.4.x drivers, though.

There are 2.4.3 drivers...

>Sagi
>
>On Mon, 4 Jun 2001, Hetz Ben Hamo wrote:
>
> > Well, I had the "pleasure" to work with ESS/Pine WinModems...
> >
> > They have the worst implementaion of with V.90 or V.42
> >
> > I preffer to buy another hardware modem or software one..
> >
> > Hetz
> >
> >
> > On Monday 04 June 2001 14:58, Erez Doron wrote:
> > > Oded Arbel wrote:
> > > > Why not buy a hardware modem ? I know Dynamode sell hardware PCI 
> modems.
> > > >
> > > > Oded
> > >
> > > because ...
> > >
> > > I can get a 56k PCI softmodem for less than 100 NIS
> > > I can get a 56k PCI hrdware modem for more than 400 NIS
> > >
> > > regards
> > > erez.
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: WinModem driver

2001-06-05 Thread Eran Levy

At 22:26 05/06/01 +, you wrote:
>you did not understand my question.
>1) does the Windows driver run on a 233mhz computer? some drivers need at
>least 300mhz (says on the box). I found a ess modem and I need to konw if it
>will fit in my computer.

I dont think there will be a problem to run this drivers on 233. Its right 
that winmodems need a fast computer to run and 233 is ok.

>2) the same question about the linux driver...

The same as 1...

>- diego
>- Original Message -
>From: Eran Levy <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, June 04, 2001 9:14 PM
>Subject: Re: WinModem driver
>
>
> > Hi,
> > We have talked about Linux drivers. WinModems run without any problems in
> > windows systems.
> > At 22:48 04/06/01 +, you wrote:
> > >Can the driver run on a 233? linux? windows? Thanks I am tring to find
>out a
> > >good linmodem...
> > >   -diego
> > >- Original Message -
> > >From: Eran Levy <[EMAIL PROTECTED]>
> > >To: <[EMAIL PROTECTED]>
> > >Sent: Monday, June 04, 2001 3:49 PM
> > >Subject: Re: WinModem driver
> > >
> > >
> > > > Hi Hetz,
> > > >
> > > > At 08:51 04/06/01 +0300, you wrote:
> > > > >Hi Eran,
> > > > >
> > > > >http://www.grapevine.net/~gromitkc/winmodem.html#drivers
> > > >
> > > > Thank you thats exactly the Drivers I needed.
> > > >
> > > > >Look for ESS drivers in that page. They are only compatible with
>kernel
> > > > >2.2.12 according to that page, so you might need to play a bit with
>it if
> > >you
> > > > >want to use it on other versions of kernel..
> > > > >
> > > > >Good Luck
> > > > >Hetz
> > > > >
> > > > >
> > > > >On Sunday 03 June 2001 20:25, Eran Levy wrote:
> > > > > > Hi,
> > > > > > Where can I find the pine v.90 ess 2838 Chipset winmodem's driver?
> > > > > > Thats will be great if I will get the answer ASAP.
> > > > > >
> > > > > > 
> > > > > > Regards,
> > > > > > Eran Levy.
> > > > > > E-mail: [EMAIL PROTECTED]
> > > > > > WebSite: http://www15.brinkster.com/liloboot
> > > > > >
> > > > > >
> > > > > > =====
> > > > > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > > > > the word "unsubscribe" in the message body, e.g., run the command
> > > > > > echo unsubscribe | mail [EMAIL PROTECTED]
> > > >
> > > >
> > > > 
> > > > Regards,
> > > > Eran Levy.
> > > > E-mail: [EMAIL PROTECTED]
> > > > WebSite: http://www15.brinkster.com/liloboot
> > > >
> > > >
> > > > =
> > > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > > the word "unsubscribe" in the message body, e.g., run the command
> > > > echo unsubscribe | mail [EMAIL PROTECTED]
> > > >
> >
> >
> > 
> > Regards,
> > Eran Levy.
> > E-mail: [EMAIL PROTECTED]
> > WebSite: http://www15.brinkster.com/liloboot
> >
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: 2.4.4

2001-06-06 Thread Eran Levy

Hi Oded,
As for your problem with the Iptables you have to upgrade to the latest 
iptables from the cooker.
At 22:45 05/06/01 +0200, you wrote:
>I've upgraded Mandrake 8.0 to kernel 2.4.5 with the cooker package
>(kernel-2.4.5-1mdk).
>kernel-2.4.5-3mdk supposed to be out, ac7 being the major change (don't know
>what happened to 2mdk), but I couldn't find it to download. seems none of
>the Mandrake mirrors are up to date, since about a few days ago.
>
>Note : kernel-2.4.5-1mdk breaks iptables for me, and I can't download a new
>iptables (don't think there is one on cooker. also note the above
>paragraph). so I'm using ipchains now.
>
>Oded
>
>--
>You buttered your bread, now lie in it.
>
>- Original Message -
>From: "Eli Marmor" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, May 29, 2001 7:33 AM
>Subject: Re: 2.4.4
>
>
> > Eran Levy wrote:
> >
> > > Just wanted to notice. You can download Mandrake 2.4.4 kernel from:
> > >
>ftp://ftp.proxad.net/pub/Distributions_Linux/Mandrake-devel/cooker/cooker/Ma
>ndrake/RPMS/
> > > if you havent downloaded it yet :)
> >
> > Thank you.
> >
> > I knew that there is an updated Cooker version of the kernel, and I even
> > don't care that Cooker is experimental.
> >
> > What I care is its dependency on the other parts of Cooker, i.e. can it be
> > installed under Mandrake 8.0?
> > Does anybody know whether a Cooker kernel can be installed under the
> > standard version?
> >
> > BTW: grsecurity was updated, and its latest version is based on 2.4.5
> > Of course, kernel 2.4.4 and its grsecurity are good enough for almost
> > everybody...
> >
> > Thanks again,
> > --
> > Eli Marmor
> > [EMAIL PROTECTED]
> > CTO, Founder
> > Netmask (El-Mar) Internet Technologies Ltd.
> > __
> > Tel.:   +972-9-766-1020  8 Yad-Harutzim St.
> > Fax.:   +972-9-766-1314  P.O.B. 7004
> > Mobile: +972-50-23-7338  Kfar-Saba 44641, Israel
> >
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
>
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: ADSL problems with 10/100 NICs

2001-06-07 Thread Eran Levy

Hi,
I dont know exactly but from my experience the problem should be a 
misconfiguration in your switch.
At 18:06 07/06/01 +0200, you wrote:
>Hi,
>
> > At home I had a similar
> > problem which turned out to be wrong MTU. So I suggest you check the
> > ADSL Howto and verify that you have lowered MTU on all workstations or
> > implemented the iptables fix if you have 2.4 kernel.
> >
>Seems strange to me that the problem would be MTU related, since the same
>workstation works if I put a 10mb card instead of the 100. Also, it doesn't
>explain the fact the problem suddenly appeared when I replaced the hub with
>a switch.
>
>- Aviram
>
>
>=
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: IP-Masq. problem

2001-06-08 Thread Eran Levy

Hi,
Actually, I didnt understand it well. You say that when you are connecting 
to Netvision the IP-Masq is working (=means that the workstations can get 
into the web pages without any problems) and when you're using ActCom you 
can only get loaded webpages from the server and not from the other 
workstations?
You say that you could load webpages after configuring the proxy but it 
says nothing because there is a Cache in your browser.

At 09:34 08/06/01 +0300, you wrote:


>Hi..
>
>You may remember me.. I asked a while ago about ISPs in Israel.  Well, we
>decided to go with Actcom (ADSL connection).  Now I have a interesting
>problem with IP masquerading.  First let me say that everything works fine
>when connected through Netvision (we still have the account with them).
>Only the username/password has changed on the pptp line.  Now, I'm having
>problems getting web pages on the workstations.  (Everything works from
>our server.. the one that actually connects to Actcom).  The strange thing
>is that I can send packets, ping and telnet to external servers seemingly
>without problem.
>
>Attached is a short packet log from the kernel (2.2.13).  Our server has
>IP addresses of 192.168.1.1 and 192.117.108.106, as well as others.  The
>workstation is 192.168.1.4.  The DNS lookup succeeds (yes I know I'm using
>Netvision's DNS), and then 3 or 4 packets are sent to the web server and
>the last one is never responded to.  (Yes these are real IP addresses..
>don't portscan my machine, it will block you.)
>
>Interesting fact: a small web page with a couple lines of text does load.
>Another from the same server (geocities.com) with 1 image also loads, but
>the image doesn't.
>
>Any ideas?  Anyone else have problems with NAT with Actcom?  BTW, I did
>call Actcom support.  They had me configure my browser to use their proxy
>and it helped but I still can't get Actcom's own web page, for example.
>
>Thanks,
>-Cedar
>
>
>-- Attached file included as plaintext by Listar --
>-- File: problem.txt
>
>Jun  7 19:03:12 nanu kernel: Packet log: input - eth0 PROTO=17 
>192.168.1.4:1031 194.90.1.5:53 L=66 S=0x00 I=18155 F=0x T=64 (#4)
>Jun  7 19:03:12 nanu kernel: Packet log: output - ppp0 PROTO=17 
>192.117.108.106:61268 194.90.1.5:53 L=66 S=0x00 I=18155 F=0x T=63 (#3)
>Jun  7 19:03:12 nanu kernel: Packet log: input - ppp0 PROTO=17 
>194.90.1.5:53 192.117.108.106:61268 L=256 S=0x00 I=32184 F=0x4000 T=249 (#3)
>Jun  7 19:03:12 nanu kernel: Packet log: input - eth0 PROTO=6 
>192.168.1.4:1043 192.114.47.83:80 L=60 S=0x00 I=18156 F=0x4000 T=64 SYN (#4)
>Jun  7 19:03:12 nanu kernel: Packet log: output - ppp0 PROTO=6 
>192.117.108.106:61270 192.114.47.83:80 L=60 S=0x00 I=18156 F=0x4000 T=63 
>SYN (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - ppp0 PROTO=6 
>192.114.47.83:80 192.117.108.106:61270 L=60 S=0x00 I=34149 F=0x4000 T=62 (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - eth0 PROTO=6 
>192.168.1.4:1043 192.114.47.83:80 L=52 S=0x00 I=18157 F=0x4000 T=64 (#4)
>Jun  7 19:03:12 nanu kernel: Packet log: output - ppp0 PROTO=6 
>192.117.108.106:61270 192.114.47.83:80 L=52 S=0x00 I=18157 F=0x4000 T=63 (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - eth0 PROTO=6 
>192.168.1.4:1043 192.114.47.83:80 L=383 S=0x00 I=18158 F=0x4000 T=64 (#4)
>Jun  7 19:03:12 nanu kernel: Packet log: output - ppp0 PROTO=6 
>192.117.108.106:61270 192.114.47.83:80 L=383 S=0x00 I=18158 F=0x4000 T=63 (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - ppp0 PROTO=6 
>192.114.47.83:80 192.117.108.106:61270 L=52 S=0x00 I=34184 F=0x4000 T=62 (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - ppp0 PROTO=6 
>192.114.47.83:80 192.117.108.106:61270 L=641 S=0x00 I=34795 F=0x4000 T=62 (#2)
>Jun  7 19:03:12 nanu kernel: Packet log: input - eth0 PROTO=6 
>192.168.1.4:1043 192.114.47.83:80 L=64 S=0x00 I=18159 F=0x4000 T=64 (#4)
>Jun  7 19:03:12 nanu kernel: Packet log: output - ppp0 PROTO=6 
>192.117.108.106:61270 192.114.47.83:80 L=64 S=0x00 I=18159 F=0x4000 T=63 (#2)
>
>=====
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]



Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: WinModem driver

2001-06-08 Thread Eran Levy

Hi,

At 22:44 07/06/01 +, you wrote:
>sorry to drag this but i saw an ESS modem which needed a 300MHZ computer
>(for the windows driver).
>Is it worth it? Is there a driver for 2.4.X kernels? Will they eat my
>memory?

As I know there are some winmodems that have 2.4.x drivers. But, most of 
the winmodems has 2.2.12 drivers.

>  - diego


----
Regards,
Eran Levy.
E-mail: [EMAIL PROTECTED]
WebSite: http://www15.brinkster.com/liloboot


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




  1   2   >