This is a discussion on [Snort-users] Snort and Suse 8.2 within the Snort forums, part of the System Security and Security Related category; --Boundary_(ID_5OPV6fQmjx/64spB5yrXuw) Content-type: text/plain Content-transfer-encoding: 7BIT Because of setting up Suse 8.2 for Snort ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--Boundary_(ID_5OPV6fQmjx/64spB5yrXuw) Content-type: text/plain Content-transfer-encoding: 7BIT Because of setting up Suse 8.2 for Snort I want to set one of the ethernet-interfaces in promiscuous mode. Which is not the problem ;-) The problem is I want to setup this ethernet-interface without an ip-address. Setting up with an ip-address causes snort changes var HOME_NET into $eth0_ADDRESS when I changed it to particular address ranges or even to any. ================================================== ======================== Using Suse 7.2 this was very easy using /etc/rc.config: # IPADDR_0="" # NETDEV_0="eth0" # IFCONFIG_0="up" # ================================================== ======================== Now I have to use /etc/sysconfig/network/ifcfg-eth0: BOOTPROTO='static' # dhcp or static, none (and bootp) are not supported BROADCAST='' IPADDR='' MTU='' NETMASK='' NETWORK='' REMOTE_IPADDR='' STARTMODE='onboot' UNIQUE=unique number WIRELESS='no' ================================================== ======================== Please advise, Xantos --Boundary_(ID_5OPV6fQmjx/64spB5yrXuw)-- ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |