basicly im trying to do the same thing i did on windows, routeing my playstation thru my pc for a wireless connection. but that was as simple as highlighting my ethernet and wireless connections and clicking bridge.
after reading a bit i was able to bridge my connections but after i did i had no internet connection at all, kinda what i expected but i was hopeing it would work first try(never does.. lol)
Code:
# ifconfig eth0 0.0.0.0
# ifconfig wlan0 0.0.0.0
# brctl addbr brdg0
# brctl addif brdg0 eth0
# brctl addif brdg0 wlan0
# ifconfig brdg0 up
# dhcpcd br0
as far as i know this
should work but after i had no internet connection.. i also tryed a few other ways but all generally the same.
as far as the setup goes its just a crossover cable from my ps2 to my ethernet port, then from my wireless card to my modem. i know this works, ive done it on windows countless times but never on linux.
any ideas on how to set it up correctly?