Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
mmc01
Posts: 14
Registered: ‎09-23-2011
0

I want to create Firewall with FPGA .How can I use fpga interface to NIC ?

I want to create Firewall with FPGA . I think I should use Virtex5 or better but I don't know how can I use fpga interface to NIC. It have no any example. What I have  to start to learn about FPGA and Firewall?

Expert Contributor
joelby
Posts: 1,055
Registered: ‎10-05-2010
0

Re: I want to create Firewall with FPGA .How can I use fpga interface to NIC ?

What sort of firewall? You can interface an FPGA with an Ethernet PHY - many development boards do this. If you don't know much about FPGAs or electronics at the moment, you should try to find a development board with at least two PHYs for a firewall application. At its simplest level you could implement an Ethernet bridge that passes all data from one interface to the other and vice versa. You could then examine the headers of packets and block them based on your criteria. A routing firewall will require you to rewrite packets slightly. Anything is possible beyond that, though there's a reason these sorts of things are usually done using processors.
Xilinx Employee
Xilinx Employee
ywu
Posts: 2,861
Registered: ‎11-28-2007
0

Re: I want to create Firewall with FPGA .How can I use fpga interface to NIC ?

I would start with the TEMAC product page below and go from there:
http://www.xilinx.com/products/intellectual-property/TEMAC.htm 

mmc01 wrote:

I want to create Firewall with FPGA . I think I should use Virtex5 or better but I don't know how can I use fpga interface to NIC. It have no any example. What I have  to start to learn about FPGA and Firewall?


 

Cheers,
Jim