[expert] ProFTPd

2003-02-03 Thread Jorris Graad
Hi,
Now, I'm trying to build ftp server with ProFTPd. I want my ftp server only can be 
accessed by anonymous user from my local network. My ftp server has 10.0.0.1 as IP add.
Please help me configuring it.

thanks in advance,

Ivo. 


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] samba, browsing windows

2003-02-01 Thread Jorris Graad
I've installed samba 2.2.7a and can make the windows hosts at my local network access 
to a folder in my Linux machine.
I want to access all windows hosts at my local network, but I don't know what command 
to use.
Just for information, all the windows hosts got IP address from my Linux machine using 
dhcp.

thanks in advance

Ivo.



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] modules

2003-01-29 Thread Jorris Graad
Can someone tell me how to compile and install modules. Please explain it step by step 
because I'm not an expert at this things.

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] IP masquerade

2003-01-28 Thread Jorris Graad
I want to make my local host can access to internet using IP masquerade, my local 
network is 10.0.0.0 networking with 255.0.0.0 netmask.

when I used command:
# /sbin/ipchains -P forward DENY
ipchains: Protocol not available

then, I tried:
iptables -t nat -A POSTROUTING -s 10.0.0.0/255.0.0.0 -j MASQUERADE
modprobe: Can't locate module ip_tables
iptables v1.2.6a: can't initialize iptables table `nat': iptables who? (do you need to 
insmod?)
Perhaps iptables or your kernel needs to be upgraded.

I've upgraded the kernel but It doesn't work. I don't know how to upgrade iptables.
Please tell me how to upgrade iptables or is there someway that I could do to use IP 
masquerade.


thank for advance

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] unsuccessful in setting up dhcp

2003-01-26 Thread Jorris Graad
I have 2 NICs, the eth0 is configured by dhcp, but I set the IP add that I got from 
dhcp server as static IP add.
And I set eth1 with 10.0.0.1. I want to set a dhcp server by eth1.

when I tried to start dhcp with dhcpd -d -f, the result was:

Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
Listening on LPF/eth1/00:a0:4b:03:f4:87/10_0_0_0
Sending on   LPF/eth1/00:a0:4b:03:f4:87/10_0_0_0
Listening on LPF/eth0/00:60:97:a4:8b:94/192.168.0.19.220/32
Sending on   LPF/eth0/00:60:97:a4:8b:94/192.168.0.19.220/32
Sending on   Socket/fallback/fallback-net
DHCPREQUEST for 192.168.0.17 from 00:40:26:97:59:3a via eth0: ignored (not 
authoritative). 
DHCPREQUEST for 192.168.0.20 from 00:01:80:20:4d:41 via eth0: ignored (not 
authoritative).

I can't figure out why dhcprequest was going trough eth0.???

my /etc/dhcpd.conf is:

default-lease-time 600;
max-lease-time 7200;
option domain-name-servers 10.0.0.1;
option domain-name graad.org;
ddns-update-style interim;
log-facility local7;


shared-network 10_0_0_0 {
  subnet 10.0.0.0 netmask 255.0.0.0 {
not authoritative;
range 10.0.0.5 10.0.0.55;
}
}

subnet 192.168.0.19 netmask 255.255.255.255 {not authoritative;}

please tell me if I made some mistakes and can someone explain me about 
ddns-update-style and authoritative parts.

thanks for advance,

Ivo.





_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] question about SRPM RPM

2002-12-29 Thread Jorris Graad
I want to know differeces between SRPM and RPM files.
how to install SRPM and RPM files.?

thanks for advance

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] How to set 1 lan card w/ 3 IP addresses

2002-12-11 Thread Jorris Graad
 thanks for the advises guys. I know how to set in FreeBSD but not in Mandrake, that's 
why I asked you guys.
thank you very much.

Ivo.

--

On Wed, 11 Dec 2002 09:01:16  
 kwan wrote:
 Just like the title, I want to make 1 LAN card to
 have 3 IP addresses, 1 IP
 is the global one and the others is the private's.
 Which file should I configure, and please tell me
 how to configure it..?

This is called aliasing. There's probably a config file somewhere but I
use rc.local and add:
  ifconfig eth0:1 192.168.1.100
  ifconfig eth0:2 192.168.1.101
  ifconfig eth0:3 192.168.1.102
  ifconfig eth0:4 192.168.1.103

Not sure what you mean by global/private. What are you trying to do?
You won't be able to firewall this setup if both public and private are
on the same interface. 





_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] How to set 1 lan card w/ 3 IP addresses

2002-12-10 Thread Jorris Graad
Hi,
Just like the title, I want to make 1 LAN card to have 3 IP addresses, 1 IP is the 
global one and the others is the private's.
Which file should I configure, and please tell me how to configure it..?

thanks for advance

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] NVdriver problem w/ recompiled kernel

2002-12-01 Thread Jorris Graad
I've installed NVdriver successfully on mandrake's origin kernel. I used the tar.gz 
files.
Then I compiled the new 2.4.20 kernel and starting xwindow but the window couldn't be 
displayed.
I used make install to install the NVdriver but the result was error 1. like these:

ld -r -o NVdriver Module-linux Module-nvkernel
size NVdriver
   textdata bss dec hex filename
 894203   55476   52396 1002075   f4a5b NVdriver
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/video/NVdriver
make: *** [package-install] Error 1

Then, I tried make SYSINCLUDE=/usr/src/linux-2.4.20/include just like what is 
written in the README file, but the result was same with above.

Can anyone help me.?
thanks

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] apache 2, choosing html page to be displayed

2002-11-23 Thread Jorris Graad
I've installed apache 2 successfully, then test the page, and the english version of 
apache page is displayed. I just want to know how to change the conf file if I want to 
display the japanese or other languages of apache page.
Should I use modules.? I've read a lot about modules but I can't understand how to use 
them.
thanks.

ivo


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com