MESSAGE
DATE | 2014-03-31 |
FROM | Ruben Safir
|
SUBJECT | Re: [NYLXS - HANGOUT] routiong tools on debian or mint?
|
Here are the rules set in the /etc/network/interfaces file
auto lo iface lo inet loopback
iface eth1 inet static address 10.0.0.5 netmask 255.255.255.0 gateway 10.0.0.5
auto eth1
iface eth0 inet dhcp
auto eth0
This set the default gateway to 10.0.0.5 and the gateway from the dhcpcd was ignored.
how can I change that without just writing route scripts and hammering them into the init.d directory?
On Sun, Mar 30, 2014 at 05:35:07PM -0400, Ron Guerin wrote: > On 03/30/2014 05:29 PM, Ruben Safir wrote: > > I need to put another fit/pc into a business and I'm trying not to tear > > apart the entire MINT distribution and rewrite it in order to do 3 basic > > things > > > > MASQUARE > > Port Forwarding > > DNS > > > > I don't see the any tools for setting routing or gateways for the mint > > OS. Am I missing something? > > I also see no admin tool to turn on port fowarding and I've rebuilt > > BIND9 from scratch and I'm still not > > sure that it is function correctly. All it says when it starts is that > > it is building empty zones. > > > > I thought debian was easier than this. > > Short answer: Mint is not Debian. Mint is a derivative of Ubuntu, which > is a fork of Debian. You want Debian, use Debian. > > > Also, I have an intereting problem. I need eth0 to pic up its IP > > address from the cable router though, I asume, DHCPCD > > > > how can I do that with a non-static IP address. > > Just need dhclient. > > - Ron > > -- > Twitter: http://twitter.com/theinfoministry > > Join the NY Metro Area Tech Discussion! > http://lists.luny.org/mailman/listinfo/talk
|
|