![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Routing Table | teenasuresh | Linux | 1 | 12-10-2007 10:54 PM |
| Routing table | blesets | IP Networking | 4 | 02-16-2007 05:47 AM |
| routing table | chanfle | IP Networking | 3 | 03-13-2006 02:13 AM |
| Ip routing table | vinodkumar | IP Networking | 0 | 04-21-2005 03:56 AM |
| route table command | jhale123 | IP Networking | 1 | 05-24-2002 08:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Adding an extra route to the ip routing table
In my college dorm, there is a file sharing network in the entire building. Problem is, there is only a manual for windows with the settings on how to connect...
They say that you have to give the following command in cmd in windows: route add 172.16.71.0 mask 255.255.255.0 172.16.70.253 -p Does anyone know how to translate that to terminal language of OS X? If I typ the windows command in terminal, it says: route: must be root to alter routing table The goal of it, is that I can see, download and upload shared files with dc++ for mac. Thanks in advance! Japie |
| Forum Sponsor | ||
|
|
|
|||
|
As the response says, you need to be root to do this.
So you first need to enable the root account and set password, try something like Enabling and using the "root" user in Mac OS X Then you need to login as root somehow. You can then either do "su -" to get to root, or alternatively try "ssh root@127.0.0.1". |