Sponsored Content
Full Discussion: Please Help!!!!!!!
Operating Systems Solaris Please Help!!!!!!! Post 302175803 by spac3ag3 on Sunday 16th of March 2008 01:15:00 AM
Old 03-16-2008
Please Help!!!!!!!

Ok, currently my situation is I am unable to get my solaris 8 box on the Internet or communicating with my network. I had the solaris box setup for DHCP and was not getting a IP address. I then set my own IP to 192.168.0.10 which is an excluded address in my windows network. I have set a default router as 192.168.0.1 and have set the resolv.conf file domain name to the domain and name servers with the ip address of 192.168.0.2 which is my windows server ip address. I have set the nsswitch.conf file host to dns. When I do a ifconfig -a this is the result:

lo0: flags=1000849<up,loopback,running,multicast, IPV4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000

elxl0: flags=1000843<up,broadcast,running,multicast, IPV4> mtu 1500 index2
inet 192.168.0.10 netmask ffffff00 broadcast 192.168.0.255
ether 0:60:8:96:9:db
inet6 fe80::260:8ff:fe96:9db/10

Someone please shed some light this way I don't know what to do now.SmilieSmilie
 
Route classifier in tc(8)					       Linux						 Route classifier in tc(8)

NAME
route - route traffic control filter SYNOPSIS
tc filter ... route [ from REALM | fromif TAG ] [ to REALM ] [ classid CLASSID ] [ action ACTION_SPEC ] DESCRIPTION
Match packets based on routing table entries. This filter centers around the possibility to assign a realm to routing table entries. For any packet to be classified by this filter, a routing table lookup is performed and the returned realm is used to decide on whether the packet is a match or not. OPTIONS
action ACTION_SPEC Apply an action from the generic actions framework on matching packets. classid CLASSID Push matching packets into the class identified by CLASSID. from REALM fromif TAG Perform source route lookups. TAG is the name of an interface which must be present on the system at the time of tc invocation. to REALM Match if normal (i.e., destination) routing returns the given REALM. EXAMPLES
Consider the subnet 192.168.2.0/24 being attached to eth0: ip route add 192.168.2.0/24 dev eth0 realm 2 The following route filter will then match packets from that subnet: tc filter add ... route from 2 classid 1:2 and pass packets on to class 1:2. NOTES
Due to implementation details, realm values must be in a range from 0 to 255, inclusive. Alternatively, a verbose name defined in /etc/iproute2/rt_realms may be given instead. SEE ALSO
tc(8), ip-route(8) iproute2 21 Oct 2015 Route classifier in tc(8)
All times are GMT -4. The time now is 08:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy