Hallo,
wie kann ich eine statische ROute setzen, damit meine server im lan (am selben switch) über eth0 kommunizieren können.
192.168.0.201
192.168.0.202
192.168.0.203
192.168.0.204
Grüße aus Nürnberg
Statische Route
Re: Statische Route
Gentoo:
Code: Select all
cat > /etc/conf.d/net << "EOF"
config_eth0=( "192.168.0.1/24 brd 192.168.0.225" )
routes_eth0=( "default via 192.168.0.0" )
EOF
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Statische Route
Schon mal danke!
Wie ist der "route add" befehl?
Wie ist der "route add" befehl?
