Why is my eth0 interface not detected when installing Snort?

866

In ubuntu server, the network card will only be detected once at the first boot up.

You need to delete something

$rm -rf /etc/udev/rules.d/70-persistent-net.rules
Share:
866

Related videos on Youtube

Ramin PK
Author by

Ramin PK

Updated on September 18, 2022

Comments

  • Ramin PK
    Ramin PK over 1 year

    I have created a web service using [Spring, Apache Cxf, Tomcat, intellij Idea] After I config tomcat and run it. I get this Output log on console My web service: My web service class web.xml: web.xml Spring appContext: Spring-applicationContext

    • Malatesh
      Malatesh over 9 years
      Can you please post your tomcat logs error ?
    • Ramin PK
      Ramin PK over 9 years
      I solve my log4j problem, now the real exception is: nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element <jaxws
  • Ramin PK
    Ramin PK over 9 years
    the problem was lack of cxf.apache.org/schemas/jaxws.xsd in my SpringAppContext, Thanks @kolossus