Re: what to do now ? Was: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c tcp_var.h

2000-12-29 Thread Jesper Skriver
On Sat, Dec 23, 2000 at 12:24:44PM +, Tony Finch wrote: > Jesper Skriver <[EMAIL PROTECTED]> wrote: > > > >- If the sysctl net.inet.tcp.icmp_admin_prohib_like_rst == 1 (default) > > it enables the below. > > I think those are the wrong semantics: ICMP administratively > prohibited should wor

Masquerading problem

2000-12-29 Thread Boris
Hello, I have a problem with masquerading -((( I want to masquerade port 59 and 1024-5000 from any to 192.168.0.1 but i am getting errors like natd: no alias given (or similar) after trying it from the shell, so I made a /etc/natd.conf like this: use_sockets interface isp0 dynamic redirec

scsi cart

2000-12-29 Thread stephane tremblay
Hello. I I you ecrit about my card scsi ( domex ) I have a probleme with my computer recognize her(it) pas.dans the list of configuration it(he) have there no domex, would be you it(he) possible to have a help to re-enter her(it). Thank you very much stephane tremblay To Unsubscribe: send mai

Re: Intel ethernet driver source code

2000-12-29 Thread Marcus Vinícius Midena Ramos
Dear Mr. Greenman, Thank you very much. I've made the change and everything is ok now. Best Regards, Marcus. David Greenman wrote: > > if (txp != NULL) { > > > > /* BEGIN OF ADDED CODE */ > > > > int i; > >char b [20]; > >stru

Re: Intel ethernet driver source code

2000-12-29 Thread David Greenman
> if (txp != NULL) { > > /* BEGIN OF ADDED CODE */ > > int i; >char b [20]; >struct fxp_cb_tx *p; >printf ("\nTX_QUEUED: %d", sc->tx_queued); > for (i = 0, p = sc->cbl_first; i < sc->tx_queued; i++,

Creating Routing Table entry

2000-12-29 Thread Sue Wainer
I have written a Gigibit Ethernet driver that I load and unload using kldload. Currently, I have it looping back, as there is no connection yet. I successfully complete the probe and attach functions.   I then ran "ifconfig" to give it an IP address. I do get an ARP packet sent to the drive

Re: Problems with VLAN and natd.

2000-12-29 Thread Andrea Franceschini
Ferdinand Goldmann wrote: > > Hello! > > On Thu, 28 Dec 2000, Andrea Franceschini wrote: > > > But all works only if the packets excanged are very small (like telnet > > session) but when i try to get a stream of packet (web or ftp or even a > > ls during a telnet session) it hangs. > > > > Ma

Re: natd not translating ESP packets

2000-12-29 Thread Michael C. Cambria
Blaz Zupan wrote: > > > IPSec and NAT don't play together > > > > I've set other pepole up (granted with comercial products) to do this very > > thing just fine. > > > > I'm not using AH, just ESP, so nat'ing the IP address of the outer header > > will not break anything. > > Ok, let me rephrase

Re: ng_pppoe.c and "packet fragmented" problem

2000-12-29 Thread Julian Elischer
Naga Raju Narayanaswamy wrote: > > Hi, > > I am using FreeBSD 3.4-RELEASE to get connected to my > ISP (mindspring.com) through ADSL connection. I had a > hard time getting connected and finally I managed to get > connected with a small change in the ng_pppoe.c which actually > I am not comforta

Re: natd not translating ESP packets

2000-12-29 Thread Blaz Zupan
> > IPSec and NAT don't play together > > I've set other pepole up (granted with comercial products) to do this very > thing just fine. > > I'm not using AH, just ESP, so nat'ing the IP address of the outer header > will not break anything. Ok, let me rephrase it. IPSec and NAT don't play toget

Re: natd not translating ESP packets

2000-12-29 Thread Michael C. Cambria
Blaz Zupan wrote: > > The client sends the rouer a tunneled packet (ip header, esp > > protocol) just fine. Using "tcpdump -n", I noticed that my ESP packets > > are not being translated. All other packets are translated just fine > > (included IKE exchanges; web access to my cable provider, >

Re: natd not translating ESP packets

2000-12-29 Thread Blaz Zupan
> The client sends the rouer a tunneled packet (ip header, esp > protocol) just fine. Using "tcpdump -n", I noticed that my ESP packets > are not being translated. All other packets are translated just fine > (included IKE exchanges; web access to my cable provider, > www.freebsd.org etc.)Th

natd not translating ESP packets

2000-12-29 Thread Michael C. Cambria
Hi, I am trying to solve a problem where my laptop, using windows based IPSec client, cannot access the corporate VPN from home. I have a cable modem connection to my home LAN which uses FreeBSD as a router (ipfw/natd.) The VPN is via an IPSec ESP tunnel (transport not allowed.) The client s

Re: ng_pppoe.c and "packet fragmented" problem

2000-12-29 Thread Julian Elischer
Thankyou for this very good bug report.. I will look at it today. Naga Raju Narayanaswamy wrote: > > Hi, > > I am using FreeBSD 3.4-RELEASE to get connected to my > [...] > Any clues? I will really appreciate any hints to this problem. > Will increasing the MSIZE help me? I will reply with a

(no subject)

2000-12-29 Thread Michael C. Cambria
subscribe end To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Intel ethernet driver source code

2000-12-29 Thread Marcus Vinícius Midena Ramos
Hi, Thank you for your reply. Annexed to this you will find the final part of the source code of function fxp_start with the changes I have made. I hope the comments in the code are clear enough. The idea is to read and modify the mbufs right before they go to the wire, although I haven't yet wri

Re: Problems with VLAN and natd.

2000-12-29 Thread Ferdinand Goldmann
Hello! On Thu, 28 Dec 2000, Andrea Franceschini wrote: > But all works only if the packets excanged are very small (like telnet > session) but when i try to get a stream of packet (web or ftp or even a > ls during a telnet session) it hangs. > > Maybe this related to the MTU issue in vlan inter

Re: Problems with VLAN and natd.

2000-12-29 Thread Ruslan Ermilov
On Thu, Dec 28, 2000 at 09:10:24PM +0100, Andrea Franceschini wrote: > Hi! > > i'm trying to use ipfw-divert based nat deamon with vlan interfaces. > > i'm experiencing very strange problems. > > The configurations seems to work, the packets are correctly aliased > (according to natd log) and i