Thread: [Ddclient-forum] [ddclient - Help] Interface question
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2007-09-23 19:30:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533100 By: chrnos I have 2 interfaces eth0 and eth1 when i use the option use=web i get the public ip on eth0 here is good, but i want to do get the ip public on eth1 if use; use=if, if=eth1 i get internal ip on eth1 so.. i wondering is if possible to get the ip public on the eth1. Note: My modem is zyxel (cable modem) so i dont have any display to get my ip wan on the modem ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2007-09-24 08:35:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533689 By: wimpunk You can get the IP from eth1 if you use default network options: set your routing to checkip.dyndns.org on the second interface and ddclient will get the web-ip from there. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2007-09-24 20:29:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4535226 By: chrnos ok, how can i do the routing you say?, because my modem is not routing capable, if it is in linux, please tell me how to do that. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2007-09-25 08:18:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4536177 By: wimpunk Check your distribution manual how to set it up after every reboot. This is how you can do it manually: # adding checkip.dyndns.org throught eth1 route add 208.78.68.70 dev eth1 route add 208.78.69.70 dev eth1 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2007-09-25 17:35:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4537000 By: chrnos Oh yeah i forgot the command route anyways i not tested the command when it is in my house I am going it to try, in simply view the syntax seen ok but I am not going to have problems with other appz? example: internet, connect other appz etc, i says this because eth1 is a "server propose" eth0 is where i surf on internet. Thanks for all. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |
From: SourceForge.net <no...@so...> - 2007-09-25 21:08:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4537308 By: wimpunk Your question is off-topic but I'll answer it. The routing I suggested only changes the routing for checkip.dyndns.org. Every application which want to connect to checkip.dyndns.org will use that route. All other IP addresses will be contacted using the same route they used before. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |