This is configuration of ed0 interface: ifconfig ed0 204.141.86.3 netmask 0xffffff00 ifconfig ed0 204.141.86.xxx netmask 0xffffffff alias - lot of virtual addr. route add -net 207.198.184.0 -netmask 0xfffffc00 204.141.86.3 -iface After issuing route command, all outgoing connections (telnet rlogin etc.) are originating from random IP address assigned to ed0, not from 204.141.86.3 Fix: I wish I knew. How-To-Repeat: create simillar environment
<<On Fri, 24 Jan 1997 02:01:04 -0500 (EST), Paul Sandys <myj@nyct.net> said: > ifconfig ed0 204.141.86.3 netmask 0xffffff00 > ifconfig ed0 204.141.86.xxx netmask 0xffffffff alias - lot of virtual addr. > route add -net 207.198.184.0 -netmask 0xfffffc00 204.141.86.3 -iface I believe what you actually want to say is: # route add -net 207.198.184.0 -netmask 0xfffffc00 -iface ed0 I don't know that this will help, but it's a start. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick
State Changed From-To: open->closed timed out