RE: raw socket programming

2003-07-07 Thread Tom Servo
Off the top of my head this appears to be an include sequencing/circular include problem. Check the type that 'n_long' is being defined as and make sure that the proper includes that define the type are defined before the variable is defined and make sure that it is not getting run over. Is that

IPFW fun

2003-07-11 Thread Tom Servo
Hey- I have a freebsd gateway machine that runs ipfw and nat for my home network and I want to add a rule that redirects VNC packets through the gateway to my windows machine so that I can VNC to my home machine to do some stuff. How should I phrase the rule correctly without screwing up the natd s