![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Routing Table | teenasuresh | Linux | 1 | 12-11-2007 02:54 AM |
| Routing table | blesets | IP Networking | 4 | 02-16-2007 09:47 AM |
| routing table | chanfle | IP Networking | 3 | 03-13-2006 06:13 AM |
| Ip routing table | vinodkumar | IP Networking | 0 | 04-21-2005 06:56 AM |
| route table command | jhale123 | IP Networking | 1 | 05-24-2002 11:58 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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". |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|