About support in FreeBSD 4.9 HomePNA card

2003-10-29 Thread Ruslan Sulemanov
Hallo!

Why FreeBSD 4.9 RELEASE not support:

Device ID: 0xA0FA
Chip Number: BCM4210
Description: OEM Chip for 10meg/s over phone line
Description: iLine10 HomePNA 2.0
  
Thanks!

p.s  it is very important ;-)




  _
 / _  /
/ /_/ Admin Routec systems register account #1024
\ \_\ ISP Routec | Email: [EMAIL PROTECTED] | UIN:165210895 | mob.0672538162  
 \\  

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


configuration NAT

2003-07-02 Thread Ruslan Sulemanov
Hello All!

I'm try configuration NAT (ipfw + natd),
how i need start natd ?

Kernel options:

options IPDIVERT
options IPFIREWALL



-- 
Best regards,
 Ruslan  mailto:[EMAIL PROTECTED]

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


Re[2]: configuration NAT

2003-07-02 Thread Ruslan Sulemanov
KH On Wed, 2 Jul 2003, Ruslan Sulemanov wrote:
 I'm try configuration NAT (ipfw + natd),
 how i need start natd ?

 Kernel options:

 options IPDIVERT
 options IPFIREWALL
KH /etc/rc.conf:
KH firewall_enable=YES   # Set to YES to enable firewall functionality
KH firewall_type=open# Firewall type (see /etc/rc.firewall)
KH^
KHOr whatever you want ...
KH natd_enable=YES   # Enable natd (if firewall_enable == YES).
KH natd_interface=de0# Public interface or IPaddress to use.
KH ^
KH Fill in here the device name of your network adapater.

I do it. How i can start natd?
in my /etc/rc.firewall this rules:
ipfw -f flush
ipfw add divert natd all from any to any via fxp0
ipfw add allow all from any to any
Thanks.


-- 
Best regards,
 Ruslanmailto:[EMAIL PROTECTED]

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