Hi misc,

I want to connect my old Xbox 360 to wifi router through a bridge
made with OpenBSD. I tried config like FAQ:

# cat /etc/hostname.athn0
nwid 'D-Link DSL-2750B'
wpakey PASSWORD
dhcp NONE NONE NONE
# cat /etc/hostname.re0
up media autoselect
# cat /etc/bridge0
add athn0
add re0
up

That's works but from Xbox I can't handle routing making router
address as default. So I need a solution like Windows bridge that
not assign ip address to athn0 interface so I can make router
address as gateway instead the bridge address. I tried simply this:

# cat /etc/hostname.athn0
nwid 'D-Link DSL-2750B'
wpakey PASSWORD
up

but offcourse doesn't work. Thanks for patience.

Reply via email to