Hi Lads, i have problem with static network configuration.

I use test platform pfSense with Windows Server 2012 on VirtualBox, everything works fine.

Now i try to use Kali Distribution.

pfSense LAN adress are 192.168.2.100

My KALI static configurationin /etc/network/interfaces are:

Code:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static
adress 192.168.2.121
network 192.168.2.0
geteway 192.168.2.100
netmask 255.255.255.0
broadcast 192.168.2.255
after reboot i have no connection in network manager



The question is, Where I made a mistake ?
Thanks in advence ..