RE: Multiple network cards with IP addresses in the same network

2003-01-15 Thread Michael Ritchie
To: Anand Buddhdev Cc: [EMAIL PROTECTED] Subject: Re: Multiple network cards with IP addresses in the same network I have addresses 192.168.0.1 and 192.168.0.2. I want to run different services on the 2 different IP addresses. In a linux system, I do: ifconfig eth0 192.168.0.1 netmask 255.255.255.0

Re: Multiple network cards with IP addresses in the same network

2003-01-14 Thread Bill Moran
, John - Original Message - From: Bill Moran [EMAIL PROTECTED] To: John [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 6:21 PM Subject: Re: Multiple network cards with IP addresses in the same network John wrote: I'm going to jump in here, because this question

Multiple network cards with IP addresses in the same network

2003-01-13 Thread Anand Buddhdev
I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the address 192.168.0.2/24, and also connect it to the switch so that

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Lowell Gilbert
Anand Buddhdev [EMAIL PROTECTED] writes: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the address

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Bill Moran
Anand Buddhdev wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the address 192.168.0.2/24, and also connect

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Anand Buddhdev
On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Dax Eckenberg
I have addresses 192.168.0.1 and 192.168.0.2. I want to run different services on the 2 different IP addresses. In a linux system, I do: ifconfig eth0 192.168.0.1 netmask 255.255.255.0 ifconfig eth0:0 192.168.0.2 netmask 255.255.255.0 So that I have 2 different addresses bound to the same

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Bill Moran
Anand Buddhdev wrote: On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread John
PROTECTED] Sent: Monday, January 13, 2003 8:31 AM Subject: Re: Multiple network cards with IP addresses in the same network Anand Buddhdev wrote: On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Bill Moran
cards with IP addresses in the same network Anand Buddhdev wrote: On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread John
network cards with IP addresses in the same network John wrote: I'm going to jump in here, because this question was my reason for having joined the Freebsd-questions list in the first place. Of all the time I've been running FreeBSD, this is my first post to this list... :P Welcome