Re: defaultroute not loading

2006-01-13 Thread Michael Zimmer
, everyone. _ From: Ceri Davies <[EMAIL PROTECTED]> To: Ceri Davies <[EMAIL PROTECTED]> CC: Michael Zimmer <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org Subject: Re: defaultroute not loading Date: Fri, 13 Jan 2006 15:09:37 + >

Re: defaultroute not loading

2006-01-13 Thread Ceri Davies
On 13 Jan 2006, at 12:49, Ceri Davies wrote: On 12 Jan 2006, at 23:37, Michael Zimmer wrote: I just updated a i386 gateway to 6.0-STABLE - using my backed-up versions [from 5.1] of: rc.conf rc.firewall rc.resume rc.sendmail rc.shutdown rc.subr rc.suspend resolv.conf s

Re: defaultroute not loading

2006-01-13 Thread Ceri Davies
On 13 Jan 2006, at 14:16, Stijn Hoop wrote: Hi, On Fri, Jan 13, 2006 at 12:49:07PM +, Ceri Davies wrote: On 12 Jan 2006, at 23:37, Michael Zimmer wrote: hostname="#.com" defaultrouter=1.2.3.4 # previously "1.2.3.4"; removed Could you post the output of "sh -x /

Re: defaultroute not loading

2006-01-13 Thread Stijn Hoop
Hi, On Fri, Jan 13, 2006 at 12:49:07PM +, Ceri Davies wrote: > On 12 Jan 2006, at 23:37, Michael Zimmer wrote: > > hostname="#.com" > > defaultrouter=1.2.3.4 # previously "1.2.3.4"; removed > > Could you post the output of "sh -x /etc/rc.d/routing start"? > Please try to

Re: defaultroute not loading

2006-01-13 Thread Christer Solskogen
Michael Zimmer wrote: I just updated a i386 gateway to 6.0-STABLE - using my backed-up versions [from 5.1] of: You didn't forget running mergemaster? -- chs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: defaultroute not loading

2006-01-13 Thread Ceri Davies
On 12 Jan 2006, at 23:37, Michael Zimmer wrote: I just updated a i386 gateway to 6.0-STABLE - using my backed-up versions [from 5.1] of: rc.conf rc.firewall rc.resume rc.sendmail rc.shutdown rc.subr rc.suspend resolv.conf sysctl.conf ipnat.rules ipf.rules ...and t

Re: defaultroute not loading

2006-01-13 Thread Ceri Davies
On 13 Jan 2006, at 06:46, Igor Robul wrote: On Thu, Jan 12, 2006 at 11:37:27PM +, Michael Zimmer wrote: rc.subr Why? hostname="#.com" defaultrouter=1.2.3.4 # previously "1.2.3.4"; removed You need "1.2.3.4", because in manual page for rc.conf it is marked

Re: defaultroute not loading

2006-01-12 Thread Igor Robul
On Thu, Jan 12, 2006 at 11:37:27PM +, Michael Zimmer wrote: > rc.subr Why? > > hostname="#.com" > defaultrouter=1.2.3.4 # previously "1.2.3.4"; removed You need "1.2.3.4", because in manual page for rc.conf it is marked as (str). _

defaultroute not loading

2006-01-12 Thread Michael Zimmer
I just updated a i386 gateway to 6.0-STABLE - using my backed-up versions [from 5.1] of: rc.conf rc.firewall rc.resume rc.sendmail rc.shutdown rc.subr rc.suspend resolv.conf sysctl.conf ipnat.rules ipf.rules ...and the default route won't load on boot, although it is

Re: defaultroute

2005-11-25 Thread Nathan Vidican
Steve Bertrand wrote: Is there a way after changing the value defaultroute in /etc/rc.conf that freebsd accepts the change without restarting? # /etc/netstart Should also reload network settings for you. Steve Thanks... Efren Bravo

Re: defaultroute

2005-11-24 Thread Hexren
> Hi, > Is there a way after changing the value > defaultroute in /etc/rc.conf that freebsd accepts > the change without restarting? > Thanks... > Efren Bravo. - I would guess that /etc/rc.d/routing ist he script oused to se

RE: defaultroute

2005-11-24 Thread Steve Bertrand
> Is there a way after changing the value > defaultroute in /etc/rc.conf that freebsd accepts the change > without restarting? # /etc/netstart Should also reload network settings for you. Steve > > Thanks... &

Re: defaultroute

2005-11-24 Thread Nathan Vidican
route change 0.0.0.0 new.ip.def.route IE: route change 0.0.0.0 10.0.0.254 This command changes the default route to 10.0.0.254, from the command line. This will immediately alter the systems routing tables, but will not survive a reboot; change the defaultroute parameter in the /etc/rc.conf

Re: defaultroute

2005-11-24 Thread Evgenii Davidov
Здравствуйте, On Thu, Nov 24, 2005 at 04:35:38PM +0100, Efren Bravo писал: > Hi, > > Is there a way after changing the value > defaultroute in /etc/rc.conf that freebsd accepts > the change without restarting? route delete default ; route add

Re: defaultroute

2005-11-24 Thread Wojciech Puchar
Is there a way after changing the value defaultroute in /etc/rc.conf that freebsd accepts the change without restarting? man route ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

defaultroute

2005-11-24 Thread Efren Bravo
Hi, Is there a way after changing the value defaultroute in /etc/rc.conf that freebsd accepts the change without restarting? Thanks... Efren Bravo. __ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http

Re: Adding defaultroute

2002-12-16 Thread Roman Neuhauser
ipt, I already have a default > route. I've fixed the problem by adding > > route change default xx.xx.xx.x > > to my rc.local. But isn't this defeating the purpose of the defaultroute > variable? Last time I used DHCP was on a Windows95 computer 7 years ago, an

Re: Adding defaultroute

2002-12-16 Thread Justin Burke
rgs=\$route_${i} route add ${route_args} done fi The problem is that by this time in the script, I already have a default route. I've fixed the problem by adding route change default xx.xx.xx.x to my rc.local. But isn't this defea

Adding defaultroute

2002-12-16 Thread Justin Burke
I'm having trouble getting a dual-homed system to setup the default route correctly on bootup. Here are the relevant lines from my rc.conf: ifconfig_rl0="inet xx.xx.xx.xxx netmask 255.255.255.0" ifconfig_xl0="DHCP" defaultrouter="xx.xx.xx.x" During bootup, the system enables the default route to