> I think you are gonna need to do some IPPORTFWing here.
> Patch your 2.0.36 kernel with the IPPORTFW patch, re-compile
> the kernel, compile the IPPORTFW program, reboot, and then 
> try adding this to your IPFWADM ruleset as an experiment:

I patched the kernel, recompiled...

> 
> 
> NOTE:  10.0.0.1 is your bootp/tftp server
>       192.168.0.1 is your NCD box
> 
> 
> 
> /usr/local/sbin/ipportfw -C
> #
> echo "          Enabling TFTP forwarding.."
> #Bootp
> /usr/local/sbin/ipportfw -A -t10.0.0.1/67 -R 192.168.0.1/67
> /usr/local/sbin/ipportfw -A -u10.0.0.1/67 -R 192.168.0.1/67
> /usr/local/sbin/ipportfw -A -t10.0.0.1/68 -R 192.168.0.1/68
> /usr/local/sbin/ipportfw -A -u10.0.0.1/68 -R 192.168.0.1/68
> #tftp
> /usr/local/sbin/ipportfw -A -t10.0.0.1/69 -R 192.168.0.1/69
> /usr/local/sbin/ipportfw -A -u10.0.0.1/69 -R 192.168.0.1/69


I added the above entries to my rc.local. Now, when I type ipportfw -L, I get
the following:

Prot Local Addr/Port > Remote Addr/Port                        

UDP 10.0.0.1/69 > 192.168.1.2/69                         
                                 
UDP 10.0.0.1/68 > 192.168.1.2/68                         
                                 
UDP 10.0.0.1/67 > 192.168.1.2/67                         
                                 
TCP 10.0.0.1/69 > 192.168.1.2/69                         
                                 
TCP 10.0.0.1/68 > 192.168.1.2/68                         
                                 
TCP 10.0.0.1/67 > 192.168.1.2/67

I still can't boot the terminal. It doesn't look like the behaviour of it
changed, i.e. it still hangs there, trying to boot but nothing happens. I
tried to interchange 10.0.0.1 and 192.168.1.2 and to use both "directions" at
the same time, but neither one gave me a different result, I still can't boot.


        nick




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to