Date: Wed, 10 Oct 2001 17:06:45 -0400 From: "Richard E. Hawkins" <dochawk@psu.edu> To: freebsd-questions@FreeBSD.ORG Subject: firewall settings for vmware Message-ID: <200110102106.f9AL6ji00462@fac13.ds.psu.edu>
next in thread | raw e-mail | index | archive | help
I got further on this than I did on my own last time, but . . .
In /etc/rc.conf, I have the following# for vmware routeing
firewall_enable="YES"
firewall_type="simple"
natd_enable="YES"
natd_interface="fxp0"
under simple in rc.firewall, I have
        # set these to your outside interface network and netmask and ip
        oif="fxp0"
        onet="146.186.61.65"
        omask="255.255.255.192"
        oip="146.186.61.192"
        # set these to your inside interface network and netmask and ip
        iif="ed1"
        inet="192.0.2.16"
        imask="255.255.255.0"
        iip="192.0.2.17"
I assume that the latter is the problem.  I need to be able to access 
from both the machine and the 192. reigme.  I want to say device lo0, 
but would vmware look there?  and which addresses would I use?
If I set the type to open, all works, but this seems a bit extreme :)
-- 
What part of "non-negotiable" didn't you understand? /"\   ASCII ribbon campaign
dochawk@psu.edu  Smeal 178  (814) 375-4700           \ /   against HTML mail
These opinions will not be those of                   X    and postings. 
Penn State until it pays my retainer.                / \   
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110102106.f9AL6ji00462>
