Re: [expert]OS idenity,Dhcp Eth0 and more!!

2001-04-17 Thread mike ryder

Hi Phil

There are some interesting anomalies using a cable modem

1. If you change the physical network card, you must coldboot the network
modem (ie pull the power cord) for it to get a DHCP address

2. If you are using 2 network cards and use eth1 as DHCP to configure your
internal network, then 'ifup eth0' will try to configure eth0 from your
internal DHCP server (doh!) - the only successful way is a reboot.

3. Go get 'floppyfw' from the net (tucows or freshmeat.net) which is a
single floppy firewall router and works 'out of the box' and does what it
says on the box. Use this to check that you can get the hardware to work.

hth
Mike

- Original Message -
From: "phil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 5:21 AM
Subject: [expert]OS idenity,Dhcp Eth0 and more!!


>
> Any comments thanks in advance??
> When i run ifup eth0 I get an error message unable to get ip info via
dhcpcd.
> I have went thru netconf a dozen times.If i am using dhcp then no need to
> enter the Ip address or any of the other things DNS etc. Correct?
> FYI: Linux for Windows (7.2 Mandrake) on a Hp 600mhz ceoron 256mb ram,
> realtek networkcard trying to get online
> via Cable modem Road Runner acess.
> I have read everthing online(well almost) And Tried almost Everything.
> concerning Road Runner Cable service,Apparently I am not the only Linux
> user that has tried to get online thru Road Runner?
> Does anyone know anything about if my eth0 card is Bind to the dhcp,could
> that be the prob?
>  From what I have read I really think that Road runner would prefer that I
> stick with Windows. from further reading
> http://www.insecure.org/nmap/nmap-fingerprinting-article.html
> http://www.sans.org/newlook/resources/IDFAQ/TCP_fingerprinting.htm
> Even though with DHCP the OS should not matter right?IN THEORY.
> Could Road runner be preventing me from getting online thru there
> service?THey are able to Idenify Your OS
> Is Linux considered the Hackers OS? to some people Although that is not my
> intentions!
> I enjoy trying to get Linux to run, And after all this Windows Quite
boring.
> I might as well sign up for AOL aargh LOLPS please dont flame me.
>
>
>





Re: [expert] Network Hassle - PROGRESS

2001-04-10 Thread mike ryder

Declan

Drakconf --> Hardware Config --> network devices

Change the driver loaded for your network card

Mike

- Original Message -
From: "Declan Moriarty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 1:49 PM
Subject: [expert] Network Hassle - PROGRESS


Well, to make a long story boring, Rebuilding the kernel, and
reinstalling the card got me nowhere:  I did discover that it is now using
irq
12, although I believe windows did this recently when I reinstalled, but
nothing worked. The following commands produced results.

insmod 8390 (lsmod  showed it unused)
insmod ne2k-pci
ifup eth0

Now I can ping myself and my other machine without fuss or hassle, and
thanks
to all who made suggestions along the way.  A reboot will kill all that and
I'll have to do it again. It seems to indicate the rest of the stuff was
right.

The problem is that ne2k-pci.o is loading without first loading the 8390
module someone mentioned, so it screws up. I have kernel autoloading of
modules
configured in the kernel, and things like the vfat disks and the cdrom all
work
fine


 But how do I get it to load the modules right? :-/



Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Without the optimist, the pessimist wouldn't know how happy he isn't.







Re: [expert] Network hassle

2001-04-09 Thread mike ryder

Hi Declan,

I had this problem and found that there are 2 versions of the realtek card.

The responses that you are getting are wholly consistent with the module not
loading.

The ne2k-pci module is for the realtek 8029 card (an older card). Try
changing the module to the 8139 - that worked for me.

hth
Mike


- Original Message -
From: "Declan Moriarty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 5:26 PM
Subject: Re: [expert] Network hassle


On Mon, 09 Apr 2001, Matthew Micene wrote:
> At 05:24 PM 4/7/2001 +, Declan Moriarty wrote:
> > I'm trying to network 2 linux pcs here and have run into a spot
of
> >bother. One seems fine. The other will ping 127.0.0.1 OK, but sees the
network
> >as unreachable.
>
> What does it think its routing table should look like? The check with
route
> -n to
> see the routing table, if there is a problem there, the initialization
files
> /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0
should be
> checked to make sure they have the proper values.

route -n shows only 127.0.0.1 . Presumably, all route with the non
functioning
device eth0 have been deleted. route -n on my better machine is there or
thereabouts.

/etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0 seem
the
same as the machine which actually works. I haven't rebuilt the kernel or
modules yet, but I did the network bits of both machines, so I'd expect both
or
none to be right. The module ne2k-pci is 7264 bytes on each machine.

>
> >Anyhow, my problem:
> >eth0 throws up an error and can't be initialised on bootup
>
> What is that error?


This proved to be a very good question!
The kernel spits a line about
bringinging up network: Delaying eth0 initialization.[Failed]
A look in /var/log/boot.log gives me this

 workhorse ifup: delaying eth0 initialisation
 workhorse network: bringing up device eth0 failed

on a shutdown, you're told a little more

 workhorse ifdown eth0: unknown interface: No such device
 workhorse ifdown eth0: error fetching interface information:
Device
not found
 workhorse> shutting down interface eth0 succeded

 A look in /var/log/messages, however, says even more

 workhorse insmod: /lib/modules/2.2.14-15mdk/net/ne2k-pci.o:
invalid
parameter irq
 That prompted me to run linuxconf and remove the irq setting, seeing as
that
entry was optional, and restart, (windoze training ;-) but the messages did
not
change. It is still bellyaching about the invalid irq

My 2 machines are loaded with Realtek NE2000 compatible cards. These talk to
each other in dos, so it is a linux config problem.

>
> Unresolved symbols are the harbinger of doom.  Just kidding.  They usually
> represent modules that are compiled for a different kernel.  Check the
kernel
> settings and remake and reinstall the modules at a minimum.

Will do. Somebody got going on this one and has raid arrays on bootup :-/.
The same kids will cheer if you download the latest unstable kernel, go on
irc
and tell everyone there using it, and then suddenly get busy doing something
else when you have to sort yourself out.

>
>
> The installation is 7.0 (Air), kernel 2.2.14-15. Curiously, the graphical
"What
> >have we got here?" programs say it's a 586 cpu, correctly identify it as
a k6,
> >and give it the generation number 6 (=i686). Clear as mud, isn't it?
>
> See the earlier thread on this list about i686 and i586 binaries for a
"good"
> discussion of this problem on k6's.

I read a lot of it - it was a big issue for me; I've 2 k6/2 pcs here, and
they're not going away for a long time.


--
Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Without the optimist, the pessimist wouldn't know how happy he isn't.







Re: [expert] GUI startup - black screen

2001-04-06 Thread mike ryder

Hello Darek,

I would suspect the screen resolution that is being applied in the autoboot
(init 5) which your matrox card handles badly. I recall now that I had to
use Xconfigurator to get the screen resolution dwon to something pretty
basic (800x600) and then it would boot. The fact that startx won't work
would seem to indicate this.

hth
Mike

- Original Message -
From: "Darek KUZARA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 06, 2001 8:26 AM
Subject: Re: [expert] GUI startup - black screen


> "Jose M. Sanchez" wrote:
>
> > Interrupt the Aurora boot and get to the console.
> > Log in or enter the root password, depending on how you got there.
> > Then UNINSTALL Aurora.
>
>
> I do not think this is the Aurora problem. I booted also without using
Aurora at
> all and the problem persists. I managed however to get Gnome running at
one of
> the times I rebooted Mandrake. That was after I disabled X start-up at
boot (I
> booted from CD in rescue mode and edited file responsible for it,
commenting out
> the lines). However after trying to configure screen saver everything blew
up
> again.
>
>
> mike ryder wrote:
> > Use the rescue CD to boot the system and then change /etc/inittab so
that
> > the initdefault is 3 not 5. This will force the system to boot without
the
> > X-windows stuff.
>
> This I managed to do in different way, (see above)
>
> > Now reboot the server and you should come up with a console login.
>
> When I do just startx -> black screen (I can here my monitor changing its
mode).
> One could suspected wrongly defined monitor. However when I do
>
> xinit -- kde | gnome  // or
> startx -- kde | gnome
>
> I get the following error message:
> Connection refuse errno (111) unable to connect X server
> No such process   errno (3)  :Server error
>
> > I had this problem when upgrading from MDK 7.1 to MDK 7.2 and it was
caused
> > by a setting in the X config files that stopped the X server from
loading
> > correctly and chewed up all of the resources. Problem - I forgot what
the
> > problem was !! ;-)
>
>
> While screen is black, it seems like X server or whatever process is
really
> chewed up all of the resources. The machine does not react on any keyboard
> action (event Caps Lock does not work).
>
> I reinstalled MAndrake again and surprisingly the same effect. CAn it be a
bug
> in Xfree 3.6.X ? Previously I used Xfree 4.X. By the way I have Matrox MGA
G200
> with 4 MB VRAM.
>
>
> Any help still appreciated. I am tempted to install Red Hat again.
>
>
> Declan Moriarty wrote:
> > Have you tried piping the output from X to a file to see what the system
> > thinks it's doing? If you're starting X from a console, I think the line
is
> >
> > startx >xerrors 2>&1.
>
> That might be a solution. Cheers.
>
> > There's a standard output hidden (like everything in Unix) in some
obscure
> > file anyhow. It would be interesting to know what problem the system
sees
>
> I started to look for one, but at 3 o'clock in the morning I decided to
get some
> sleep before another working day.
>
>
> Any help still appreciated.
> Thanks for the suggestions already sent.
>
> Darek
>
>





Re: [expert] GUI startup - black screen (fwd)

2001-04-05 Thread mike ryder

Hi

Use the rescue CD to boot the system and then change /etc/inittab so that
the initdefault is 3 not 5. This will force the system to boot without the
X-windows stuff.

Now reboot the server and you should come up with a console login.

I had this problem when upgrading from MDK 7.1 to MDK 7.2 and it was caused
by a setting in the X config files that stopped the X server from loading
correctly and chewed up all of the resources. Problem - I forgot what the
problem was !! ;-)

hth
Mike

- Original Message -
From: "Rusty Carruth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 4:48 PM
Subject: Re: [expert] GUI startup - black screen (fwd)


> Sorry, Darek, I fooled you into sending your reply just to me.
>
> Here it is for the whole 'net to see! ;-)
>
> > Thus spake Darek KUZARA <[EMAIL PROTECTED]>
>
> Hello Rusty, All
>
>
> > > That the point. I cannot get console prompt unless I boot from the
> > > installation CD in Rescue mode.
> >
> > Hmm.  Control/Alt/F1 does not get your console prompt?  Usually
> > there are 5 or 6 virtual consoles 'hidden' 'behind' the Alt/F keys.
> > To get to them from the x screen you have to hit Control/Alt/Fn - from
> > them you only have to hit 'Alt/Fn'.  Anyway, does that work?  Or is your
> > keyboard completely hosed such that even the caps lock key does nothing?
>
> No results. I tried that.
>
> > cannot help you with grub, but I coulda sworn someone had a message on
that
> > in the past.  Do the archives let you search?
>
>
> I looked into the archives I could not find anything.
>
>
> Darek
>
> <<  End forwarded message
>
>
>





Re: [expert] PHP and MySQL Upgrade

2001-04-05 Thread mike ryder

Hi Andrew,

Sounds like you have updated Apache and not told it the path for php and
php3 extensions. See the PHP web site for further instructions.

Mike

- Original Message -
From: "Andrew Judge" <[EMAIL PROTECTED]>
To: "Mandrake Expert" <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 9:10 AM
Subject: [expert] PHP and MySQL Upgrade


> I just updated PHP and MySQL for 7.2 with Mandrake update and now apache
> spits out the code in PHP pages?  Does anyone know what I need to do?  If
> PHP doesn't work, normally, the browser  will want to download the file,
but
> now it displays the php pages like text files.
>
> Best regards,
>
> Andrew Judge
>
>
>





Re: [expert] pnp failure messages - 2nd attempt

2001-04-05 Thread mike ryder

Looks like you are trying to initialise device CTL0070 twice - the second
time at hex address x0200 - and since such a device does not exist - it
complains. Without seeing the whole of the isapnp.conf file (I don't want to
;-)) it is not clear what the other config lines are like - but your first
start should be checking the backup copy of the conf file (ie before the
power failure)

hth
Mike

- Original Message -
From: "Declan Moriarty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 9:40 AM
Subject: Re: [expert] pnp failure messages - 2nd attempt


WHICH ONE is line 286? most editors will count lines for you.



On Wed, 04 Apr 2001, Marsden MacRae wrote:
> Hi Folks!
> The list has been quiet lately, so I thought I'd try again to see if any
> of you can help with this little problem:
> Thanks!
> Marsden
>
> Dear Friends:
>
> Can anybody help with this? After a power failure (hey, it's raining in
> LA!) we're having boot problems, and while we found one offender, we're
> unable to easily locate the conflicting device. Any ideas on where to
> look? Thanks!
> Marsden
>
> Here are the isapnp startup messages from the syslog:
>
> Jan 10 17:40:33 overtone isapnp: Board 1 has Identity b9 00 00 e2 58 a5
> 00 8c 0e:  CTL00a5 Serial No 57944 [checksum
> b9]
> Jan 10 17:40:33 overtone isapnp: Board 2 has Identity e5 ff ff ff ff 70
> 00 8c 0e:  CTL0070 Serial No -1 [checksum e5]
> Jan 10 17:40:33 overtone isapnp: Board 3 has Identity b4 14 17 14 05 11
> 00 72 56:  USR0011 Serial No 337056773
> [checksum b4]
> Jan 10 17:40:33 overtone isapnp: CTL00a5/57944[0]{WaveTable   }:
> Port 0x620; --- Enabled OK
> Jan 10 17:40:33 overtone isapnp: CTL0070/-1[0]{Audio   }:
> Ports 0x220 0x300; IRQ5 DMA1 DMA5 --- Enabled OK
> Jan 10 17:40:33 overtone isapnp: /etc/isapnp.conf:286 -- Fatal -
> resource conflict allocating 8 bytes of IO at 200
> (see READPORT)
> Jan 10 17:40:33 overtone isapnp: /etc/isapnp.conf:286 -- Fatal - Error
> occurred executing request ' ' ---
> further action aborted
>
> It seems to be complaining about this section of the /etc/isapnp.conf
> file:
>
> # Logical device id CTL7001
> # Device supports vendor reserved register @ 0x38
> # Device supports vendor reserved register @ 0x3a
> # Device supports vendor reserved register @ 0x3e
> # Device supports vendor reserved register @ 0x3f
> #
> # Edit the entries below to uncomment out the configuration required.
> # Note that only the first value of any range is given, this may be
> changed if required
> # Don't forget to uncomment the activate (ACT Y) when happy
>
> (CONFIGURE CTL0070/-1 (LD 1
> # Compatible device id PNPb02f
> # ANSI string -->Game<--
> # Logical device decodes 16 bit IO address lines
> # Minimum IO base address 0x0200
> # Maximum IO base address 0x0200
> # IO base alignment 1 bytes
> # Number of IO addresses required: 8
>   (IO 0 (SIZE 8) (BASE 0x0200))
>  (NAME "CTL0070/-1[1]{Game}")
>   (ACT Y)
> ))
> # End tag... Checksum 0x00 (OK)
--
Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Good judgement comes from experience;   experience comes from bad judgement.







Re: [expert] Remote queue ???

2001-04-01 Thread mike ryder

Hi

The queue name is the the name of the printer on the remote machine.

If the remote machine (with printer) is linux then you need the add the host
name to "/etc/lpd.allow" (or a similar name - sorry I forgotten what the
file is called - look it up in the printing HOWTO)

If the remote machine (with printer) is Winbloze, you need to make sure the
printer is sharable in Windows. It is easier if the Windows name is the same
name as the TCP/IP name.

hth
Mike

- Original Message -
From: "B.V.L.S.Prasad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 7:28 PM
Subject: Re: [expert] Remote queue ???


>
> Hi,
>
> I could configure for a windows 98 m/c...
> I am trying to configure for another linux running rh6.2
> and it uses lpr as default print command...it doesnt use cups.
>
> I await for your solution...thankyou in advance...
> I am regret for insufficient info...
>
> prasad
>
> > we'll really need to know how that remote machine is set up.
> > Does it use lpr?  Is it a windows machine using SMB?  Is it
> > a linux machine using cups  Or something else?
> >
> > The answer to that determines, to a large part, what the
> > answer to your question is
>
>
>





Re: [expert] usb 100Mb zip drive on 7.1

2001-03-21 Thread mike ryder

LM7.1 is fine for a USB zip drive 'cos that's what I'm using.

Now there's a funny thing. I got it working (including automount) and it was
fine for a while - and then - it stopped working ;-)

In the end, my only option was a complete reinstall - and now its working
again - magic innit ;-)

Mike

- Original Message -
From: "Steven Taetzsch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 1:44 PM
Subject: RE: [expert] usb 100Mb zip drive on 7.1


> I'm not sure if this means that my kernel is good enough.
>
> > cat /proc/scsi/scsi
> Attached devices:
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
>   Vendor: IOMEGA   Model: ZIP 100  Rev: 44.W
>   Type:   Direct-AccessANSI SCSI revision: 02
>
> It appears that the zip drive is being recognized by the kernel. I
> tried mounting it on /dev/sda4 (that's what the howto's say to use)
> using '/dev/sda4 /zip vfat noauto,user 0   0'
> in fstab
>
> > mount /zip
> mount: /dev/sda4 is not a valid block device
>
> I appreciate the help,
> Steve
>
>
> Klar Brian D Contr MSG SICN writes:
>  > I believe you will need to upgrade to a newer kernel for
>  > usb devices.
>  >
>  > Brian
>  >
>  > -Original Message-
>  > From: Steven Taetzsch [mailto:[EMAIL PROTECTED]]
>  > Sent: Wednesday, March 21, 2001 7:42 AM
>  > To: [EMAIL PROTECTED]
>  > Subject: [expert] usb 100Mb zip drive on 7.1
>  >
>  >
>  > My machine at work is still running 7.1 because 7.2's diskdrake failed
>  > to recognize my hard drive. Mandrake's support did eventually help me
>  > but I haven't had a chance to take the system down for an upgrade.
>  >
>  > Anyway, I just bought a usb zip drive, and restarted the usb
>  > interface. The kernel is 2.2.15-4mdk.
>  >
>  > Can I get this drive to work on this system?
>  > Do I need a kernel upgrade?
>  > How do I mount a usb zip drive?
>  >
>  > This is the first usb device I've used. The zip mini howto's that I've
>  > seen, just say this device won't work with linux. I refuse to believe
>  > that :-)
>  >
>  > Steve
>
>





Re: [expert] Default path

2001-03-11 Thread mike ryder

in the /home/$USER/.bash_profile

- Original Message - 
From: "Dave Hand" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 8:28 PM
Subject: [expert] Default path


> This may be a dumb question and if so I appoligize in advance. I would
> like to know where the default path is defined so that I can customize
> it. The advantage being that as I add users they would automatically get
> it at log on.
> 
> Dave
> 
> 
> 
> 





Re: [expert] Backspace problems in Konsole

2001-03-08 Thread mike ryder

Have a look at xmodmap - I think that is what you want

hth
Mike

- Original Message - 
From: "learning user" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 06, 2001 5:37 PM
Subject: RE: [expert] Backspace problems in Konsole


> That has nothing to do with it. The stty command changes
> (or lists) the behavior of certain keycodes. I want to
> change the keycode sent when I press a specific key (the
> backspace key). In other words, I could use stty to set
> the erase keycode to ^H, but the backspace key (in Konsole
> and in an xterm) will still generate ^? when pressed. I
> want the backspace key to generate a ^H when pressed.
> 
> >uhhh...   stty eraseused to work for me
> >regards Daryl
> 
> Original Message-
> >> From: [EMAIL PROTECTED]
> >> Sent: 03 March 2001 07:57
> >> To: [EMAIL PROTECTED]
> >> Subject: [expert] Backspace problems in Konsole
> >>
> >>
> >> I just installed Mandrake 7.2 with KDE. It offers four
> >> terminal programs.
> >>
> >> In eterm, the backspace and delete keys work correctly
> >> (backspace sends a backspace, and delete sends a non-
> >> ascii delete).
> >>
> >> In the gnome terminal, I can set the backspace key
> >> correctly with a simple option on the menu.
> >>
> >> Konsole (KDE 1) used to have that option, but it no
> >> longer does. I don't see any way to fix the ordinary
> >> xterm either.
> >>
> >> I have spent hours looking through howtos, messages, and
> >> everything else I could find.
> >>
> >> Does anyone know how to get Konsole (and the xterm in
> >> Mandrake) to send the correct backspace sequence.
> >>
> >> Thanks
> 
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> 





Re: [expert] ADSL

2001-03-08 Thread mike ryder

Hello

The module for the network card is not loading - that is why the network is
unreachable. This may be becuase you are trying to load the wrong module for
your network card. There are 2 different REALTEK cards - the driver you have
selected is for the later card.

hth
Mike

- Original Message -
From: "Lucas Petri Bernardes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 4:43 AM
Subject: [expert] ADSL


> Hi all !
>
>
> I have an static IP ADSL connection. I have an IP add and a
gateway. My
> ADSL modem is connected in a HUB and my network card is connected in that
HUB. I use
> this config in Win2k and worked fine, i just give the IP with the correct
netmask
> and the gateway. In LM 7.2 my network card doesnt work fine, when i type
ifconfig it
> shows only the Lo(loopback interface). The module for the netcard is
installed,
> RTL8139...but i allways get "temporaly unavaliable" when trying to UP the
eth0
> interface and "network is unreacheble" when trying the route add command.
Someone
> would help me ???
>
>
>
[ ]s
>
Luca
>
>
>





Re: [expert] Re-installing grub

2001-03-04 Thread mike ryder

I think it depends on finding /etc/lilo.conf
If that exists then lilo will be used - otherwise grub

hth
mike

- Original Message - 
From: "Bill Barnes" <[EMAIL PROTECTED]>
To: "mdk-expert" <[EMAIL PROTECTED]>
Sent: Sunday, March 04, 2001 4:23 PM
Subject: [expert] Re-installing grub


> 
> Hi All:
> 
> Went thru drakeconf to configure grub.  What rewrites
> the configuration to hdax.  Using linuxconf will write
> LILO.
> 
> Thanks,
> -bill
> 
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> 





Re: [expert] dhcp config help needed

2001-03-03 Thread mike ryder

Hello Doug

You need to change /etc/rc.d/init.d/dhcpd

daemon /usr/sbin/dhcpd
-to-
daemon /usr/sbin/dhcpd eth1

Have a look at
http://www.coastnet.com/~pramsey/linux/homenet.html because there is a nice
bit there on setting up dhcp - and it works ;-)

Mike

- Original Message -
From: "Doug Gough" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 02, 2001 6:35 PM
Subject: RE: [expert] dhcp config help needed


> The only instructions I can find are the man pages. There is no DHCP
howto,
> although there might be after I figure all of this out :-) The server is
> straight forward to set up, except for this one detail. I want it to
> function as a normal DHCP, giving IPs to all the computers on the LAN side
> (eth1) but not on the WAN side (eth0) There is no obvious way to do this
in
> DrakConf, LinuxConf, or in the man pages (unless I'm missing something
> painfully obvious). So the question still stands; how do I get it to
listen
> on eth1 but not on eth0? I could just use static IPs since I'm only
talking
> about 5 workstations, but I'd like to learn how to use DHCP for the
future.
>
> Thanks
> Doug Gough
>
> -Original Message-
> From: Ron Heron [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 02, 2001 8:13 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] dhcp config help needed
>
> hi,
>
> It depends on what you are trying to do.  If you are trying to assign
> dynamic IP's to your lan, you just set it up to listen on the eth of the
> lan network.  Couldn't you just use Drakconf to help you?  Also, check the
> docs (how-to's) and it should give you a 1-2-3 on how to do it.
> Ron
> --- Doug Gough <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to set up the dhcp server, but I don't know how to define
> > which
> > interface I want it to listen on.  The rest of the setup is straight
> > forward, but that bit of information eludes me. Any help would be
> > appreciated.
> >
> > Thanks
> > Doug Gough
> > Computer Services
> > Pacific Academy
> >
> >
> >
>
>
> =
> ^C
> quit
> :q
> exit
> ?
> help
> shit
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
>
>





Re: [expert] timezone

2001-02-26 Thread mike ryder

This is probably a fight between the BIOS clock and the Linux software
clock - each is trying to compensate for the other. You have to disable BIOS
offsets for daylight saving and different timezones and let Linux do it (or
the other way around)

hth
Mike

- Original Message -
From: "Lou Baccari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 1:34 PM
Subject: [expert] timezone


>
> Hello,
>
>  I have this one system that continues to bug me.  I can not get the
system
> time to stay correct. It's always 5 hour behind the correct EST time.
I've
> tried Drakconf, linuxconf, timetool, and I've even set up xntp,  but after
a
> reboot it returns itself 5 hour behind.  Any ideas???
>
> Thanks,
>
> Lou.
>
>
>





Re: [expert] Logging into NT domain.

2001-02-22 Thread mike ryder

Hello George,

You may need to 'double up' the / when mounting an NT server - gee that
sounds rude ;-)

I have found (admittably on RH4.2) that to mount an NT server I needed the
code  ntserver//cdrive

Why -I have no idea - but I must have seen something to give me the idea.

hth
Mike

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 6:05 PM
Subject: RE: [expert] Logging into NT domain.


> Hmmm... I just tried it, I get the error "Could not resolve mount point
> //pc6077/zip/sambamount
> The particular share I'm trying to get to is on PC6077 (NT box) on my Zip
> drive (shared out as \Zip).
>
>
>
>
>
>
> Ron Heron <[EMAIL PROTECTED]>@linux-mandrake.com on 02/22/2001 12:13:05 PM
>
> Please respond to [EMAIL PROTECTED]
>
> Sent by:  [EMAIL PROTECTED]
>
>
> To:   [EMAIL PROTECTED]
> cc:
> Subject:  RE: [expert] Logging into NT domain.
>
>
> #mkdir /sambamount (or whatever, just a directory to mount to)
> #mount -rw -t smbfs -o username=joe,password=blow //clienthostname
> /sambamount
>
> Ron
> --- [EMAIL PROTECTED] wrote:
> > Yeah, I've got Samba up and running. I'll probably grab that book. I had
> > thought about it before.
> >
> >  I've tried using Gnomba to see my network. I can see everything on the
> > network, I can look at whatever folders are on an particular server (or
> > whatever I've shared out on my NT boxes on the network).
> >
> > One weird thing you guys might be able to help me with though: When
> > using
> > Gnomba, I can see folders on the network, but I cannot mount them and
> > see
> > their contents. Is there anything I can do from the command line to
> > mount a
> > nework directory and actually see it's contents?
> >
>
> > your side is the o'reilly book.  it was like a bible to me.
> >
> > mg
>
>
>
>
>





Re: [expert] How to set up a dialup connection as a gateway

2001-02-16 Thread mike ryder

You don't need dynamic routing - nothing to do with a dynamic IP.

You make the Linux router box (in W98) the default gateway and the DNS is
handled by your ISP. You don't need to specify a DNS on the W98 clients.

- Original Message -
From: "Devin Rader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 4:11 PM
Subject: RE: [expert] How to set up a dialup connection as a gateway


> from the FREESCO manual...
>
> "The main disadvantage of FREESCO - it doesn't have dynamic routing
feature,
> it can be only a static router"
>
> No good for a dialup dynamic IP?   :)
>
> Devin
>
>
> > -Original Message-
> > From: mike ryder [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 16, 2001 9:47 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [expert] How to set up a dialup connection as a gateway
> >
> >
> > Have a look at www.freesco.org
> > This site has a floppy boot distro for just this requirement.
> >
> >
> > - Original Message -
> > From: "Devin Rader" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, February 16, 2001 3:16 PM
> > Subject: [expert] How to set up a dialup connection as a gateway
> >
> >
> > > I was wondering if anyone could point me towards any docs
> > on how to set up
> > a
> > > dial-up modem connection to serve as the gateway for a
> > network.  I read
> > > about diald, but was wondering of anyone else had suggestions...
> > >
> > > Thanks!
> > >
> > > Devin
> > >
> > >
> >
> >
>
>





Re: [expert] How to set up a dialup connection as a gateway

2001-02-16 Thread mike ryder

Have a look at www.freesco.org
This site has a floppy boot distro for just this requirement.


- Original Message -
From: "Devin Rader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:16 PM
Subject: [expert] How to set up a dialup connection as a gateway


> I was wondering if anyone could point me towards any docs on how to set up
a
> dial-up modem connection to serve as the gateway for a network.  I read
> about diald, but was wondering of anyone else had suggestions...
>
> Thanks!
>
> Devin
>
>





Re: [expert] SAMBA and Win2K

2001-02-16 Thread mike ryder

Hi

If you 'truly' don't need a password then use the -N switch to eliminate
that as a problem.

You may need to look further up the 'no connection' message to see the
nature of the problem.

Try getting a listing from the W2K server

smbclient -L /w2kserver -N

which should give you a list like this

jsh jbaseadm ~ -->smbclient -L /windvd -N
added interface ip=62.254.133.125 bcast=62.254.133.255 nmask=255.255.255.0
added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0

Sharename  Type  Comment
-    ---
CDRIVE Disk  cdrive on windvd
PRINTER$   Disk
HP600  Printer
IPC$   IPC   Remote Inter Process Communication

Server   Comment
----

WorkgroupMaster
----


hth
mike

- Original Message -
From: "Devin Rader" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:14 PM
Subject: [expert] SAMBA and Win2K


> I've got Samba (both client and server) set up on my Linux box finally
> (mandrake 7.2), but am still having problems accessing a share on my Win2K
> box from the Linux box.  When I try this:
>
> smbclient //myMachine/theShareName
>
> I get prompted for a password only, then if I hit enter I get an access
> denied message.
>
> I have both share and folder permissions set wide open in Win2K, with
> Everybody having full access.
>
> I have DHCP also setup on the Linux box, if this makes a difference.
>
> Any ideas and recommendations is greatly appreciated.
>
> Thanks!
>
> Devin
>
>





Re: [expert] SCSI TBU

2001-02-16 Thread mike ryder

The command sits as /bin/mt

If this command dosen't exist, then install it - load the mandrake cd - find
the rpm and install it.

I don't believe that you can mount a tape device - because it is a streaming
device

At the base level, you can read and write to it using dd
eg:  dd if=/etc/inittab of=/dev/st0
This will do a raw dump of the file

tar is a better backup tool
eg:  tar  tvf /dev/st0 /etc/*
will tar the /etc directory into a 'tarball' and dump it on the tape

hth
mike

- Original Message -
From: "Ybnorml" <[EMAIL PROTECTED]>
To: "Expert" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:36 AM
Subject: [expert] SCSI TBU


> Thanks for the replies and advice, guys.  I'm just not able to get
anywhere.
> I don't appear to have a "mt" command installed.  This is the server side
of
> LM7.2.  I did the dmesg command and was able to see the Python drive
showing
> up in there.  Assuming it's st0, how would I be able to mount and read it?
> I tried the mount command too and that was a waste of time.
> Any help is definitely appreciated.
>
> -Greg-
>





Re: [expert] SCSI TBU

2001-02-15 Thread mike ryder

Hello,

The tape device is probably something like /dev/st0 (usually the first scsi
tape device) and you should be able to talk to it using the 'mt' set of
commands (as in :
'mt -f /dev/st0 status' )


- Original Message -
From: "Ybnorml" <[EMAIL PROTECTED]>
To: "Expert" <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 5:20 AM
Subject: [expert] SCSI TBU


> I have a DDS SCSI tape backup that is installed alongside my other SCSI
> devices.  I am wondering how I can back up to or otherwise access that
> drive?  I don't know what the device is called, as in ST1 or whatever.
>
> I'm also needing the command to install RPMs from the command line in case
> anyone has that handy.  I just reloaded 7.2 in server mode and don't have
> all the other neat little things workstation mode has.
>
>
> Thanks!!
>





Re: [expert] Samba and two-class_network...

2001-02-09 Thread mike ryder

You now see the way that tcp/ip works - you can only see the segements on
the network in the same domain or class C address.

You need to make the server available on both classes of address. You don't
explain how you link the different networks. Assuming they are on the same
physical cable without any form of bridge - you can give your ethernet card
an additional alias so that it sees both networks. I've never done this, but
I imagine that the Linux server will now act as a bridge to both networks,

hth

Mike

- Original Message -
From: "Claudio" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 1:48 PM
Subject: [expert] Samba and two-class_network...


> Hi all,
> I've the following problem: a print server using LM-7.2, Cups and samba.
The
> IP address is:
>
> SERVER: 141.108.21.3
> ^
>
>
>
> My network has TWO classes of IP addresses: 141.108.16.x and 141.108.21.x
Now
> it happens that ONLY machine from class 141.108.21.x (the same of the
> server!) may see the smb server, while the machines from 141.108.16.x
cannot
> see the server! Is it possible to avoid that? I'd like to let all of the
> machine see the printers!!!
>
> Thanks, Claudio
>
>





Re: [expert] Install Problems

2001-02-09 Thread mike ryder

It sounds like a hardware fault. I had such a problem and ended up replacing
the memory chip.


- Original Message -
From: "Duczyminski, Patrick (P.)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 6:06 PM
Subject: [expert] Install Problems


> I am not new to installing Mandrake but I've never come across a problem
> like this before.  While installing I do my filesystem layout pick the
> applications I want then it starts to load the software.  During the load
> the system will just lock.  I have no mouse movement, my cdrom stop but my
> hard drive light stays on.  The system will not come back no matter how
long
> I wait.  I have tried installing a bare bones load but it does the same
> thing.  To verify it wasn't a hard disk or other problem I've loaded 6.1
and
> 7.1 and each loads and functions fine, but the 7.2 load will not work.
I've
> tried running the patch.pl and changing my ides to noautotune but that
still
> doesn't work.   I am at a loss as to what to try next.  I've been trying
to
> load this now for a few days and haven't been successful yet.  Any help
> would be appreciated.
>
>
>
>





Re: [expert] efax: How do I print to fax?

2001-02-09 Thread mike ryder

Hylafax

- Original Message -
From: "Mark S.Parrish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 9:43 PM
Subject: [expert] efax: How do I print to fax?


> Subject says it all. My systems guy and I have been working on this for
over
> two weeks. We really have read as much documentation as possible, searched
> archives, and are still stumped.
>
> Could someone/anyone please comment?
>
> Thanks so much,
>
> Mark and Steven
>
>





Re: [expert] LM 7.2 new install and network probs

2001-02-08 Thread mike ryder

Aaah - I think we have it now !!

In a 'normal' installation the network won't install without a network
card - you would probably have to manually add all of the components to
create a loopback. Easier to install a network card and try again.

hth

- Original Message -
From: "Andreas Müller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 8:30 PM
Subject: Re: [expert] LM 7.2 new install and network probs


> Am Don, 08 Feb 2001 schrieben Sie:
> > type ifconfig at the # and see what that says - it sounds like your
network
> > card has not been activated or not found.
>
> Hallo Mike,
>
> well first I do not have a network card at all, just want to use the
loopback
> 127.0.0.1.
>
> Now typing ifconfig gives nothing.
>
> [root@localhost /root]# ifconfig -a
> lo Linkverkapselung:Locale Schleife
>   LOOPBACK  MTU:3924  Metric:1
>   Empfangene Pakete:0 Fehler:0 Weggeworfen:0 Überlauf:0 Rahmen:0
>   Verschickte Packete:0 Fehler:0 Weggeworfen:0 Überlauf:0 Rahmen:0
>   Kollisionen:0 Sendewarteschlangenlänge:0
>
> [root@localhost /root]# ping 127.0.0.1
> PING 127.0.0.1 (127.0.0.1): 56 octets data
> sendto: Network is unreachable
>
> [root@localhost /root]# ifconfig lo up
> [root@localhost /root]# ifconfig -a
> lo Linkverkapselung:Locale Schleife
>   UP LOOPBACK RUNNING  MTU:3924  Metric:1
>   Empfangene Pakete:0 Fehler:0 Weggeworfen:0 Überlauf:0 Rahmen:0
>   Verschickte Packete:0 Fehler:0 Weggeworfen:0 Überlauf:0 Rahmen:0
>   Kollisionen:0 Sendewarteschlangenlänge:0
>
> I tried to start the loopback, but even with it running 127.0.0.1 is still
> unreachable. I have no idea why? My LM 7.0 was running without any
problems
> with the loopback, I just had to activate inetd, but now with LM 7.2 it
does
> not work. PLZ help.
>
>
> Thanx in advance
>
> Andreas
>
>





Re: [expert] LM 7.2 new install and network probs

2001-02-08 Thread mike ryder

type ifconfig at the # and see what that says - it sounds like your network
card has not been activated or not found.

hth

- Original Message -
From: "Andreas Müller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 08, 2001 4:18 PM
Subject: [expert] LM 7.2 new install and network probs


> Hi all,
>
> I've installed LM 7.2, all seems fine, but I'm not able to connect to any
> network services. I cannot telnet/ftp into my own box. Cannot connect to
port
> 80 and 119. I just get errors that network is not available. Something is
> blocking all services I think. I tried it with xined or inetd but hte same
> results. ipchains is deactivated. PLZ help, I have no idea what is
blocking
> access to my own box or what is missing?
>
>
> Thanx in advance
>
>
> Andreas
>
>





Re: [expert] DNS and IP addressing

2001-01-19 Thread mike ryder

This looks like a 'name' confusion? Do you mean a virtual IP or do you mean
Masquerading with NAT (Network Address Translation). If you mean the latter
(NAT) and you are trying to connect your internal network to the Internet
with a single IP address, then trun to the Mini-HOWTO section and look for
the HOWTO by Paul Ramsey on 'Home Network', it is  a well written HOWTO.

hth

Mike

- Original Message -
From: "Jim Warwick" <[EMAIL PROTECTED]>
To: "Expert" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 4:58 PM
Subject: [expert] DNS and IP addressing


> I sent a note out yesterday and didn't get any response. But after looking
> at it, it may have been a little confusing. Basically, my question is
> this. I am trying to do virtual hosting. I have one IP address. If I
> understand it correctly, I have to setup IP Aliasing in order to virtual
> host. Is that the case? If so, can I use the none routable addresses for
> that (i.e. 192.168.0.X)? The way I have it set in my WinDoze 2k machine,is
> with all virt. hosts have the same ip address and each virt host is picked
> up by the host header in the IP packet. Where do I go from here? I would
> appreciate any and ALL help possible.
>
> Jim Warwick
> American Family Insurance
> IS Security
> [EMAIL PROTECTED]
>
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
>
>





Re: [expert] Problem with hosts.allow and ssh, swat

2001-01-14 Thread mike ryder

Don'y you need a . ( a period ) after 192.168 to specify that this is the
lead in to a network address rather than an absolute address ?

hth

- Original Message -
From: "John J. LeMay Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 14, 2001 3:03 PM
Subject: Re: [expert] Problem with hosts.allow and ssh, swat


> ** Reply to message from Sadin Nurkic <[EMAIL PROTECTED]> on Sun,
14
> Jan 2001 15:55:51 +1100
>
>
> > There must be a different reason why those daemons get killed off
because, they
> > are not linked in any way to /etc/hosts.*.
>
> I disagree. The hosts.allow and hosts.deny are exactly what is causing the
> services to fail to respond. I added the "all:local 192.168" to
hosts.allow and
> "all:all" to hosts.deny and both swat and ssh stopped working. Changed the
> hosts.allow to "all:all" and both services started working immediately.
>
> John LeMay Jr.
> Senior Enterprise Consultant
> NJMC, LLC.
>
>
>






Re: [expert] Many Port Requests

2001-01-12 Thread mike ryder

Go visit www.grc.com and follow the links to test your shields - it is
alarming how much detail can be retrieved with port 139 open. I was running
samba on the net gateway and ipchains did not appear to block the
information - so currently I have disabled samba until I find a better
idea - or someone can tell me the rule for ipchains that will work.

- Original Message -
From: "D. Stark - eSN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 2:09 PM
Subject: RE: [expert] Many Port Requests


> That's the NetBios port. Windows (95, 98, NT without WINS) pukes out TONS
of
> broadcast traffic (each machine continually announces its exsistance on
the
> network, any shares it might have, trades dessert recipies, I don't know).
> If there's an upside, I do not believe it is a routable protocol, so
nobody
> is spamming you with NetBios requests.
>
> Although, now that I think about it, someone *may* still be trying to
crack
> you on that port in theory (assuming that there was a crackable service
> running). Add two ipchains lines. One to allow all port 137 originating on
> the local network, and one right after it in the chain to disallow all
other
> port 137 traffic. Best to do it for both tcp and udp, as both can be used
by
> Windows.
>
> Derek Stark
> IT / Linux Admin
> eSupportNow
> xt 8952
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 12, 2001 6:15 AM
> To: Linux-Mandrake Expert (Request)
> Subject: [expert] Many Port Requests
>
>
> I'm getting many udp port requests through ipchains on
> 137/netbios-ns.  Is this the port NTs use for the nameservers or
> is it a cracker?
>
> Note: When you reply to this message, please include the mailing
>   list/newsgroup address in Cc: and my email address in To:.
>
> *
> Signed,
> SoloCDM
>
>
>