I have a Netscreen 5GT, and it has ABSOLUTELY the worst documentation I've ever seen...
I'm trying to figure out how make it do transparent firewalling, for some web servers I have at a data center. I don't need any NAT as all servers have public IPs.
I read this post:
- set int vlan1 ip x.x.x.x/yy (use a spare address on your lan this is the address you will manage the firewall with)
- unset int trust ip
- set int trust zone v1-trust
- set int untrust zone v1-untrust
- setup policies allowing traffic e.g set policy from v1-trust to v1-untrust any any any permit.
- setup a default route if you need one set route 0.0.0.0/0 int vlan1 gate x.x.x.x
- save the config from RAM to Flash "SAVE"
However I'm stuck here because after doing step 5, I rebooted the firewall and now I can't manage it via the web interface anymore. I did set the vlan1's IP to 192.168.0.10/24, but still I can't get to it. It was working prior to the reboot. Any ideas how to enable it again?
Also, I tried connecting the incoming data cable to the untrust interface, and trust 1 to my internal switch (which the web servers are attached to). However nothing passes through and traffic isn't routed. I didn't do step #6 because I didn't know what that was for. Help?