Re: two links

2008-02-10 Thread Wojciech Puchar

22.


Freebsd 6.3 + ipfw


man ipfw


to be exact - read about fwd command. you have to make a rule that 
anything that comes from second link's your local address is routed 
through your second link router.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: two links

2008-02-10 Thread Paul A. Procacci

Suprema Informática Ltda - Leandro wrote:

Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 
172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 
192.168.1.253


interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, 
just port 22.



Freebsd 6.3 + ipfw


Thanks for all.t
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
First explictly allow transmission on the interface in question, and 
deny everything else.  Additionally, you probably want to keep state 
within the ruleset as well.


ipfw add  allow tcp from any to me 22 in via 
ipfw add  deny tcp from any to me 22
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: two links

2008-02-10 Thread David Alanis

I use pf I am sure they are how to's out there for ipfw.

http://www.bsdguides.org/guides/freebsd/networking/ho_router_pf.php

I hope if you decide to go with pf this link will give you the basics  
to get started:


David

Quoting Suprema Informática Ltda - Leandro <[EMAIL PROTECTED]>:


Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 192.168.1.253

interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, just
port 22.


Freebsd 6.3 + ipfw


Thanks for all.t
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





This message was sent using IMP, the Internet Messaging Program.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


two links

2008-02-10 Thread Suprema Informática Ltda - Leandro

Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 192.168.1.253

interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, just 
port 22.



Freebsd 6.3 + ipfw


Thanks for all.t
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


two links

2008-02-08 Thread Suprema Informática Ltda - Leandro

Good morning,

I need active two links of internet, but i don´t know do this.
I have 3 interfaces

internet 1 adsl gateway = 172.168.0.254   -   ip interface = 172.168.0.253
internet 2 adsl gateway = 192.168.1.254   -   ip interface = 192.168.1.253

interface to lan internal = 10.0.0.254

My default gateway is 172.168.0.254.

I need active the second link (192.168.1.254) only access port 22, just 
port 22.



Freebsd 6.3 + ipfw

Sorry my english.

Thanks for all.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"