hello All,
I have hit a wall,
I have a system with one primary interface and I am trying to setup a secondary interface
lets call the primary: 115.112.111.55
secondry: 115:112:110.55
gateway for new interface : 115.112.110.1
what I have done so far:
I have plumbed and brought the second interface: e1000g1
ifconfig e1000g1 plumb
ifconfig e1000g1 inet 115:112:110.1 netmask 255.255.255.0 up
I have put a hostname entry in the /etc/hostname.e1000g1 file
I have put an entry in the /etc/netmasks:
115:112:110.0 255.255.255.0
I manually added a route using route add: (this is where I may be going astray)
#route add -net 115.112.110.0 115.112.110.1 (second ip is my gatway)
granted I have tried every sequence allowed...
I do not know if I forgot anything, but I can not get to my machine from another subnet.
it's alternate name is in DNS with a coorilating ip.
If I log onto a server that is on the 115.112.110.x subnet, I can access my server via its secondary NIC.
thanks for all the help
I have hit a wall,
I have a system with one primary interface and I am trying to setup a secondary interface
lets call the primary: 115.112.111.55
secondry: 115:112:110.55
gateway for new interface : 115.112.110.1
what I have done so far:
I have plumbed and brought the second interface: e1000g1
ifconfig e1000g1 plumb
ifconfig e1000g1 inet 115:112:110.1 netmask 255.255.255.0 up
I have put a hostname entry in the /etc/hostname.e1000g1 file
I have put an entry in the /etc/netmasks:
115:112:110.0 255.255.255.0
I manually added a route using route add: (this is where I may be going astray)
#route add -net 115.112.110.0 115.112.110.1 (second ip is my gatway)
granted I have tried every sequence allowed...
I do not know if I forgot anything, but I can not get to my machine from another subnet.
it's alternate name is in DNS with a coorilating ip.
If I log onto a server that is on the 115.112.110.x subnet, I can access my server via its secondary NIC.
thanks for all the help