Displaying 4 results from an estimated 4 matches for "zulfikar".
2007 Sep 11
2
one server with 4 port ethernet interfaces to four clients.
...D
|------------------/
I want all IP address of my server ethernet is set to same IP (ex,
172.16.1.1).
IP client A : 172.16.1.11
IP client B : 172.16.1.12
IP client C : 172.16.1.13
IP client D : 172.16.1.14
how to make that configuration working?
Thanks for your response.
Best regards,
Denny Zulfikar
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Feb 09
1
trouble https multiple uplinks... how?
...onnect/disconnect every 5 minutes. (problem number 1)
Another problem, why MSN/Hotmail webmail always refuse my connection?
(problem number 2)
Maybe somebody have idea how to solve this problem? I feel will give
up soon... :(
thanks alot for your information and helps.. :)
best regards,
Denny Zulfikar
2012 Jan 18
3
Cannot redirect to nil!
I need some help please..
when I created web application about books market, i create a cart and
using test the message error appear like this on rake test:functionals
LineItemsControllerTest
> test_should_create_line_item
> ERROR
> Cannot redirect to nil!
and also appear on web side, thats error told that "Cannot redirect to nil!"
Then i was checking the code,
2007 Feb 26
5
Multiple uplinks, ssh connections hang
Folks,
Ive got two ISP connections that I am using with:
---
ip route add 192.168.200.0/24 dev eth2 src 192.168.200.11 table connection1
ip route add default via 192.168.200.1 table connection1
ip route add x.175.244.0/24 dev eth1 src x.175.244.2 table connection2
ip route add default via x.175.244.1 table connection2
ip rule add from 192.168.200.11 table connection1
ip rule add from x.175.244.2