I answered my own question :)

Add this to /etc/config/network:
config interface        vmware
        option proto    static
        option network  10.0.42.0
        option netmask  255.255.255.0

And this to /etc/config/firewall:
config zone
        option name     vmware
        option input    ACCEPT
        option output   ACCEPT
        option forward  ACCEPT

Then run:
ifup vmware
/etc/init.d/firewall restart

And all seems well.

----- Original Message -----
From: "Steve McMaster" <[email protected]>
To: [email protected]
Sent: Saturday, January 31, 2009 2:28:41 PM GMT -05:00 US/Canada Eastern
Subject: [OpenWrt-Users] Kamikaze 8.09 Firewall with Routing

Hi guys. I have a network that my OpenWRT routes to another device on my 
network (its a network contained on my VMware server). Is there any way to use 
/etc/config/firewall to set up internet access for this network, or do I need 
to use custom iptables rules?

Thanks.

Steve
_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to