Code: Select all
# change to
broadcast 192.168.50.255It's much easier to simply remove any broadcast and network statements.ripat wrote:I don't know if this was intended or if this is the cause of your problem but your broadcast mask is not on the same subnet than your IP.
In the /etc/network/interfaces file:And restart your network service.Code: Select all
# change to broadcast 192.168.50.255
True.DougieLawson wrote:It's much easier to simply remove any broadcast and network statements.