strange with named

2001-07-21 Thread Alexey Privalov


hi all.
i have FreeBSD 4.3-STABLE and named 8.2.3-REL. 
everyday i see following strings in my log:

Jul 21 13:43:17 host named[124]: denied update from [196.127.211.51].1475 for 
host.domain
Jul 21 13:48:17 host named[124]: denied update from [196.127.211.51].1486 for 
host.domain
Jul 21 13:58:18 host named[124]: denied update from [196.127.211.51].1501 for 
host.domain

what i must do for fixed it? and where is a bug? (on server or on that
machine).

thanks for all.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



licq socks5 (fwd)

2001-08-14 Thread Alexey Privalov



-- Forwarded message --
Date: Mon, 13 Aug 2001 23:05:15 +0700 (NOVST)
From: Alexey Privalov [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: licq  socks5

hi guys..
i`m trying to compiling licq with socks5 support, but i`d received following
message:
c++ -O2 -fno-exceptions -fno-check-new -pthread -o licq licq.o main.o
icqpacket.o socket.o icqd.o icqd-udp.o icqd-tcp.o icqd-threads.o remoteserver.o
icqevent.o buffer.o user.o history.o utility.o countrycodes.o log.o translate.o
file.o message.o support.o pthread_rdwr.o onevent.o plugind.o sar.o
languagecodes.o icqd-chat.o sighandler.o icqd-filetransfer.o hebrev.o icqcolor.o
-Wl,--export-dynamic  -lsocks5 -lssl -lcrypto -lc_r -lc_r
/usr/libexec/elf/ld: cannot find -lsocks5
gmake[2]: *** [licq]  error 1

when i add -L/usr/local/lib in Makefile then i see:
c++ -O2 -fno-exceptions -fno-check-new -pthread -o licq licq.o main.o
icqpacket.o socket.o icqd.o icqd-udp.o icqd-tcp.o icqd-threads.o remoteserver.o
icqevent.o buffer.o user.o history.o utility.o countrycodes.o log.o translate.o
file.o message.o support.o pthread_rdwr.o onevent.o plugind.o sar.o
languagecodes.o icqd-chat.o sighandler.o icqd-filetransfer.o hebrev.o icqcolor.o
-Wl,--export-dynamic  -L/usr/local/lib -lsocks5 -lssl -lcrypto -lc_r -lc_r
socket.o: In function `INetSocket::SetLocalAddress(bool)':
socket.o(.text+0x6d6): undefined reference to `SOCKSgetsockname'
socket.o: In function `INetSocket::OpenConnection(void)':
socket.o(.text+0x871): undefined reference to `SOCKSconnect'
socket.o: In function `INetSocket::StartServer(unsigned int)':
socket.o(.text+0x930): undefined reference to `SOCKSbind'
socket.o(.text+0x973): undefined reference to `SOCKSlisten'
socket.o: In function `INetSocket::CloseConnection(void)':
socket.o(.text+0x9d2): undefined reference to `SOCKSclose'
socket.o: In function `INetSocket::SendRaw(CBuffer *)':
socket.o(.text+0xa0f): undefined reference to `SOCKSsend'
socket.o: In function `INetSocket::RecvRaw(void)':
socket.o(.text+0xa82): undefined reference to `SOCKSrecv'
socket.o: In function `TCPSocket::RecvConnection(TCPSocket )':
socket.o(.text+0xb0b): undefined reference to `SOCKSaccept'
socket.o: In function `TCPSocket::SendPacket(CBuffer *)':
socket.o(.text+0xdad): undefined reference to `SOCKSsend'
socket.o(.text+0xe02): undefined reference to `SOCKSsend'
socket.o: In function `TCPSocket::RecvPacket(void)':
socket.o(.text+0xfb5): undefined reference to `SOCKSrecv'
socket.o(.text+0x1100): undefined reference to `SOCKSrecv'
gmake[2]: *** [licq]  error 1


before compiling i`d installed socks5 lib and checked that libsocks5 exist in
/usr/loca/lib

what i must do?

thanks for all.

/lucky



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



RE: [Fwd: colisions!]

2001-10-25 Thread Alexey Privalov


to irado:
read some information at www.ots.utexas.edu/ethernet

to leal:
try to test with different NIC`s and cabels.

On Thu, 25 Oct 2001, [EMAIL PROTECTED] wrote:

 
 somewhat strange your cross.. I am accoustumed to use the 568A/568B normalized 
cross, which is:
 
 1-white-green
 2-green
 3-white-orange
 4-blue
 5-white-blue
 6-orange
 7-white-maroon
 8-maroon
 
 the other side:
 1-white-orange
 2-orange
 3-white-green
 4-blue
 5-white-blue
 6-green
 7-white-maroon
 8-maroon
 
 as you can see, the green/orange pairs are the switched ones. Also, you *must* use 
the corresponding white of each pair - no mix/max whites please (Alcatel cables have 
no coloured strips), otherwise the crosstalking can produce a lot of collisions..
 
 change the cable accordingly and try again.
 
 Date: Wed, 24 Oct 2001 15:15:12 -0200
  Marcelo Leal [EMAIL PROTECTED] [EMAIL PROTECTED], 
[EMAIL PROTECTED] [Fwd: colisions!]
 
 i have the follow problem:
 i use etinc in one FreeBSD box (4.2). it works fine. 
 this freebsd make bridge (one interface in switch), and another cross
 over to router. in the conection to router, there are one colision led,
 that are almost always up! i did put one rule for bridge only ip in rl0
 (switch interface). why there are colisions betwen etinc and router???
 the etinc interface are 10Mbps (half-duplex) and router too.
 the cross over is:
 etinc
 12
 orange/white
 3  6
 blue/white
 
 router
 1   2
 blue/white
 3   6
 orange/white
 
 thanks
 
 ___   The ISP-WIRELESS Discussion List   ___
 To Join: mailto:[EMAIL PROTECTED]
 To Remove: mailto:[EMAIL PROTECTED]
 Archives: http://isp-lists.isp-planet.com/isp-wireless/archives/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-net in the body of the message
 
 
 
 saudações,
irado furioso com tudo
GNU/Linux user  CASSADO
 deus é construído à imagem e semelhança do homem. Principalmente em seus defeitos.

por favor, clique aqui: http://www.thehungersite.com
e aqui também: http://cf6.uol.com.br/umminuto/
 
 
 Nettaxi would like to ask for your help in donations to the RED CROSS today!
 http://www.nyredcross.org/donate/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



randompid

2002-06-07 Thread Alexey Privalov

hi all.

i`m trying to set randompid:

root@land3# sysctl kern.randompid=1
kern.randompid: 0 - 0

what`s a need to set on?

best regards,
lucky.

PS:

`uname -a`:
FreeBSD land3.nsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 12 20:09:17 NOVT
i386





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



natd trans proxy

2002-06-09 Thread Alexey Privalov

hi all.

i`m running two natd`s on rl3 (external) and rl0 (internal).

the first natd is running on 8668 (standart) port  and is diverting private ip
to ip  on interface and have following configuration:
interface rl3
unregistered_only yes
use_sockets yes
same_ports yes



the second natd have a following configuration:
port 8669
proxy_only
proxy_rule port 80 server proxy_addr:
interface rl0

and is forwarding to squid.

why when interface rl0 receive http packet then it divert ip to external.

best regards,
Alexey


PS: ipfw rule:

40 divert 8669 tcp from local_net  to any 80 via rl0
50 divert 8668 ip from any to any via rl3



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message