Route wireless to eth bridge, howto?

I would appreciate pointers to relevant information, or direct help.

This is a home network:
Cable-> router -> wired and wireless machines.
I have a suse 11.1 running just fine on a wireless connection to an AP. It gets an IP from the router via DHCP, albeit a reserved one. Security is with WPA2-TKIP and added mac address filtering to the house AP/router.

This machine also has an unused gigabit port. I would like to connect another device (a TV and/or blueray player) to that port and have it also get a DHCP assined IP from the original router. I would like the flexibility of plugging a switch into that port and providing a small wired subnet in another room as well.

With that background, can someone help with setting up the routing on the wireless suse machine to do this?

While I have never done this myself, you need to install the “bridge-utils” package. The command brctl does the work. It is called in /etc/sysconfig/network/scripts/ifup-bridge. The firewall rules may need adjusted as well.

Use $SEARCH_ENGINE_OF_YOUR_CHOICE and search for “openSUSE Internet Connection Sharing”.