> Does anyone see any problem with the below rc.conf network info? Because
the
> aliases arent working.. and I have verified that the 209.190.xxx.xxx ips
are
> being routed to the 209.51.xxx.xxx IP, anyone have any idea on this?
>
> network_interfaces="fxp0 lo0"
> ifconfig_fxp0="inet 209.51.xxx.x
Is there a reason that you are spanning 2 subnets but only have 1 of then setup as the full class C ?
"inet 209.51.xxx.xxx netmask 255.255.255.0"
alias0="inet 209.190.xxx.xxx netmask 255.255.255.255"
You may need to chang alias0 to alias0="inet 209.190.xxx.xxx netmask 255.255.255.0"
At
Well, you need a route by which responses from 209.190.x.y can
get back out. Does your defaultrouter also have an alias in
209.190?
Barney Wolff
On Fri, May 04, 2001 at 01:50:45PM -0400, Drew J. Weaver wrote:
> Does anyone see any problem with the below rc.conf network info? Because the
> alias
Title: IP alias problem /w 2 different subnets.
Does anyone see any problem with the below rc.conf network info? Because the aliases arent working.. and I have verified that the 209.190.xxx.xxx ips are being routed to the 209.51.xxx.xxx IP, anyone have any idea on this?
network_interfaces