Re: Port Assignment with Static IP

2000-11-11 Thread willie
What are you refering to? If you want to assign the same IP address to multiple interfaces on the same router, then you must disable routing and configure bridging. The only way to get a clearer picture of what you want to accomplish is to have more detail. -- Willie Bell CCIE,CCDP,CNE email [E

Re: Port Assignment with Static IP

2000-11-11 Thread John Hardman
iguring what you are talking about? > > >>>Brian > > > >From: "John Hardman" <[EMAIL PROTECTED]> > >Reply-To: "John Hardman" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: Port Assignment with Static IP &g

Re: Port Assignment with Static IP

2000-11-11 Thread Rodgers Moore
Since I'm not sure if this is a NAT/PAT question Add the "secondary" keyword to the second IP ADDRESS statement. For Example: interface ethernet 0 ip address 192.168.1.1 255.255.255.0 ip address 192.168.1.2 255.255.255.0 secondary ip address 10.2.2.1 255.255.0.0 secondary Rodgers Moore "A

Re: Port Assignment with Static IP

2000-11-11 Thread Brian Lodwick
;>>Brian >From: "John Hardman" <[EMAIL PROTECTED]> >Reply-To: "John Hardman" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Port Assignment with Static IP >Date: Sat, 11 Nov 2000 10:02:41 -0700 > >Hi > >I assume you are talking

RE: Port Assignment with Static IP

2000-11-11 Thread Chuck Larrieu
Adele, are you talking two ip addresses on the same interface as in secondary addressing? Ip address 10.1.1.1 255.255.255.0 Ip address 172.24.3.17 255.255.240.0 secondary This can be done on serial interfaces as well as ethernet interfaces Chuck -Original Message- From: [EMAIL PROTEC

Re: Port Assignment with Static IP

2000-11-11 Thread John Hardman
Hi I assume you are talking about NAT/PAT, as your post is a little short on info. Anyway, think about it for a minute, how would it possible for one IP to have two of the same port? So what you need to do is have a subnet on your outside interface that has enough IPs in it so that you can assig