Re: Modifying bridged traffic

2007-08-16 Thread Ganbold
Eric Anderson wrote: What is the easiest way to play with modifying data in-transit within an ethernet bridge? For instance, say I have something like this: [BOX 1] <> [ BOX 2 ] <> [ BOX 3 ] And BOX 2 is a FreeBSD box with bridging enabled between two ethernet interfaces, how can I p

Re: Process arguments

2006-10-29 Thread Ganbold
e filename printed such as, but can't find the actual arguments: dave 6689 /bin/ls If I'm not mistaken pjd@ has written similar module which is called lrexec for RELENG_4 and RELENG_5. See his web site. Also recently rwatson@ enabled audit support in RELENG_6 and CURRENT,

Re: NOT A [GPL License violation]

2006-10-09 Thread Ganbold
bsd.tar.bz [1] http://people.FreeBSD.org/~bruno/acpi_dell.tar.gz [2] http://people.FreeBSD.org/~bruno/dellctl.tar.gz [3] Bruno, Did you make suspend/resume work? Did you make your volume up/down key work? I have Latitude D620 and can't make above work. thanks, Ganbold For now, the 3 tar

TFTP server problem

2005-05-29 Thread Ganbold
laying. I would like to use tftp server for IVR with Cisco. I didn't try to use second client while it was not responding. What flags do you recommend in inetd.conf? How to debug tftpd? Is there any other tftp server which is good for IVR? tia, Ganbold ___

TFTP server problem

2005-05-29 Thread Ganbold
laying. I would like to use tftp server for IVR with Cisco. I didn't try to use second client while it was not responding. What flags do you recommend in inetd.conf? How to debug tftpd? Is there any other tftp server which is good for IVR? tia, Ganbold ___

Re: upload speed test problem

2005-05-12 Thread Ganbold
) { Random r = new Random(); byte[] pkt = new byte[len]; r.nextBytes(pkt); return(pkt); } ... thanks again, Ganbold At 10:10 PM 5/12/2005, you wrote: On Thu, 12 May 2005, Ganbold wrote: Result is unbelievable, it is something like 500kb

upload speed test problem

2005-05-12 Thread Ganbold
happening? How can I correct this problem? How can I calculate my upload speed? What data size should I use for testing? I hope somebody in this list point me to the right direction. Maybe I'm doing something wrong, or missing something. thanks in advance, Ganbold Part of the Java code: ..

subtracting days from localtime problem

2005-03-31 Thread Ganbold
March, 24th March should be 25th March and so on. Can somebody tell me why is this happening? How can I correct this problem? thanks in advance, Ganbold Here is system info: # uname -an FreeBSD backend.ub.mng.net 4.11-PRERELEASE FreeBSD 4.11-PRERELEASE #4: Tue Dec 14 18:18:34 ULAT 2004

Strange command histories in hacked shell server

2004-12-16 Thread Ganbold
some hints on file and directory permissions? Is there anybody who has similar server config and already had such issues and problems? I appreciate very much if somebody will help me in this regard. thanks in advance, Ganbold ___ [EMAIL PROTECTED]

Re: Question regarding shell user creation at login time

2004-03-28 Thread Ganbold
eel 15430 Mar 25 15:16 new.pl -rw-r--r-- 1 root wheel 52 Mar 25 16:52 new.sh Can somebody tell me the reason why it is failed? Thanks in advance, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ha

Re: Question regarding shell user creation at login time

2004-03-25 Thread Ganbold
change something in one of the pam files like /etc/pam.d/login or /etc/pam.d/sshd? Thanks in advance, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Question regarding shell user creation at login time

2004-03-25 Thread Ganbold
kind of issue and I appreciate if somebody in this list help me. TIA, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

mysql-4.0.18 build problem in FreeBSD-5.2-CURRENT

2004-03-11 Thread Ganbold
installed from ports collection. tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Error when making installworld : SOLVED

2004-03-09 Thread Ganbold
Hi, I added group authpf and everything worked well. Please ignore my previous message. thanks, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Error when making installworld

2004-03-09 Thread Ganbold
in /usr/src/usr.sbin/authpf. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. What should I do? Is it some bug or am I missing something? thanks in advance, Ganb

Re: having trouble with sshd

2004-02-26 Thread Ganbold
nit_dispatch_15 debug1: Window change received. Ganbold At 04:08 PM 26.02.2004, you wrote: Ganbold <[EMAIL PROTECTED]> writes: > At 12:38 AM 26.02.2004, you wrote: > > The preferred method is now keyboard-interactive. If your client does > > not support it, get a better clien

Re: having trouble with sshd

2004-02-25 Thread Ganbold
Hi At 12:38 AM 26.02.2004, you wrote: Ganbold <[EMAIL PROTECTED]> writes: > However I'm having trouble login using ssh. I see sshd_config is not > different than previous one. Yes, it is. Did you run mergemaster? Yes, I did run mergemaster with -p switch before installwo

Re: having trouble with sshd

2004-02-25 Thread Ganbold
Hi I have tag=. Ganbold At 08:48 PM 25.02.2004, you wrote: On Wed, Feb 25, 2004 at 06:25:22PM +0800, Ganbold wrote: > Hi, > > Today I just updated source using cvsup. I'm using FreeBSD 5.2-current. > I compiled and installed source and new kernel. > 5.2-current? So, wh

having trouble with sshd

2004-02-25 Thread Ganbold
on it says Password Authentication disabled. Before update sshd was working just fine. I set PasswordAuthentication yes in sshd_config file and everything is worked fine. However what is the default authentication method in new sshd? Should I change every time after update sshd_config file? tia

Re: OT: tftp server

2004-02-24 Thread Ganbold
would like to use tftp server IVR in Cisco. I didn't try to use second client while it was not responding. What flags do you recommend in inetd.conf? Is there any other tftp server which is good for IVR? tia, Ganbold At 01:11 AM 25.02.2004, you wrote: On Tue, 24 Feb 2004, Ganbold wrote: &g

Re: OT: tftp server

2004-02-24 Thread Ganbold
Hi Attila, I would like to use tftp server to play/download audio files (Interactive Voice response) for Cisco VoIP. Ganbold At 09:14 PM 24.02.2004, you wrote: Ganbold wrote: Maybe this is off topic question. I'm looking for good tftp server in FreeBSD. I used default tftp server in Fr

OT: tftp server

2004-02-24 Thread Ganbold
Hi all, Maybe this is off topic question. I'm looking for good tftp server in FreeBSD. I used default tftp server in FreeBSD and had some problems. It sometimes hangs without any response. Can somebody recommend me tftp server in FreeBSD/Unix/Linux? tia, Ga

Re: Intel PRO/1000 MT onboard network card problem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
help me and suggested ideas. Ganbold At 02:59 AM 17.02.2004, you wrote: On Mon, 16 Feb 2004, Ganbold wrote: > Hi, > > Following is the output of pciconf -lv command: As others have pointed out, the problem isn't in the em driver, since the card isn't even showing up in pciconf.

Re: Intel PRO/1000 MT onboard network card problem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
Yes I installed Realtek card because FreeBSD doesn't recognize onboard card. It has onboard TP connector same as Redhat machine has. Ganbold At 07:37 PM 16.02.2004, you wrote: Hi, Ganbold wrote on Mon, Feb 16, 2004 at 06:45:39PM +0800: [..] > [EMAIL PROTECTED]:4:0: class=0x020

RE: [Freebsd-hackers] Re: Intel PRO/1000 MT onboard network cardproblem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
When I try to load if_em.ko module /var/log/messages says: Feb 16 19:08:41 mnao1 kernel: module_register: module pci/em already exists! Feb 16 19:08:41 mnao1 kernel: Module pci/em failed to register: 17 Ganbold At 07:07 PM 16.02.2004, you wrote: What happends when you load the module if_em.ko

Re: Intel PRO/1000 MT onboard network card problem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
Hi, Maybe server doesn't have EM card at the end. Only reason why I'm thinking is there are 2 identical Dell Poweredge 1600SC servers and the other one has Redhat Linux 9.0 installed and Intel PRO/1000MT card is recognized properly. Ganbold At 06:53 PM 16.02.2004, you wrote: Not

Re: Intel PRO/1000 MT onboard network card problem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
6 rev=0x05 hdr=0x00 vendor = 'ServerWorks (Was: Reliance Computer Corp)' device = 'CIOB-X2' class= bridge subclass = HOST-PCI [EMAIL PROTECTED]:4:0: class=0x01 card=0x01351028 chip=0x00301000 rev=0x07 hdr=0x00 vendor = 'LSI Logic (Was

Intel PRO/1000 MT onboard network card problem in FreeBSD 5.2-current

2004-02-16 Thread Ganbold
r for FreeBSD 4.7. Where can I find latest driver for Intel PRO/1000 MT network card? tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD 5.2-current problem in Dell Poweredge 1600SC

2004-02-13 Thread Ganbold
grade? Or should I wait day one or two and then update again? tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Bandwidth limiting for eMule ports

2004-01-21 Thread Ganbold
right direction. thanks in advance, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Curious problem w/ 5.2-RELEASE su

2004-01-20 Thread Ganbold
Did you run mergemaster? I had this problem recently and when I run mergemaster everything worked fine. hth, Ganbold At 12:19 AM 21.01.2004, you wrote: Additionally, I am seeing this message in syslog: Jan 20 10:48:26 tokyo su: in openpam_load_module(): no pam_wheel.so found though /usr/lib

FreeBSD 5.x source update and compilation problem in HP Vectra VE18 -- SOLVED

2004-01-13 Thread Ganbold
me, no results. Can somebody help me in this regard? What should I do? --------- Ganbold ___ [E

dummynet question

2004-01-06 Thread Ganbold
800 in via fxp0 Am I doing right? tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

dummynet question

2004-01-06 Thread Ganbold
800 in via fxp0 Am I doing right? tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: ipfw2 problem

2004-01-04 Thread Ganbold
Hi, How much memory does your machine have? I have never tried ipfw with -d option. I'll try next time. Actually one_pass is already turned off in sysctl.conf Any other recommendations? One suggested me to remove keep-state from http filtering rules. Will it solve the problem? Ganbold At

ipfw2 problem

2004-01-04 Thread Ganbold
yn_ack_lifetime=3600 net.inet.ip.fw.dyn_udp_lifetime=10 net.inet.ip.fw.dyn_buckets=1024 ----- tia, Ganbold ___ [EMAIL PROTECTED] mailing list http

FreeBSD 5.x source update and compilation problem in HP Vectra VE18

2003-12-29 Thread Ganbold
is machine. I even tried with FreeBSD 5.2RC2, but same results. Also I first tried to compile kernel , but it is same, no results. Can somebody help me in this regard? What should I do? tia, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.f

Dummynet pipes and MRTG

2003-12-19 Thread Ganbold
G for this purpose? I hope somebody in this list point me to the right direction. thanks in advance, Ganbold ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"