Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HELP!!!!!! Serious Unix problem
Name: Caleb Folse Date: August 11, 2000 at 08:32:01 Pacific
Comment:
Ok, this is not really a serious unix problem, but hey I cant get a reply any other way. Anyway, I need to know what file is the gateway settings in. I know where the netmask, and DNS settings are, but I dont know where the Gateway settings are. Please help
Name: steve t Date: August 12, 2000 at 00:26:00 Pacific
Reply:
Try:
/etc/defaultrouter
I think this is the file you're looking for. Take care!!
0
Response Number 2
Name: steve mitchell Date: August 14, 2000 at 08:38:11 Pacific
Reply:
Like the earlier response said, the /etc/defaultrouter defines what your default route will be, but you can also use the /etc/gateways file to add a permanent (passive) route other than adding a default router. It is also a method to add one or more permanent routes that are not default routes.
0
Response Number 3
Name: aman Date: October 20, 2000 at 06:22:29 Pacific
Reply:
I am also having the same problem. I can't find either of the files in the /etc directory. Please help!.
0
Response Number 4
Name: roy Date: November 19, 2000 at 08:25:00 Pacific
Reply:
/etc/rc.config.d/netconf
0
Response Number 5
Name: Louis Escoto Date: February 26, 2001 at 10:53:15 Pacific
Reply:
having problem printer using hp-unix I am using tcp/ip I can ping the ip but I can print. can you give some idea. thanks.
0
Response Number 6
Name: Nick Date: April 8, 2001 at 11:28:34 Pacific
Reply:
I have installed Solaris 8 x86 but I am unable to set up the default gateway at all I can do some route adds but it is not sufficient enough If anybody can help me thanks
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. The main menu has options that brings their own me...
Summary: I am a Windows user trying to learn how to use Unix, so forgive me if I need short-bus type answers. Can someone help me with this issue? I need to use an awk script on a file. the file has 3 fields...
Summary: I am new to UNIX. Can anyone please help me: I am to write a Bourne shell script that mimics certain functionality of the UNIX find command. Any help is very appreciative. ...