Sanalkampus Üniversiteliler Unikampus Kampüs Kampüsler Liseliler Mezunlar  

Go Back   Sanalkampus Üniversiteliler Unikampus Kampüs Kampüsler Liseliler Mezunlar > BİLGİSAYAR DUNYASI > İşletim Sistemleri > Solaris İşletim Sistemi

Solaris İşletim Sistemi Solaris İşletim Sistemi hakkında bilgiler

Post New Thread Reply
 
Thread Tools Display Modes
Old 02.02.08, 02:36   #1 (permalink)
Moderator
 
osmik's Avatar
 
Bilgileri
Join Date: Sep 2007
Kullanıcı No: 17472
Posts: 2,368
Teşekkürler Durumu
: 164
Karizma
Rep Puanı : 247608
Rep Seviyesi : osmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond reputeosmik has a reputation beyond repute
İletişim
Solaris Network Ayarlari...

Solaris Network Ayarlari;

Setting up Solaris networking often becomes challenging for the new sysadmins and new owners of Sun systems . This document details the steps involved in setting up of Solaris networking and can be used as a check list if you are already familiar with Solaris network configuration .


Table of contents :

Enable the network card

Configuring ipaddress and netmask and making the interface status as up .


Configuring Virtual interface :


Ip-forwording :

Router Configuration

Network Terms

Next Steps



Ifconfig command is used in Solaris to configure the network interfaces .

The following lines describes the activities needed to configure a freshly installed network card from the root prompt .


1. Enable the network card;

#ifconfig hme0 plumb

ifconfig -a command should show following type of output which means device is enabled and is ready to configure ip address and netmask :

hme0: flags=842<BROADCAST, RUNNING,MULTICAST> mtu 1500
inet 0.0.0.0 netmask 0
ether 3:22:11:6d:2e:1f



2. Configuring ipaddress and netmask and making the interface status as up;


#ifconfig hme0 192.9.2.106 netmask 255.255.255.0 up

#ifconfig -a will now show the ip address , netmask and up status as follows :

hme0: flags=843<UP,BROADCA ST,RUNNING,MULTICAST > mtu 1500
inet 192.9.2.106 netmask ffffff00 broadcast 192.9.2.255
ether 3:22:11:6d:2e:1f

The file /etc/netmasks is used to define netmasks for ip addresses .

127.0.0.1, is the standard loop back route and 127.0.0.0 is the default loopback ipaddress used by the kernel when no interface is configured this will be the only entry dispalyed by the system on invoking ifconfig -a command..


3. Configuring Virtual interface;

Vitual interface can be configured to enable hme0 reply to more then one ip addresses. This is possible by using hme0 alias which can be configured by ifconfig command only . The new alias device name now becomes hme0:1 hme:2 etc.

#ifconfig hme0:1 172.40.30.4 netmask 255.255.0.0 up

ifconfig -a will show the original hme0 and alias interface :

hme0: flags=843<UP,BROADCA ST,RUNNING,MULTICAST > mtu 1500
inet 192.9.2.106 netmask ffffff00 broadcast 192.9.2.255
ether 3:22:11:6d:2e:1f
hme0:1: flags=842<BROADCAST, RUNNING,MULTICAST> mtu 1500
inet 172.40.30.4 netmask ffff0000 broadcast 172.40.255.255




4. Ip-forwording;

IP forwarding allows you to forward all requests coming for a certain port or URL to be redirected to a specified IP address.

ip forwording becomes enabled automatically when system detects more then one interface at the booting time . The file involed is /etc/rc2.d/S69inet .

ipforwording is on by default but can be turned off by following command :

#ndd -set /dev/ip ip_forwarding 0



5. Router Configuration ;

After interfaces and ipaddess have been configured the system needs a default router which will allow the machine to talk to world outside of local network .

You can specify a particular route for a particular address as in following example

#route add -net 10.0.0.0 -netmask 255.0.0.0 172.40.30.1 1

if the the destination ipaddess is not defined in this manner system forwards all requests to the default router .

default route is defined manually by editing /etc/defaultrouter file and putting router's ipaddress entry in it. This file is read by /etc/rc2.d/S69inet file during the booting process and entry added to the routing table .

The route can be defined online also using routeadd command but the changes will be lost on reboot .To make changes permanent make sure to put an entry in /etc/defaultrouter.

#route add default 205.100.155.2 1

#route change default 205.100.155.2 1

The 1 at the end is the number of hops to the next gateway.

If an interface is not responding to the network, check to be sure it has the correct IP address and netmask , network cables are fine .



6. Network Terms;


CIDR : Classless Inter-Domain Routing - the notation often used instead of

writing the subnet mask along with ip-address . It has network prefix at the end of a address as / number of network bits.This means that the IP address 192.200.20.10 with the subnet mask 255.255.255.0 can also be expressed as 192.200.20.10/24. The /24 indicates the network prefix length, which is equal to the number of continuous binary one-bits in the subnet mask (11111111.11111111.1 1111111.000000). Zeros are for addressing the hosts on this network.

VLSM :

Network can be variably subnetted into smaller networks, each smaller network having a different subnet mask .This functionality is avaiable in Solaris 2.6 above. the ipaddresses.

{Alıntıdır...}
osmik Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to osmik's Reputation
Reply

Tags
solaris network ayarlari


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sun Solaris Bilgi... osmik Solaris İşletim Sistemi 7 07.05.08 02:03
Solaris csh ayarları... osmik Solaris İşletim Sistemi 0 02.02.08 02:25
BİLGİSAYARA DNS AYARLARI UYGULAMASI, Yasaklanmış Sitelere girilebilir Youtube Chaos™ ResimLi, Videolu AnLatımLar ve Faydalı Bilgiler 21 22.01.08 07:29
Bilgisayar » AWARD CMOS Setup Ayarlari kampusgaleri Çöp Kutusu 1 03.01.08 07:41
ÇEŞİTLİ WİNDOWS AYARLARI Destroyer Windows İşletim Sistemleri 0 20.09.06 12:12


All times are GMT +3. The time now is 01:35.


Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
http://www.puzzletr.com
Inactive Reminders By Chaos Download

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387