iwan wrote:
?
Hi I installed this Network card in my UltraSparc 10:
X1034A 501-5406 Quad FastEthernet PCI (QFE/P) Now I figured out how I can install the 4 interfaces...
I use this command:
# ifconfig qfe0 plumb
# ifconfig qfe0 10.0.0.202 netmask 255.255.255.0 up
# ifconfig qfe1 plumb
# ifconfig qfe1 10.0.0.203 netmask 255.255.255.0 up
# ifconfig qfe2 plumb
# ifconfig qfe2 10.0.0.204 netmask 255.255.255.0 up
# ifconfig qfe3 plumb
# ifconfig qfe3 10.0.0.205 netmask 255.255.255.0 up
And I made these files in the /etc folder:
hostname.qfe0
hostname.qfe1
hostname.qfe2
hostname.qfe3
In those files I put my hostname in.
hello iwan,
first you should put all the new addresses in /etc/hosts e.g:
10.0.0.202 yourhostname-202.yourdomain.org #qfe0 10.0.0.203 yourhostname-203.yourdomain.org #qfe1 10.0.0.204 yourhostname-204.yourdomain.org #qfe2 10.0.0.205 yourhostname-205.yourdomain.org #qfe3
then in /etc/hostname.qfe0 you put -> yourhostname-202.yourdomain.org ... ... hostname.qfe3 -> yourhostname-205.yourdomain.org
i assume you have already fixed your /etc/netmasks file. then shutdown your system so it will drop to the OBP's "ok" prompt.
the MAC addresses are identical because the local-mac-address? variable in OBP is probably set to "false". set it to "true" with:
setenv local-mac-address?=true
you can check the variables with: printenv, finally you do a: reset-all and you should get different MAC addresses and the desired ip addresses.
greetings,
Stoyan Angelov
When I reboot my UltraSparc 10 and issu this command "ifconfig -a":
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000 hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.0.0.201 netmask ffffff00 broadcast 10.0.0.255
ether 8:0:20:a1:ff:9f qfe0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.0.0.201 netmask ffffff00 broadcast 10.0.0.255
ether 8:0:20:a1:ff:9f qfe1: flags=1000802<BROADCAST,MULTICAST,IPv4> mtu 1500 index 4
inet 10.0.0.201 netmask ffffff00 broadcast 10.0.0.255
ether 8:0:20:a1:ff:9f qfe2: flags=1000802<BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
inet 10.0.0.201 netmask ffffff00 broadcast 10.0.0.255
ether 8:0:20:a1:ff:9f qfe3: flags=1000802<BROADCAST,MULTICAST,IPv4> mtu 1500 index 6
inet 10.0.0.201 netmask ffffff00 broadcast 10.0.0.255
ether 8:0:20:a1:ff:9f If you take a good look you will see that the interfaces are seen by my UltraSparc...
BUT the IP addresses are the same as the "hme0" interface.
And the MAC addresses are also the same...
Can somebody help me with this problem?
Thanks, I-1
_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users
_______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
