Displaying 9 results from an estimated 9 matches for "default_route".
Did you mean:
default_routes
2005 Jun 20
1
problems with boot in multiple ISPs
...configured. Inspecting the code, I
solved the problem with this patch:
--- shorewall-2.4.0/firewall 2005-06-20 10:58:41.000000000 -0300
+++ shorewall/firewall 2005-06-20 12:03:51.523989888 -0300
@@ -1168,7 +1168,7 @@
if [ -n "$PROVIDERS" ]; then
if [ -n "$DEFAULT_ROUTE" ]; then
- run_ip route replace default scope global $DEFAULT_ROUTE
+ ensure_and_save_command ip route replace default scope
global $DEFAULT_ROUTE
progress_message " Default route $DEFAULT_ROUTE Added."
fi
in this patch, the...
2013 Jan 29
1
Cron job based on gateway
Hi
Is there a way for puppet to create cron job on each of my node based on my
gateway''s IP ?
bala@bala-desktop:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
10.0.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0
2007 Aug 28
1
what''s the view format in trunk?
dumb question but what''s the view format in trunk?
I have a simple router:
Merb::Router.prepare do |r|
# default route, usually you don''t want to change this
r.default_routes
# change this for your home page to be avaiable at /
r.add ''/'', :controller => ''upload'', :action =>''new''
end
I have a simple controller which should render the view:
def new
@photo = Photo.new
respond_to do |format|...
2007 May 31
4
Sample Merb App
I put together a sample app to help people learn Merb:
http://svn.depixelate.com/applications/invoice_tracker/
I also blogged about it here:
http://depixelate.com/2007/5/31/taking-merb-for-a-spin
--
Zack Chandler
http://depixelate.com
2009 Jan 28
5
Solaris zone documentation
...y=NONE
root_password=elided
timeserver=localhost
name_service=DNS {domain_name=<%= domain %>
name_server=10.132.2.150}
network_interface=primary {hostname=<%= realhostname %>
ip_address=<%= ip %>
netmask=<%= netmask %>
protocol_ipv6=no
default_route=<%= defaultroute %>}
nfs4_domain=dynamic
The sysidcfg template is ripped straight from
<http://reductivelabs.com/trac/puppet/wiki/TypeReference#zone>
but it doesn''t work:
err: Could not retrieve catalog: Failed to parse template sysidcfg: Could not find value for ''re...
2007 Sep 18
10
Routes
hi all,
I want to move some routing tasks out of the router and into the
controller. The goal is to make Merb feel less like mod_rewrite and
give the user more control at the controller. The new Router is
simple: it takes the path_info (not the whole request) then outputs a
controller class and some parameters from the path matching. The rest
of the routing would be done at the controller level.
2013 Mar 16
23
Shorewall 4.5.15 Beta 1
Beta 1 is now availablew for testing.
Problems Corrected:
1) Previously, the Shorewall and Shorewall6 install.sh scripts did two
things wrong with respect to the /etc/shorewall[6]/routes file:
- The existing file was unconditionally removed.
- A skeleton file was not installed when SPARSE was not set in
the shorewallrc file.
Additionally, the installer would remove
2013 Mar 16
23
Shorewall 4.5.15 Beta 1
Beta 1 is now availablew for testing.
Problems Corrected:
1) Previously, the Shorewall and Shorewall6 install.sh scripts did two
things wrong with respect to the /etc/shorewall[6]/routes file:
- The existing file was unconditionally removed.
- A skeleton file was not installed when SPARSE was not set in
the shorewallrc file.
Additionally, the installer would remove
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...ns)''
+ case $option in
++ chain_base eth0
++ local c=eth0
++ true
++ case $c in
++ echo eth0
++ return
+ iface=eth0
+ eval eth0_routemark=1
++ eth0_routemark=1
+ ROUTEMARK_INTERFACES='' eth0''
+ for option in ''$(separate_list $options)''
+ case $option in
+ DEFAULT_ROUTE='' nexthop via 200.173.215.94 dev eth0 weight 1''
+ PROVIDERS='' att''
+ progress_message '' Provider att 1 1 att eth0 200.173.215.94 track,balance Added''
+ ''['' -n '''' '']''
+ echo '' Pro...