Subject: Re: Change/Clone a MAC/NIC Address?
To: John Klos <john@sixgirls.org>
From: Gene ENonymous <yancm@sdf.lonestar.org>
List: port-mac68k
Date: 04/07/2002 02:40:57
Yessss! This has enabled me to register. NAT is working good enough for
now.

Next question. To get the most out of my connection under windows 98
I had to tune tcp receive window (RWIN) and MTU. I can set MTU in the
ifconfig.sn0, but how can I effect the receive window of the sn0
interface to maximize my transmission speeds?

Thanks again!!!
gene

On Sat, 6 Apr 2002, John Klos wrote:

> If they (the ISP) use 10.x.x.x, you might consider using 192.168 or some
> other different nonroutable network.
>
> >    Maybe someone could offer a minimum NAT setup which could allow
> >    me to try this? Do I need ipfilter and NAT? Configuration files
> >    for both?
>
> /etc/ipnat.conf:
> map sn0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp
> map sn0 192.168.1.0/24 -> 0/32 portmap tcp/udp 10000:65000
> map sn0 192.168.1.0/24 -> 0/32
>
> /etc/ipf.conf:
> pass in from any to any
> pass out from any to any
>
> /etc/sysctl.conf:
> net.inet.ip.forwarding=1
>
> /etc/rc.conf (add these):
> ipnat=YES
> ipfilter=YES
>
> How's that for simple?
>
> John Klos