Denny Zulfikar
2007-Sep-11 05:16 UTC
one server with 4 port ethernet interfaces to four clients.
Dear all, I have a server with 4 ethernet port interfaces. Also, I have four clients that will connected directly (cross-cable) to one-by-one of each port ethernet interfaces of my server. |--SERVER--\ | eth0-- ------------------ client A | eth1-- ------------------ client B | eth2-- ------------------ client C | eth3-- ------------------ client D |------------------/ I want all IP address of my server ethernet is set to same IP (ex, 172.16.1.1). IP client A : 172.16.1.11 IP client B : 172.16.1.12 IP client C : 172.16.1.13 IP client D : 172.16.1.14 how to make that configuration working? Thanks for your response. Best regards, Denny Zulfikar _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
Matt Hull
2007-Sep-11 05:45 UTC
Re: one server with 4 port ethernet interfaces to four clients.
depends what you haev set up. if its static then all the clients needs to be configured that way. if its dhcp then it depends on your dhcp server. i use dnsmasq and enabled /etc/ethers where i put the mac address and assigned ip there. matt On Tue, 11 Sep 2007, Denny Zulfikar wrote:> Dear all, > > I have a server with 4 ethernet port interfaces. Also, I have four clients > that will connected directly (cross-cable) to one-by-one of each port > ethernet interfaces of my server. > > |--SERVER--\ > | eth0-- ------------------ client A > | eth1-- ------------------ client B > | eth2-- ------------------ client C > | eth3-- ------------------ client D > |------------------/ > > > I want all IP address of my server ethernet is set to same IP (ex, > 172.16.1.1). > IP client A : 172.16.1.11 > IP client B : 172.16.1.12 > IP client C : 172.16.1.13 > IP client D : 172.16.1.14 > > > how to make that configuration working? > > > Thanks for your response. > > Best regards, > Denny Zulfikar >
nano bug
2007-Sep-11 05:59 UTC
Re: one server with 4 port ethernet interfaces to four clients.
Hello, Just bridge the interfaces and assign 172.16.1.1 on the bridge interface. On 9/11/07, Denny Zulfikar <dennyzulfikar@gmail.com> wrote:> Dear all, > > I have a server with 4 ethernet port interfaces. Also, I have four clients > that will connected directly (cross-cable) to one-by-one of each port > ethernet interfaces of my server. > > |--SERVER--\ > | eth0-- ------------------ client A > | eth1-- ------------------ client B > | eth2-- ------------------ client C > | eth3-- ------------------ client D > |------------------/ > > > I want all IP address of my server ethernet is set to same IP (ex, > 172.16.1.1). > IP client A : 172.16.1.11 > IP client B : 172.16.1.12 > IP client C : 172.16.1.13 > IP client D : 172.16.1.14 > > > how to make that configuration working? > > > Thanks for your response. > > Best regards, > Denny Zulfikar > > _______________________________________________ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > >