Re: Directory server
On 18-10-11 12:55, Jesus arteche wrote: Hey guys, I have several questions about that... - Do you know if I could migrate windows NT server (directory server) to some LDAP based service in Debian? - Could I have my server in a Datacenter, and the windows clients in the office, in other subnet?? - Do you know some LDAP based service easy to install on Debian? Thanks Hi, First google is your friend, Probably you want something as http://www.freeipa.org/page/Main_Page, and yes all the other it is possible. Just search for it. Kind regards, Michiel Piscaer -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e9d9822.70...@masterpe.nl
Re: Network Bandwidth Monitoring
janskey schreef: Hi All, Is there a tool that can monitor bandwidth consumed on a specific user? For example, in my flat network where: internet->cisco router->firewall->linux/windows clients & servers I want to monitor a client or want to know who's downloading stuff to the internet or internal network. I want also to monitor or specify a specific bandwidth that he can use so that our internet will not slow. Does Squid helps? Any advice? Thanks. cheers, janskey Hi Janskey, What for an firewall do you use, an linux system with iptables on it? If that is the case you can use that to monitor your users. Regards, M. Piscaer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Network Bandwidth Monitoring
janskey schreef: Hi All, Is there a tool that can monitor bandwidth consumed on a specific user? For example, in my flat network where: internet->cisco router->firewall->linux/windows clients & servers I want to monitor a client or want to know who's downloading stuff to the internet or internal network. I want also to monitor or specify a specific bandwidth that he can use so that our internet will not slow. Does Squid helps? Any advice? Thanks. cheers, janskey Hi Janskey, What for an firewall do you use, an linux system with iptables on it? If that is the case you can use that to monitor your users. Regards, M. Piscaer -- [EMAIL PROTECTED] Tel: +31 77 7501700 Fax: +31 77 7501701 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: your mail
M. Piscaer schreef: Hi, I have problems sending emails to this list. I tryed it several times but they dont reach the destination. Regards, M. Piscaer -- Digidiensten [EMAIL PROTECTED] Tel: +31 77 7501700 Fax: +31 77 7501701 Hi, First of all, thank you for giving an good reaction. In the feature i will use an subject. I did forgot to fill it out. I looked in the source of the email, at the SPAM header, so that i can see whats going wrong. Most of the failures that i saw are corrected. For the sloppy MTU i use, i will contact the creators for it, in the meanwille i try to use an another client. Also i have subscript for the [EMAIL PROTECTED] I hope that next time my message will go thru. Thank you Regards, Michiel Piscaer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[no subject]
Hi, I have problems sending emails to this list. I tryed it several times but they dont reach the destination. Regards, M. Piscaer -- Digidiensten [EMAIL PROTECTED] Tel: +31 77 7501700 Fax: +31 77 7501701 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: bandwidth tool
Mag Gam schreef: Is there a tool to measure network traffic? I am using ifstat but its reporting wrong statistics. I am trying to get something similar to eth0 , 16Mb/sec eth1, 10Mb/sec etc.. I need something simple :-) TIA I use nload. It gives you an grafic of the past half minute. Regards, Michiel Piscaer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Monitoring Net Traffic From the Console or Another Comptuer
Hal Vaughan schreef: I have a workstation and several other computers on my LAN, all running Linux -- either Debian or Ubuntu (Kubuntu for the workstation, Sarge on the rest -- please don't start on the version, I'll be updating it in my copious amounts of free time one year). I am connecting to a computer through ssh and running some Perl programs on it. I need to be able to see what is going out from that computer to a web site so I can verify the HTTP headers and data going both ways. If this were on the workstation, I'd use Wireshark, but this system is console only and I'm not about to install X on it and deal with switching monitors for this one issue. Is there any program (I couldn't find one) that I can run on this computer, via SSH, that will give me packet info I can scan in the same way I do with Wireshark when I've got X on a system? And if that doesn't work, is there a way to get Wireshark to read what goes between other NICs? The workstation is the only computer on the LAN with X, so I can't run Wireshark on any server or firewall system. Thanks! Hal I use tcpdump in an situation like that. With the option -w filename -s0, you capture all of the packets in an file. With scp i copy the file to the local machine, en use wireshare to analise the file. Regards, Michiel Piscaer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]