How to create a gateway?
Answers were Sorted based on User's Feedback
Answer / swamy naidu kollu
** Eg. Gateway = 192.168.0.2
Step 1: #route add default 192.168.0.2
Step 2 : To make this permanent
#touch /etc/defaultrouter
Step 3: Add entry into /etc/defaultrouter
#vi /etc/defaultrouter
192.168.0.2
:w!
Step 4: #touch /reconfigure
Step 5: #init 6
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / sainu daniel
To add a default router,
#route add default 192.168.1.1
To make it permanent,
#vi /etc/defaultrouter
192.168.1.1
:wq!
Thats it..
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ashwni
vi /etc/defaultrouter
ip address
:wq
then just restart network services
svcadm restart physical
| Is This Answer Correct ? | 1 Yes | 0 No |
What happened if vxconfigd is disabled?
What is the use of ufsdump command in solaris
You can ping servers on the subnet your workstation is on, but not other subnets. Why?
how can u schedule for snapshot
how can u create aggregate
What is lofs in zones
How to identify multiple paths for a disk.?
how u can configure the Crontab and how many fields in Crontab file
How to merge solaris partition
how to check network statstics..?
How do you get system diagnostics information?
How can you set EEPROM settings from Solaris?