Configuring Gateway/NAT on Freebsd

2000-12-10 Thread Sean Peck
I am trying to configure a FreeBSD 3.3 box to act as a gateway/NAT translater for my network. I have added the following to the my rc.conf ifconfig_tun0="inet 172.168.0.1 netmask 255.255.255.0" gateway_enabled="YES" natd_enabled="YES" natd_ingerface="tun0" and tun0 to my network_interfaces lis

subscribe

2000-12-10 Thread Sean Peck
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Apache in FreeBSD 3.3 precompiled with DSO?

2000-05-15 Thread Sean Peck
Is the Apache distributed in 3.3 compiled with DSO? Sean Peck News Index -- The original News Only Search Engine. http://www.newsindex.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

FREE Problem in BSD?

2000-04-15 Thread Sean Peck
\xb3\xb3%s",URL.dptr,etemp); } else{ // printf("ERRER %d %s\n",dbm_error(db),array[y]); sprintf(temp,"%s\xb3\xb3%s",URL.dptr,"0"); } free(URL.dptr); if(ENTRY.dptr != NULL){ printf("%d\n",ENTRY.dptr); free(ENTRY.dptr

No Subject

2000-04-11 Thread Sean Peck
auth 420551d3 unsubscribe freebsd-hackers [EMAIL PROTECTED] Sean Peck News Index -- The original News Only Search Engine. http://www.newsindex.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: FreeBSD 3.3 fork/Exec bug?

2000-04-08 Thread Sean Peck
(sock, &fds)) { okay = 1; break; } if (ret == 0) { (void)close(sock); return TCP_CONNECT_TIMEOUT; } if (ret < 0 && errno != EINTR) { (void)close(sock); return TCP_CONNECT_ERROR; } } if (okay) bre

FreeBSD 3.3 fork/Exec bug?

2000-04-08 Thread Sean Peck
can help me with this? Sean Sean Peck News Index -- The original News Only Search Engine. http://www.newsindex.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message