![]() |
|
|
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 |
| probléme de montage de clé usb | jalil smail | Filesystems, Disks and Memory | 2 | 04-19-2008 08:45 AM |
| [ Environment Variable ] Probleme with export JAVA_HOME | marcel_kobain | UNIX for Advanced & Expert Users | 2 | 12-06-2007 09:12 AM |
| Probleme with DVD Writer | mktahar | AIX | 2 | 12-04-2005 04:46 AM |
| Probleme With DVD Writer | mktahar | UNIX for Advanced & Expert Users | 1 | 11-26-2005 11:42 AM |
| let probleme | Castelior | UNIX for Dummies Questions & Answers | 10 | 06-17-2004 03:18 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Route add probleme
I have a system that i want to reach via a vpn created vi a fierwall.The fierwall in an other system. The ip i am trying to get to is 172.16.4.48 I need to get to it via the hme1 interface. The vpn gateway has this ip 172.30.50.1 I need to clean up the routing table and make this work; or is it impossible Here is the system info: OS Solaris 5.10 Code:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.30.50.7 netmask ffffff00 broadcast 172.30.50.255
ether 8:0:20:b0:16:98
hme1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 172.16.0.1 netmask ffffff00 broadcast 172.16.0.255
ether 8:0:20:b0:16:98
Code:
# netstat -nr Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- 172.16.0.1 172.30.50.1 UGH 1 0 172.30.50.0 172.30.50.7 U 1 258 hme0 172.16.0.0 172.16.0.1 U 1 0 hme1 224.0.0.0 172.30.50.7 U 1 0 hme0 default 172.30.50.13 UG 1 19 127.0.0.1 127.0.0.1 UH 17 163 lo0 Waterboy
Last edited by zazzybob; 08-14-2007 at 09:46 PM.. Reason: Link removed - code tags added |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|