View Single Post
  #7   (View Single Post)  
Old 13th June 2015
Peter_APIIT Peter_APIIT is offline
Shell Scout
 
Join Date: Jun 2008
Posts: 121
Default

Thanks for the detail explanation.

Questions:
Is there anything wrong with the NAT?
Why cannot ping ISP dns server with /etc/mygate file? What's wrong?

Below is the routing table:
with /etc/mygate
Code:
Destination             Gateway                IFace
default                   192.168.1.1             vr0
115.133.212.97       115.133.212.97         lo0
115.133.215.254     115.133.212.97         pppoe0
without /etc/mygate
Code:
Destination             Gateway               IFace
default                   115.133.215.254    pppoe0
115.133.212.97        115.133.212.97     lo0
115.133.215.254       115.133.212.97    pppoe0
Actually, I don't how to read linux routing table.
What wrong with it?


/etc/mygate
192.168.1.1

I set up the default gateway so that my internal network is able to utilize the internet connection but after set up mygate all routing table got hair-wired. Please help. Thanks.

Last edited by Peter_APIIT; 16th June 2015 at 12:15 PM. Reason: Added questions
Reply With Quote