EFW Support

Support => General Support => Topic started by: roberto68 on Thursday 22 January 2015, 04:12:58 am



Title: configure endian
Post by: roberto68 on Thursday 22 January 2015, 04:12:58 am
Hello guys!
I have a question and maybe someone could help me so this is my idea.

modem-router ip: 192.168.0.1

endian firewall with 2 nic:
wan(red) 192.168.0.2 (connected directly to modem)
lan(green) 192.168.1.1(connected to switch)
dhcp enable
clients connected to switch

so my question is I have to create one static route on my modem-router?
ip address 192.168.1.0 255.255.255.0 192.168.0.2 

I wait for your reply thanks in advance
roberto


Title: Re: configure endian
Post by: pwm on Friday 30 January 2015, 02:29:19 pm

The network diagram as below



       Internet --- modem  -----------    WAN   Endian Firewall   LAN ------   Switch ----- Clients
                      192.168.0.1          192.168.0.2               192.168.1.1                         192.168.1.x


In your Endian Firewall, all you need is to configure WAN as static IP with Gateway IP address as 192.168.0.1
You don't need to create static route on your modem. Your modem should be configured as NAT since you are using private IP.

Hope that this help.

Thanks