Thanks for your prompt response T3RM1NVT0R,
1. I found this command searching the net and have done this.
2. I'm not entirely sure on this, the default gateway on network a clients points to 192.168.2.254, the clients on network be use the 192.168.1.254 default gateway.
3. The ubuntu machine is set to use 192.168.2.254 as its default gateway and has Internet connectivity, which can ping both Network A and Network B clients successfully and can access both routers.
4. eth0 is set to use 192.168.2.100
I used these commands:
ifconfig eth0 192.168.2.100 netmask 255.255.255.0
route add default gw 192.168.2.254 eth0
wlan0 is set to use 192.168.1.100
ifconfig wlan0 192.168.1.100 netmask 255.255.255.0
route add default gw 192.168.1.254 wlan0
5. Machines on network A have these settings
Machine 1: 192.168.2.10 /24 default gw 192.168.2.254
Machine 2: Shown above eth0 & wlan0
Machines on network B have these settings
Machine 1: 192.168.1.10 /24 default gw 192.168.1.254
Machine 2: 192.168.1.11 /24 default gw 192.168.1.254
Apart from that the settings haven't been modified or altered in any shape or form, I tried this:
route add 192.168.1.0 netmask 255.255.255.0 eth0
route add 192.168.2.0 netmask 255.255.255.0 wlan0
Figuring if i put the networks into the routing table it might have done the trick, obviously not
I'm sure its something relativity simple, with the said settings, what should should the routing table look like? I'm not sure what should be pointing to where, Microsoft made this a little too easy and now I feel like rereading first years ccna exploration all over again. I also did some arp-proxy command which I forget now
Being in the UK, my girlfriend has requested I shut off my ubuntu box because the fans keep her awake so I cant show you the output from route, essentially, the ubuntu box is just acting like a client with samba file sharing on it, all i need to do is getting network a from eth0 talking to network b on wlan0.
Thanks for your kind words of wisdom and its amazing how open source operating systems have much more support than the likes of microsoft.