Re: FreeBSD Gateway Question / Problem

2002-11-30 Thread .
Probably default router issue ICMP redirect and do not route packets from the old net to new. And probably linux box firewalls ICMP or in an another way does not install route from this redirect. > Hi Martin, > I have to agree with your logic but I have double checked and they point to > the same

Re: Sysctl and root privileges, how could I avoid them ?

2002-11-30 Thread JINMEI Tatuya / 神明達哉
> On Fri, 29 Nov 2002 18:17:57 +0100, > Juan Francisco Rodriguez Hervella <[EMAIL PROTECTED]> said: > I'm implementing a modification in the > file "getaddrinfo.c", which calls a sysctlbyname > function, but the problem is that > this sysctlbyname function call requires "root" privileges.

Re: Divert Socket And Q. About Raw Socket

2002-11-30 Thread Julian Elischer
also, try: man divert It's is quite detailed. On Sat, 30 Nov 2002, Nimrod Mesika wrote: > natd is an example of divert socket usage. Try looking at > /usr/src/sbin/natd/natd.c > > On Sat, Nov 30, 2002 at 12:38:44PM +, soheil soheil wrote: > > Dear List > > first : > > I want to know if th

Re: Divert Socket And Q. About Raw Socket

2002-11-30 Thread Nimrod Mesika
natd is an example of divert socket usage. Try looking at /usr/src/sbin/natd/natd.c On Sat, Nov 30, 2002 at 12:38:44PM +, soheil soheil wrote: > Dear List > first : > I want to know if there is any sample of divert socket usage and divert > socket programming? > I see the ipfw manual it says

Divert Socket And Q. About Raw Socket

2002-11-30 Thread soheil soheil
Dear List first : I want to know if there is any sample of divert socket usage and divert socket programming? I see the ipfw manual it says divert socket is used but when i goto /usr/src/sbin/ipfw and trace ipfw.c i cannot find anything about divert socket i just found a raw socket. second: When

Re: Error on installing FreeBSD 4.4 on Dell Inspiron 2650 ( 2.0 GHz )

2002-11-30 Thread soheil soheil
Dear All I found the way : when the kernel is going to being up to install press space at command OK>boot -c and then config:eisa 0 config:quit then install and after FreeBSD is installed do this routine again make the device eisa in config file of the kernel commented out and then compile the ke

Re: FreeBSD Gateway Question / Problem

2002-11-30 Thread Lewis Watson
Hi Martin, I have to agree with your logic but I have double checked and they point to the same default gateway as the other machines on the old network. I went ahead and did a route add for each linux machine (there were three) now they can find the new network as if nothing was wrong. I am still

Re: FreeBSD Gateway Question / Problem

2002-11-30 Thread Martin Stiemerling
Hi Lewis, sounds like your linux computers on your old network have a wrong routing entry. If you can reach any other machine (bsd to windows, windows to bsd, ...) the linux perhaps have a wrong default gateway. Martin Lewis Watson wrote: Hello, I am currently trying to add another /24 network