Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2001 15:25:51 -0700
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Laptoppers <freebsd-mobile@freebsd.org>
Subject:   roaming natd
Message-ID:  <E155xMd-00026P-00@roam.psg.com>

next in thread | raw e-mail | index | archive | help
4.3-stable on a dell latitude c600

i run ipfw with natd to support vmware with a win98se guest os on
192.168.254.1/24.  i wander between wireless (wi0), wired (xl0), and
metricom (tun0).  but the ipfw and natd parms hard code the specific
device, i.e.

    # cat /etc/ipfw.rules
    flush
    add divert natd all from any to any via wi0
    add pass all from any to any

and

    /sbin/natd -dynamic -u -n wi0

any clues on how to be less bound to a specific device?

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E155xMd-00026P-00>