question LAN
2007-12-25 1:53:00
i have:
SunOS on eth0 >> windows1 eth1 (eth* pcn*)
>> windows2 eth2
so,is easy start a Lan with SunOS, or i need particular settings.?
at moment i have debian and my lan is:
eth0 is the 1 interface with real Ip 62.101.126.49
eth1 192.168.0.1
eth2 192.168.1.1
windows 1 is connect to eth1 and use ip: 192.168.0.2
windows 2 is connect to eth2 and use ip: 192.168.1.2
i have put iptables rules like:
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/24 -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.0/24 -j MASQUERADE
so all my lan is perfect .But i like SunOS.
Can U help me to make all Settings perfecly?
Comments
Got something to say?
You must be logged in to post a comment.

