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 |
Difference between Console and terminal
what is df -kh i/o error ?How to Troubleshoot ?
what is the disadvantage of 'tar' command?
How do you view shared memory statistics?
what is the use of NIS how can u configure
what r d crontab fields?
3 Answers emc2, JK Technosoft,
in this what is the configuration of .profile file and the other files
What is OBP and how do you access it?
How to repalce a failed disk?
what r the daily responsibilities of u as a system administrator
10 Answers ADP, IBM, Infosys, Wipro,
how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted.
If you can ping a server, but can't telnet or ssh to it, what could be the problem?