PDA

View Full Version : USB network adapter for DMZ



kovla777
15-01-2006, 15:35
Hi!

I would like to make a real DMZ with an USB lan adapter.
It is possible?
Wich firmware can use the adapter?
Anyone already have made this?

Thanks!

kovla

kovla777
18-01-2006, 10:38
I can make it without USB LAN adapter in OpenWrt:

I found this:
http://wiki.openwrt.org/OpenWrtDocs/Configuration#head-b62c144b9886b221e0c4b870edb0dd23a7b6acab

And I need this:

LAN (vlan0), WAN (vlan1), DMZ (vlan2):

vlan0ports="1 2 5*"
vlan0hwname=et0
vlan1ports="0 5"
vlan1hwname=et0
vlan2ports="3 4 5"
vlan2hwname=et0

This make an extra vlan (vlan2) to the eth0 interface.

Remark to "*": On ASUS-500GX is possible make external port tagged in this way vlan0ports="1t 2 5*". This is syntax like robocfg tool. Tested on White Russian RC2, may be possible on all BCM5325 HWs. "*" have no effect, maybe exist for compatibility. This behaviour is at least confirmed with WRT54G(v3.1) and WRT54GS(v2.1) and White Russian RC3.