Home away from home
Joined: 2007/9/11 12:31 Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
|
@Joeled Check casual stuff: subnet mask and your own ip. If gateway in your network 192.168.1.1, then adress should be 192.168.1.x (where x from 2 to 254), and subnet mask should be 255.255.255.0.
Also be sure you choose correct driver, as well as hostname resolution (DNS). This one most of the cases the same as gateway.
And just in case check that local address is 127.0.0.1.
Usually all this "can't add route" - mean or wrong main ip/subnet mask, or whole config fucked up, and need to be deleted and made from scratch.
Step by step it can be like this:
1. start prefs:internet
2. Interfaces tab: check in that window that correct driver set in Device Driver entry, with correct Unit/Port. In the same window check that Static IP mark is hit, and ip address and subnet mask are the ones i show before. Disable DHCP if it set (just for sake of to be sure nothing wrong with).
3. Routes tab: At the bottom of the window in the Default Gateway Tab you should have 192.168.1.1
4. Hosts tab: Should be 127.0.0.1 Localhost localhost.my.domain
5. Name resolution tab: Addres of your DNS, usually same as default gateway.
That all, save, and restart.
|