You look like you may have misconfigured your IP addresses eth0 has 3 IP addresses. 10.80.1.100 is configured twice. Once for a class A and once for a class C subnet
Can you show the contents of the following? ifconfig -a and nm-tool I suspect you just need to configure your network addresses correctly. On Monday, August 3, 2015 at 4:45:41 AM UTC-7, Jorge Neves wrote: > > Hi Theresa, > > Thank you for pointing me to the obvious. > > I have made the change but I am still getting error after login via putty. > > I changed: > BOOTPROTO=static > and add > NETWORK=10.80.1.0 > NETMASK=255.255.255.0 > IPADDR=10.80.1.100 > > Regards > Jorge > > sábado, 1 de Agosto de 2015 às 09:10:11 UTC+1, theresa mic-snare escreveu: >> >> Hi Jorge, >> >> you have a typo in your eth0 interface config "BOOTPROTO=satic" instead >> should read "static" >> why do you have 3 different IPs on your eth0 interface? same IP with >> different netmasks?! you probably only want the /24 subnet >> >> can you even connect through SSH to the server or do you use some kind of >> console-access to the server? >> >> best, >> theresa >> >> Am Freitag, 31. Juli 2015 13:59:24 UTC+2 schrieb Jorge Neves: >>> >>> >>> >>> quinta-feira, 30 de Julho de 2015 às 17:22:19 UTC+1, Jorge Neves >>> escreveu: >>>> >>>> Thank you, >>>> >>>> I am getting this: >>>> >>>> quinta-feira, 30 de Julho de 2015 às 16:49:55 UTC+1, dan (ddpbsd) >>>> escreveu: >>>>> >>>>> >>>>> On Jul 30, 2015 11:42 AM, "Jorge Neves" <[email protected]> wrote: >>>>> > >>>>> > Hi, >>>>> > >>>>> > I am new with OSSEC and basic with linux. >>>>> > >>>>> > >>>>> > I am having an issue where when I login to the server using putty it >>>>> drops the connection. >>>>> > >>>>> > >>>>> > I have already whit listed it on the ossec-server.conf file. >>>>> > >>>>> > The version I am using is 2.8.2. >>>>> > >>>>> > Can someone help me please. >>>>> > >>>>> >>>>> If you have physical access to the system, check /var/log/messages >>>>> (and/or authlog) for relevant log messages. You can also check >>>>> /var/ossec/logs/alerts/alerts.log for ossec alerts that may be related. >>>>> >>>>> > thank you >>>>> > >>>>> > Regards >>>>> > J >>>>> > >>>>> > -- >>>>> > >>>>> > --- >>>>> > You received this message because you are subscribed to the Google >>>>> Groups "ossec-list" group. >>>>> > To unsubscribe from this group and stop receiving emails from it, >>>>> send an email to [email protected]. >>>>> > For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
