The story so far...
I don't have access to ADSL or cable here, but someone is setting up a broadband service on a wireless network. They supply & install the card & aerial, but they know nothing about Linux, so I'm setting it up myself.
The orignal card they supplied was faulty (a duff PCMCIA/PCI adapter), and I wasted a _lot_ of time on it (if you're interested, see "ZoomAir 4105 wireless network card"). I now have a replacement, which appears to be working OK. My next problem is to set up e-smith with a wired NIC as the internal interface and a wireless NIC as the external interface.
Duncan has pointed me in the right direction (many thanks, Duncan!), but I'm sure I'll need more info to finish the job.
Duncan's observations & my replies:
> I had a similar problem when i was playing with this. I would create some new templates pointing your gateway at the wlan0 interface so internet traffic will route out that interface.
> If you look at /etc/rc.d/init.d/masq you will find the firewall and NAT configuration. Have a look towards the top and you will see OUTERIF and OUTERNET you can probably set these to the wlan0. I am thinking off the top of my head here, i am sure that more will be needed.
Thanks, that looks interesting.
> Bare in mind that if the system doesnt see the second nic it will make things difficult with respect to the whole server gateway setup.
I notice that the masq script is getting the External IP from the db. How does the External IP get into the db? I suspect also that I'll have to change the order of things so that PCMCIA starts earlier in the sequence.
> I will be interested to see your end result.
It'll be a couple of days until I can look at it, as I'm up to my eyes in paid work at the moment. I'll post the details when it's working.