Click to See Complete Forum and Search --> : Where to find network config files


geckolabs
03-21-2001, 05:44 PM
I was working on my linux box network configuration with netconf. I seem to have everything working but still no network access. I was hoping to look at the network config files via vi,emacs etc. If someone could tell me where to find the files for DNS, GATEWAY, etc that would be great. I am using MD 7.2 and was using netconf thru KDE if that matters.

Thanks

Strike
03-21-2001, 05:49 PM
DNS - /etc/resolv.conf
gateway is set by route (just type route to see what it is and use commands like route add default gw [IP address] to add a default gateway)