januszt n00b
Joined: 16 Jul 2003 Posts: 19
|
Posted: Sat Nov 20, 2004 5:58 pm Post subject: Have eth0 wlan0 gateway working please post your net script |
|
|
Hi all
I was able to setup my wireless access using ndiswrapper.
I added net.wlan0 to my default runlevel, edited net file and both interfaces comes up.
My /etc/conf.d/net shows now two gateways
Code: |
gateway="eth0/192.168.1.1"
gateway="wlan0/192.168.1.1"
|
Route table only shows one default gateway and always picks up only one interface.
There is no problem if add it manually using route add command
If anyone have both enabled and working please post part of your "net" file showing gateways. |
|