Snort mailing list archives
RE:Subject: IPless interface on Debian...
From: Holger.Woehle () arcor net
Date: Thu, 12 Feb 2004 10:00:57 +0100
Hello Snort-Users,
I hope this isn't redundant, but the archives seem to be down right now.
I have two NIC's, eth1 is for my management network, and eth0 is for
sniffin'. I want eth0 *not* to have a IP address. This worked fine in
RedHat, but since they eol'ed it I'm migrating to Debian, and I'm a
little green. How is this done in Debian?
Many Thanks,
Tobias
Tobias,
just try the following in /etc/network/interfaces:
user@sensor:~$ less /etc/network/nterfaces
#/etc/networl/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.168.1.5
netmask 255.255.255.0
broadcast 192.198.1.255
gateway 192.168.1.2
auto eth0 inet static
address 0.0.0.0
netmask 255.255.255.255
# end /etc/network/interfaces
hope that explains enough...
cu
holgi
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- RE:Subject: IPless interface on Debian... Holger . Woehle (Feb 12)
- Re[2]: Subject: IPless interface on Debian... Patrick Sitton (Feb 12)
