Re: gateway_enable="NO"

2010-11-29 Thread Ian Smith
ult as ROUTER? > > I ask this question, because i tried it works. > > As it is written "gateway_enable="NO" # Set to YES if this host will be a > > gateway" in the address -> /etc/defaults/rc.conf > > But if I write gateway_enable="NO&quo

Re: gateway_enable="NO"

2010-11-28 Thread Lokadamus
Am 25.11.2010 05:38, schrieb Lamac Lamaco: The system installed now and in adresses /etc or /etc/rc.d there is no script. Does system work in default as ROUTER? I ask this question, because i tried it works. As it is written "gateway_enable="NO" # Set to YES if this host will b

gateway_enable="NO"

2010-11-24 Thread Lamac Lamaco
The system installed now and in adresses /etc or /etc/rc.d there is no script. Does system work in default as ROUTER? I ask this question, because i tried it works. As it is written "gateway_enable="NO" # Set to YES if this host will be a gateway" in the address -> /etc/def

Re: Gateway_Enable="NO"

2010-11-23 Thread Polytropon
For the rist of not fully understanding your question: On Tue, 23 Nov 2010 08:55:11 +0400, Lamac Lamaco wrote: > Hi. Why FReeBSD working how router, When I have put in /etc/rc.conf > -> Gateway_Enable="NO"??? > And by default Gateway_Enable="Y

Re: Gateway_Enable="NO"

2010-11-22 Thread Adam Vande More
On Mon, Nov 22, 2010 at 10:55 PM, Lamac Lamaco wrote: > Hi. Why FReeBSD working how router, When I have put in /etc/rc.conf > -> Gateway_Enable="NO"??? > And by default Gateway_Enable="YES" or? > I suggest getting someone or something to help you transla

Gateway_Enable="NO"

2010-11-22 Thread Lamac Lamaco
Hi. Why FReeBSD working how router, When I have put in /etc/rc.conf -> Gateway_Enable="NO"??? And by default Gateway_Enable="YES" or? Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: gateway_enable

2010-09-17 Thread Wolfgang Riegler
Thank you for your support. You're right, our administrator has to add a route back to the new gateway. Am Mittwoch, 15. September 2010, 21:30:08 schrieb Beat Siegenthaler: > > On 15.09.10 21:10, Wolfgang Riegler wrote: > > > > I thought gateway_enable="YE

Re: gateway_enable

2010-09-15 Thread Nathan Vidican
On Wed, Sep 15, 2010 at 3:30 PM, Beat Siegenthaler < beat.siegentha...@beatsnet.com> wrote: > > > On 15.09.10 21:10, Wolfgang Riegler wrote: > > > > I thought gateway_enable="YES" in /etc/rc.conf should be sufficient. > But it doesn't work. Do I ne

Re: gateway_enable

2010-09-15 Thread Beat Siegenthaler
On 15.09.10 21:10, Wolfgang Riegler wrote: > > I thought gateway_enable="YES" in /etc/rc.conf should be sufficient. But > > it doesn't work. Do I need something else? > > > > Looks all ok. But does 192.168.40.1 have a route to 192.168.50.0/

Re: gateway_enable

2010-09-15 Thread Chuck Swiger
but cannot reach any > other computer of my company network or the internet. Because I don't need > any firewall on this subnet, I thought gateway_enable="YES" in /etc/rc.conf > should be sufficient. But it doesn't work. Do I need something else? Yes. What you've

gateway_enable

2010-09-15 Thread Wolfgang Riegler
computer of my company network or the internet. Because I don't need any firewall on this subnet, I thought gateway_enable="YES" in /etc/rc.conf should be sufficient. But it doesn't work. Do I need something else? # cat /etc/rc.conf keymap="german.iso" moused_enable=&q

Re: gateway_enable question

2004-12-11 Thread Loren M. Lang
On Fri, Dec 10, 2004 at 03:20:14PM -0500, David Banning wrote: > > >My thought was to disable the gateway configuration set in rc.conf. > > >How do I disable the gateway option without rebooting? > > > > I have gateway enabled, but natd disabled, which blocks the > > traffic from inside to outside

Re: gateway_enable question

2004-12-11 Thread Kevin D. Kinsey, DaleCo, S.P.
David Banning wrote: On the firewall it is difficult to block the win boxes because I -want- each machine to be able to contact each other, but I don't want the windows boxes to have internet connection. Now, that seems a little weird. Do you not have a hub or switch other than the BSD bo

Re: gateway_enable question

2004-12-11 Thread Giorgos Keramidas
On 2004-12-11 00:46, David Banning <[EMAIL PROTECTED]> wrote: > > Lots of guys have suggested the firewall. On ipfw, that'd be > > something like (put your rule number for N and sub your network > > in for 192.168.0): > > > > add <> deny ip from any 192.168.0/24 to any out via tun0 > > > > (I'm as

Re: gateway_enable question

2004-12-10 Thread David Banning
> Lots of guys have suggested the firewall. On ipfw, that'd be > something like (put your rule number for N and sub your network > in for 192.168.0): > > add <> deny ip from any 192.168.0/24 to any out via tun0 > > (I'm assuming your PPP uses the first tunnel device?) Not sure what the -first-

Re: gateway_enable question

2004-12-10 Thread Kevin D. Kinsey, DaleCo, S.P.
David Banning wrote: My thought was to disable the gateway configuration set in rc.conf. How do I disable the gateway option without rebooting? I have gateway enabled, but natd disabled, which blocks the traffic from inside to outside, I believe. I have my nat running in ppp, and when I

Re: gateway_enable question

2004-12-10 Thread David Banning
> >My thought was to disable the gateway configuration set in rc.conf. > >How do I disable the gateway option without rebooting? > > I have gateway enabled, but natd disabled, which blocks the > traffic from inside to outside, I believe. I have my nat running in ppp, and when I disable it, all th

Re: gateway_enable question

2004-12-10 Thread David Banning
> #>ipfw add deny ip from any to any via http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gateway_enable question

2004-12-10 Thread David Banning
> If you use nat, killing natd might be an option. You could also put up > a firewall that blocks those computers ip addresses. Maybe have 2 > firewall configs. You could simply run a flush and then load the new > ones on the command line. (ipfw) Thanks Lucas. I have tried killing the ppp n

Re: gateway_enable question

2004-12-10 Thread Loren M. Lang
On Fri, Dec 10, 2004 at 01:56:44PM +0900, Rob wrote: > David Banning wrote: > >I have a few win boxes which use my FreeBSD box as a gateway to > >the net. I am wondering how I can keep a network connection > >between all the computers, allowing the FreeBSD box to > >still be connected to the net

Re: gateway_enable question

2004-12-09 Thread Rob
David Banning wrote: I have a few win boxes which use my FreeBSD box as a gateway to the net. I am wondering how I can keep a network connection between all the computers, allowing the FreeBSD box to still be connected to the net, but disallow all win boxes from connecting to the net? My thou

Re: gateway_enable question

2004-12-09 Thread Tim
David Banning wrote: I have a few win boxes which use my FreeBSD box as a gateway to the net. I am wondering how I can keep a network connection between all the computers, allowing the FreeBSD box to still be connected to the net, but disallow all win boxes from connecting to the net? My thou

gateway_enable question

2004-12-09 Thread David Banning
I have a few win boxes which use my FreeBSD box as a gateway to the net. I am wondering how I can keep a network connection between all the computers, allowing the FreeBSD box to still be connected to the net, but disallow all win boxes from connecting to the net? My thought was to disable th

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Andrew Brampton
Well thankyou all for your replies, that one line did the trick, and now I know where to look in future for rc.conf settings. Andrew - Original Message - From: "Andrew Brampton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 11:06 PM S

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 11:06:04PM -, Andrew Brampton wrote: > I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway > I've decided to enable it as a gateway by editing the /etc/rc.conf file. I > previously had it running as a gateway but I commen

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Matthew Emmerton
> Hi, > I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway > I've decided to enable it as a gateway by editing the /etc/rc.conf file. I > previously had it running as a gateway but I commented the > gateway_enable="YES" line. Now I

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Ceri Davies
and what to see what it actually does, then you can run: grep gateway_enable /etc/rc* and then look in each file to see which commands are invoked. Ceri -- Remember the mines of the legions! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions&quo

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Erik Trulsson
gateway but I commented the > gateway_enable="YES" line. Now I want to uncomment this line so it routes my > traffic, but I don't want to actually restart my box because its got a 17 > day uptime, and I want to see how high I can get it, and the past 17 days > would of been wasted if

Re: gateway_enable="YES" without a restart

2002-11-03 Thread Nick Slager
Thus spake Andrew Brampton ([EMAIL PROTECTED]): > Hi, > I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway > I've decided to enable it as a gateway by editing the /etc/rc.conf file. I > previously had it running as a gateway but I commented the

gateway_enable="YES" without a restart

2002-11-03 Thread Andrew Brampton
Hi, I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway I've decided to enable it as a gateway by editing the /etc/rc.conf file. I previously had it running as a gateway but I commented the gateway_enable="YES" line. Now I want to uncomment this lin