OpenPrograms/Magik6k-Programs

Default Gateways? (feature request)

LetDevDev opened this issue · 6 comments

One thing I've notices with your network program is that routing is pretty smart, but not very flexible. I know it's a big program and all, but would it be possible to add a default gateway feature? Maybe even a DNS system to help with this? I'd be willing to help with this, (with what limited skills I have) and if you are not up to modifying the network program in such a way, I have no problem with that.

Actually I want to rewrite the system to lua 5.3 and give it way more options, probably including gateways. I just have not much time for developing it now.

Hum, in that case, perhaps I could help? Mind you, I'm no professional, but I have a somewhat decent amount of time on my hands, I also have some code from my unet project (something way to big to attempt on my own, I now realize) and if nothing else, I could beta test it?

DNS(Or actually just name resolving) is integrated with /etc/hostname and ifconfid bind [name]. I'm thinking of implementing something smarter, probably based on theory coming from existing mesh network solutions. It ts at stage of being planned, for beta-testing - it will be most likely developed on the MPT so it shouldn't be a problem. One thing to note is that at least initially it will be developed as plan9k kernel module.

I've made simple DNS system, but it only works for 'raw' connections and is hard to get initial setup working. Current solution has basically zeroconf setup.

Hi how do I utilize this..? I'm new :o

@techniumgaming what exactly do you mean by 'this'?

I don't know how to implement this in my world :]

Have CC for 1.7.10