Hi forum,
I am the lucky new owner of a SunFire V100 with Sun 5.8 installed. The machine has two ethernet interface connections. I am connected via a serial cable and a terminal window and am trying to configure the network so I can add the machine to our subnet.
Here's what I've done:
Pings are still not going through to IP addresses on the subnet.
What I'm unclear on (if I have not made some obvious mistake thus far), is:
1. how to determine which of the two ethernet connections I need to use (I have switched both)
2. what the routing table looks like. perhaps there's another route in the routing table confusing the entry I made
3. whether a firewall is configured that may be preventing the machine from communicating
4. does my hyper terminal connection interfere at all (it's on a serial cable, how can it?).
Ideas? suggestions?
Thanks.
I am the lucky new owner of a SunFire V100 with Sun 5.8 installed. The machine has two ethernet interface connections. I am connected via a serial cable and a terminal window and am trying to configure the network so I can add the machine to our subnet.
Here's what I've done:
Code:
bash-2.03# ifconfig dmfe0 192.168.1.28 netmask 255.255.255.0 up
bash-2.03# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
dmfe0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.1.28 netmask ffffff00 broadcast 192.168.1.255
ether 00:11:22:33:44:55
bash-2.03# route add -net 192.168.1.0 -netmask 255.255.255.0 192.168.1.1 1
Pings are still not going through to IP addresses on the subnet.
What I'm unclear on (if I have not made some obvious mistake thus far), is:
1. how to determine which of the two ethernet connections I need to use (I have switched both)
2. what the routing table looks like. perhaps there's another route in the routing table confusing the entry I made
3. whether a firewall is configured that may be preventing the machine from communicating
4. does my hyper terminal connection interfere at all (it's on a serial cable, how can it?).
Ideas? suggestions?
Thanks.